Merge pull request #150 from probins/mobase

Fix typo in examples/mobile-base.js. p=probins, r=me
This commit is contained in:
Frédéric Junod
2012-01-15 09:36:53 -08:00

View File

@@ -15,7 +15,7 @@ var init = function (onSelectFeatureFunction) {
styleMap: new OpenLayers.StyleMap({
externalGraphic: "img/mobile-loc.png",
graphicOpacity: 1.0,
graphicWith: 16,
graphicWidth: 16,
graphicHeight: 26,
graphicYOffset: -26
})