|
Oct 30 |
comment |
How to save MapServer output to a file? That does not work for me. I get a file of this type mapserv.cgi?map=..%2F..%2Fmapfiles%2Fdemo.map. If I try renaming it to test.png it is not an image (I should have included this in my question as I had also tried it). |
|
Oct 29 |
comment |
How to get UK postcodes for coordinates? Does WRF mean Weather Research and Forecasting? |
|
Oct 29 |
comment |
Can OpenStreetMap be used as a WMS service in MapServer? Thanks for the suggestion. I am currently combining these on the browser side using OpenLayers, and an OSM base-map but I am interested in combining them on the server side also. |
|
Oct 29 |
comment |
Can OpenStreetMap be used as a WMS service in MapServer? Thanks for the suggestion. For the linked OSM WMS, do you know what the connection info would be? For example I can find http://129.206.228.72/osm-proxy/service? but nothing with WMS in the address. |
|
Oct 28 |
comment |
What is the fastest way to identify the two nearest linestrings using PostGIS? Does it make sense to still use ST_DWithin() when using the <-> operator? |
|
Oct 28 |
comment |
Vector data(point) is drawn in wrong place on map (OpenLayers) fixed typo..... |
|
Oct 28 |
comment |
How to import shp files into postgresql with PostGIS? What method are you using to upload the shapefile? This looks a little like the error from the SPIT upload tool in QGIS. |
|
Oct 18 |
comment |
What are cloud-based alternatives to Google Fusion Tables? You would need to use a database to store data of this type. Postgresql with PostGIS is an opensource combination that can help with the storing of it. |
|
Oct 18 |
comment |
Spatial Join on two point featureclasses produces empty output featureclass As a test, could you try performing the same operation in QGIS? One approach could be to buffer the points by a small amount to create polygons, and then to spatially join the points to polygons (checking that you only get one point per polygon). |
|
Oct 16 |
comment |
How can several vector layers have different controls, using Openlayers? Thank you, this works well for selected features when clicked. I'm still not managing to make it work for a feature that is highlighted, as I want to call a function when this occurs. Is this possible? |
|
Oct 16 |
comment |
How can several vector layers have different controls, using Openlayers? Yes, but I want to have different functionality for each layer which is why I separated them. |
|
Oct 12 |
comment |
How to get an ocean shapefile from a very detailed land area shapefile? I assume, when you created your world polygon that you projected it into the same system as the land data? |
|
Oct 12 |
comment |
How to view error feedback in qgis when testing connection to postgres database? you can also set your IPv4 connection to use trust which should allow you to connect locally. |
|
Oct 11 |
comment |
Is it possible to change the projection used in OSM2PO? True, good point. |
|
Oct 10 |
comment |
Is it possible to change the projection used in OSM2PO? I'll try it out. I was a bit nervous changing it in case I misunderstood how these values were being calculated but this seems like a good approach. |
|
Oct 10 |
comment |
Is it possible to change the projection used in OSM2PO? I don't think it's possible to transform x1, y1, x2, y2 as they are not geometric or geographic objects. However, if they are only used for aStar maybe it it does not matter too much. |
|
Oct 9 |
comment |
How to use getfeatureinfo with MapServer and OpenLayers? I'm using the most recent Mapserver version (6.0.3) |
|
Oct 9 |
comment |
How to use getfeatureinfo with MapServer and OpenLayers?DUMP "true" appears to be deprecated mapserver.org/mapfile/layer.html (and pink tiles were overlaid on map). |
|
Oct 9 |
comment |
How to use getfeatureinfo with MapServer and OpenLayers? ah ok. Thanks for the suggestion. I just added TEMPLATE "body.html" into my mapfile and created an empty file 'body.htmll'. I'm still getting the error that my layer is not queryable though. |
|
Oct 8 |
comment |
In need of WFS-T support in a WPF/Silverlight application You might find some useful info in this question here: gis.stackexchange.com/questions/9700/… |

