| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | 13 hours ago | |
| stats | profile views | 18 |
|
Jan 28 |
answered | OpenLayers.Filter.Logical not working |
|
Jan 28 |
asked | Geoserver WMS and filtering tables with cyrillic column names |
|
Jan 23 |
comment |
GeoServer GetCapabilities Not Working You could open your application through Jetty (from localhost:8080), then you won't need proxy. Sorry, haven't done this myself, and can't give any instructions. |
|
Jan 16 |
comment |
Split linestring to smaler lines I don't have correct solution, but problem is: you have WGS coordinates and you don't specify coordinate system. Therefore, those are just planar coordinates, with distances less than 0.01 units between points. Of course there aren't any points added, when you try to segmentize them with 10 units value. |
|
Jan 14 |
comment |
Load and display a large number of points using openlayers Here is example for clustering ~14 000 points (to my knowledge): peatus.ee/#route_search It's Google Maps API + third-party clustering code, not OpenLayers, but you should be able to achieve same result with OL. |
|
Jan 8 |
comment |
How can I use CQL in WFS layers in openlayers Are you using Geoserver? CQL filters don't work with any other WMS service. |
|
Jan 7 |
answered | Append table in PostGIS - Geometry Violation |
|
Jan 7 |
comment |
Append table in PostGIS - Geometry Violation Do you have pgAdmin? Just look for your table in left pane ('Object browser'), and there's Constraints section. When you are using plain psql, try \d table - but I'm not sure, whether it describes also constraints. |
|
Jan 7 |
comment |
Append table in PostGIS - Geometry Violation You may have POLYGON contraint on sdata.the_geom and therefore can't insert MULTIPOLYGONs. Check out, what is definition for enforce_geotype_the_geom. |
|
Jan 7 |
comment |
Append table in PostGIS - Geometry Violation a) what geometry contraint do you have in sdata? b) what does select geometrytype(the_geom) from s_invalid; say? |
|
Jan 4 |
comment |
How to snap line string start & end vertex to the nearest point? I made suggestion in stackoverflow.com/questions/14155749/… - should I duplicate it here? |
|
Jan 3 |
answered | Why doesn't pgRouting return the best path? |
|
Dec 27 |
revised |
OpenLayers: Autoselect feature for modifying on page load added 194 characters in body |
|
Dec 27 |
answered | OpenLayers: Autoselect feature for modifying on page load |
|
Dec 21 |
comment |
Spring and Openlayer conflicts on label rendering? Usually there is no conflicts, when using jQuery and OL's "${name}" type styling together. For testing, turn 'label': "${name}" into 'label': 'foo' and check, whether labels show up or not. |
|
Dec 21 |
answered | caching part of a postgis layer in mapserver |
|
Dec 21 |
comment |
restrict quantity of features displayed with OpenLayers In that case, go for cavila's suggestion. I wasn't aware of rules and filtering myself :) |
|
Dec 21 |
revised |
restrict quantity of features displayed with OpenLayers deleted 426 characters in body |
|
Dec 21 |
revised |
restrict quantity of features displayed with OpenLayers added 146 characters in body |
|
Dec 21 |
answered | restrict quantity of features displayed with OpenLayers |