9,568 reputation
11851
bio website geographika.co.uk
location europe
age
visits member for 2 years, 10 months
seen 18 hours ago
stats profile views 633

Freelance geotechnologies developer. Currently interested in OpenLayers, GeoExt, Python, .NET, SQL Server 2008, and MapServer.

Interested in various domains such as hydrology, renewable energy, road management, and fisheries.

Past projects led to systems development in ArcGIS, Geomedia, CadCorp, MapInfo.

Twitter: @geographika


May
13
awarded  Popular Question
Apr
26
awarded  Constituent
Apr
26
awarded  Caucus
Apr
26
awarded  Nice Answer
Apr
24
awarded  Good Question
Mar
22
awarded  Popular Question
Feb
7
awarded  Nice Answer
Dec
18
comment How do you fix Overlapping Lines?
Perfect! Thanks Mike
Dec
18
accepted How do you fix Overlapping Lines?
Dec
14
awarded  Nice Answer
Dec
13
revised How do you fix Overlapping Lines?
added 32 characters in body
Dec
13
asked How do you fix Overlapping Lines?
Dec
4
awarded  Enlightened
Dec
4
awarded  Nice Answer
Nov
22
answered What are my options for Server side clustering using open source GIS tools?
Nov
19
awarded  Popular Question
Nov
9
comment Does MySQL only support bounding boxes calculations instead of the real polygon geometry?
Yes - hard to find.I always have to go through google. Function list for GEOMETRY types - msdn.microsoft.com/en-us/library/bb933973.aspx - the nice thing is it meets the OGC standards
Nov
9
comment Does MySQL only support bounding boxes calculations instead of the real polygon geometry?
Working with Spatial Data (Database Engine) - msdn.microsoft.com/en-us/library/bb933876%28v=sql.105%29.aspx
Oct
30
comment OpenLayers spatial filter polygon problem
You are using a OpenLayers.Strategy.Fixed() strategy that requests all features once when the map is loaded. It is not clear to me how you are doing a selection. If MapServer is set to return a single result then it could be any arbitrary feature in the dataset.
Oct
30
comment OpenLayers spatial filter polygon problem
MULTILINESTRING types have issues in MapServer, so this may be the same with MULTIPOLYGONS. I'd recommend splitting them into single part features and seeing if the issue remains.