Fix typo in examples/mobile-base.js

This commit is contained in:
Peter Robins
2012-01-15 17:26:13 +00:00
parent 7a5b469192
commit 92e5018b19

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
})