OSM parser. Create a new instance with the OpenLayers.Format.OSM constructor.
OpenLayers. Format.OSM | OSM parser. |
Properties | |
checkTags | {Boolean} Should tags be checked to determine whether something should be treated as a seperate node. |
areaTags | {Array} List of tags indicating that something is an area. |
Constructor | |
OpenLayers. Format.OSM | Create a new parser for OSM. |
Functions | |
write | Takes a list of features, returns a serialized OSM format file for use in tools like JOSM. |
write: function( features )
Takes a list of features, returns a serialized OSM format file for use in tools like JOSM.
features | {Array(OpenLayers.Feature.Vector)} |
Takes a list of features, returns a serialized OSM format file for use in tools like JOSM.
write: function( features )