The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
35 views

How to convert osm way xml to openlayers feature?

I am displaying the osm data through a popup with openlayers. For now i am using the overpass api to get data. But my app needs to reflect the rapidly changing data i.e. one changes the data then ...
2
votes
0answers
17 views

Crashing trying to warp map files

I have been trying to warp ECW and Ozfx3 map formats to GeoTiff format. I have navigated to Raster>Projections>Warp(reproject) I have then selected the file to warp the output that I want and ...
2
votes
0answers
44 views

What is the structure of Standard Interchange Format (SIF) used by spatial data providers?

What is the structure of Standard Interchange Format(SIF) used by navteq and other spatial data providers? Any documentation/sample files? Is there a SIF parser available in C/C++/Java/PHP ?
2
votes
0answers
147 views

Raster format with rotated cells - no resampling

Is there any way to rotate a raster w/o resampling? I am aware that rasters are always 90 deg perpendicular grids, but is there any file format or methodology that allows for a diagonal raster - one ...
1
vote
0answers
12 views

How to access the timestamp value from Overpass meta requests with Openlayers.Format.OSM?

I am using Overpass-api to request data, then display it in an interactive webpage using Openlayers. When user clicks on some feature, the information is shown in popup. As of now, the page is ...