Changes between Initial Version and Version 1 of Ticket #2087


Ignore:
Timestamp:
Jul 30, 2012, 11:51:42 PM (12 years ago)
Author:
jng
Comment:

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.
     1In 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.
    22
    33Maestro's Fusion editor is not setting this element, meaning the OpenLayers.Layer.OSM subtypes are not defined, as the required scripts are not loaded.
     
    77This problem isn't apparent on MGOS 2.4, as its version of Fusion will fallback to OpenLayers.Layer.OSM
    88
    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
     9However 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.