Tagged Questions
1
vote
3answers
256 views
How to style a shapefile in GeoServer?
I have a shapefile data of buildings. I added it to GeoServer and serve it as a WMS layer. When I check my own maps in the browser my polygons of building appear black color and I want to change it's ...
0
votes
0answers
200 views
Problem: Click on the feature and marker in OpenLayers
Have a problem: when i activated that control:
function onPopupClose(evt) {
selectControl.unselect(selectedFeature);
}
function onFeatureSelect(feature) { ...