From 560295e78acaf05e53386a68746ac6e74122a21a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 17 Jan 2012 23:55:34 -0700 Subject: [PATCH] Update mobile build profile to include OSM.js. Since 11454cbc1b2553f18d90311ace37f1026f92dfd3, the OSM.js script must be included where the OSM layer is used. --- build/mobile.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/mobile.cfg b/build/mobile.cfg index 7bf6afaf62..7bba251270 100644 --- a/build/mobile.cfg +++ b/build/mobile.cfg @@ -6,8 +6,7 @@ OpenLayers/Map.js OpenLayers/Kinetic.js OpenLayers/Projection.js -OpenLayers/Layer/SphericalMercator.js -OpenLayers/Layer/XYZ.js +OpenLayers/Layer/OSM.js OpenLayers/Layer/Bing.js OpenLayers/Layer/WMS.js OpenLayers/Control/TouchNavigation.js