Tagged Questions
0
votes
0answers
25 views
What map providers allow export xml data like openstreetmap?
I'm looking for map providers that return xml data about an specific area like openstreetmap export functionality. Do you know any service opensource or comercial that works in that way?
Thanks in ...
5
votes
2answers
128 views
Why the modifications I do in QGIS doesn't appear when I save an OSM file I created?
Through QGIS I loaded an OSM file I created and I'm trying to visualize what happens with the file in terms of codes after some modifications like adding points, lines or polygons. But the problem is ...
1
vote
1answer
428 views
OpenStreetMap default style for roads
I'm using the OpenStreetMap plugin for QGIS and I've successfully rendered a .osm file (lines). I've tried a few styles from github but so far none of them label all of the streets like the osm ...
2
votes
1answer
339 views
How to add more than one xml file per layer
I'm using this code to add xml (osm relations) files to my map.
osm_layer = new OpenLayers.Layer.GML("Polygon", relation.xml, {
format: OpenLayers.Format.OSM,
style: {strokeColor: "blue"},
...
6
votes
3answers
742 views
Large Open Street Map OSM file to Shapefile. Is there any hope for 32-bit FME?
I have a large OSM XML file (around 8 GB) that I was hoping to process in FME. I have a workbench that I previously used to process smaller files (500 MB) into feature type-specific Shapefiles (e.g. ...
1
vote
0answers
86 views
refactoring an XSLT processor with minor changes
having an extremely large xml-file - which is derived from the field of geo informatics. i got it from a German subsite or the OpenStreetMap-Project: the Geograpical-Engineering-site that deilvers a ...
2
votes
1answer
178 views
how to avoid the bbox limitations on a Mapquest XAPI request
I am doing the following: I send a request to the API-Server - over http as a response I get the following result - in XML
example: the following link gives back all the Nodes of the Type ...
1
vote
1answer
362 views
sending a XAPI-Request to the API-Server - over http
pretty new to Geo-Informatics so do not bear with me if my questions sound like newbie-questions: can i do some requests on POIs of Openstreetmap with XAPI.
doing like so: i send a request to the ...
0
votes
0answers
108 views
change xslt to match all OSM tags
Hello and good day,
I am brand new to GIS and to this forum so please bear with me for asking a newbie question. I have an xslt that works on a split osm file[germany.osm.bz2]
What I want to do ...
4
votes
2answers
954 views
How do you convert OSM XML to geojson?
I want to take the XML output of a Xapi query and display it using leaflet or polymaps. How can I do that? Is there an easy way to convert XML to geojson
1
vote
2answers
1k views
How to filter OSM files based on tags using Osmosis?
I am working with .osm files and am trying to filter entities based on tags. I need to view only entities containing both source and attribution tags. I used the following to successfully filter all ...
