56 reputation
5
bio website
location
age
visits member for 8 months
seen May 28 at 10:51
stats profile views 20

May
16
asked Arrow labels not rendered correctly
May
14
awarded  Tumbleweed
May
8
asked Dynamically scaling PointSymbolizer with external svg without using scaledenominator filter in sld
May
7
asked Openlayers redraw layers: consecutive redraw calls not working
May
2
comment Why won't GeoServer render my SVG symbols?
Here you go: imgh.us/treatment_unit.svg
Apr
30
comment Why won't GeoServer render my SVG symbols?
I found instructions here. But still I am not able to see the symbols. Any idea what might be going wrong?
Apr
30
comment Why won't GeoServer render my SVG symbols?
Have the same problem.. Thank god I saw this soon. @Xavier: Any quick ways of making 'real svgs' from the png assets I have currently other than this?
Apr
29
awarded  Commentator
Apr
29
comment Switching between different feature sets / Change orientation of Openlayers Map
@iant: Any thoughts on this?
Apr
29
asked Switching between different feature sets / Change orientation of Openlayers Map
Feb
21
comment Which is better for storage? Geometry column or varchar?
@Mapperz thank you. I have proceeded with the same. I suppose the AddGeometryColumn command adds a spatial index by itself?
Feb
20
comment Which is better for storage? Geometry column or varchar?
I am asking in terms of database storage,performance etc. For my use case, I have no need of any Postgis functionality on the stored geometries. But if storing as GEOMETRY datatype would result in lesser space(of course I would have to use St_AsText to retrieve them for using with OpenLayers) I could use that OR go ahead and store them as just normal text strings.
Feb
20
asked Which is better for storage? Geometry column or varchar?
Feb
14
comment Openlayers remove previously drawn polygon on starting to draw next one
The direct answer to my question is the one above. Myself being a lazy bum, usually look for the direct answers to questions before going into the details. Likewise this will help people who are searching for a quick answer. If they do want to know in detail, they can always refer to your helpful answer. Thanks again.
Feb
13
awarded  Scholar
Feb
13
accepted Openlayers remove previously drawn polygon on starting to draw next one
Feb
13
answered Openlayers remove previously drawn polygon on starting to draw next one
Feb
13
comment Openlayers remove previously drawn polygon on starting to draw next one
Thanks a lot for this. point in Polygon Handler did the trick. And I used create for RegularPolygon Handler.
Feb
12
comment Openlayers remove previously drawn polygon on starting to draw next one
And one thing I missed, the draw control is always active. So can't use first solution. Regarding 1a) my existing code removes the feature AFTER the second one is done., don't you think removeAllFeatures() would remove them both in that case? As for 2) beforefeatureadded kicks in only just before featureadded and not when I place/draw the first vertex of the second polygon.
Feb
12
comment Openlayers remove previously drawn polygon on starting to draw next one
I want to remove the 1st feature as SOON as the user starts drawing a new feature.