Home
last modified time | relevance | path

Searched refs:OSM (Results 1 – 8 of 8) sorted by relevance

/plugin/openlayersmap/
H A Dscript.js118 title: 'OSM',
120 source: new ol.source.OSM()
128 source: new ol.source.OSM({
142 source: new ol.source.OSM({
155 source: new ol.source.OSM({
168 source: new ol.source.OSM({
181 source: new ol.source.OSM({
329 source: new ol.source.OSM()
541 // OSM wiki: https://wiki.openstreetmap.org/wiki/Geo_URI_scheme
596 source: new ol.source.OSM({
[all...]
/plugin/osm/
H A Dscript.js23 layers['osmarender'] = new OpenLayers.Layer.OSM.Osmarender("Osmarender");
24 layers['mapnik'] = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
/plugin/ol3/
H A Dtest.js3 source: new ol.source.OSM ()
H A Dscript.js8 …O.source.ImageStatic=Zf||{},wO.source.ImageWMS=ed||{},wO.source.OSM=id||{},wO.source.OSM.ATTRIBUTI…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php27 * Since geoPHP doesn't support metadata, it cannot read and write OSM tags.
29 class OSM implements GeoAdapter class
46 * @param string $osm An OSM XML string
57 throw new \Exception("Invalid OSM XML: " . substr($osm, 0, 100));
64 throw new \Exception("Cannot read geometries from OSM XML: " . $e->getMessage());
74 // Processing OSM Nodes
99 // Processing OSM Ways
131 // Processing OSM Relations
541 throw new \Exception("Failed to download from OSM. " . $e->getMessage());
/plugin/openlayersmapoverlays/
H A Dscript.js28 m.addLayer(new OpenLayers.Layer.OSM(overlay.name, overlay.url, {
/plugin/schedule/lib/
H A DscheduleCitiesMap.js344 source: new ol.source.OSM ()
/plugin/openlayersmap/ol7/
H A Dol.js.map