Tagged Questions
1
vote
0answers
14 views
Geoserver not buffering external graphic in PointSymbolizer
We've got some Point data we're displaying in a WMS layer using geoserver 2.2 (same problem on 2.3.1). We style it with the following SLD
<Rule>
<PointSymbolizer>
<Graphic>
...
2
votes
1answer
53 views
How to create a buffer zone for notification
I am new to PostGIS.
I am working on a project, for this i need to find out abutter notification that generates a list of properties within the buffer zone from the selected property with user input ...
5
votes
3answers
956 views
How can I display with OpenLayers the geometry returned from a ST_Buffer in POSTGIS?
Im using PostGIS, GeoServer and OpenLayers, and the thing is that i want to display the geometry result from a query like this:
SELECT ST_Buffer(ST_GeomFromText('POINT(100 100)'), 500);
To perform ...
