Changes between Initial Version and Version 1 of Ticket #2087
- Timestamp:
- 07/30/12 23:51:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2087 – Description
initial v1 1 In fusion.js, if the ApplicationDefinition contains OSM layers, it expects to inject a script link to {{{http://www.openstreetmap.org/openlayers/OpenStreetMap.js}}} from the {{{OpenStreetMap }}} element in the ApplicationDefinition document.1 In fusion.js, if the ApplicationDefinition contains OSM layers, it expects to inject a script link to {{{http://www.openstreetmap.org/openlayers/OpenStreetMap.js}}} from the {{{OpenStreetMapScript}}} element in the ApplicationDefinition document. 2 2 3 3 Maestro's Fusion editor is not setting this element, meaning the OpenLayers.Layer.OSM subtypes are not defined, as the required scripts are not loaded. … … 7 7 This problem isn't apparent on MGOS 2.4, as its version of Fusion will fallback to OpenLayers.Layer.OSM 8 8 9 However the fusion in MGOS 2.2 does have this problem as it will cause a javascript error trying to instantiate a OpenLayers.Layer.OSM.[Mapnik|Osmarender|CycleMap] object 9 However the fusion in MGOS 2.2 does have this problem as it will cause a javascript error trying to instantiate a OpenLayers.Layer.OSM.[Mapnik|Osmarender|CycleMap] object, because the required OSM wrapper script is not specified.