Merge pull request #150 from probins/mobase
Fix typo in examples/mobile-base.js. p=probins, r=me
This commit is contained in:
@@ -15,7 +15,7 @@ var init = function (onSelectFeatureFunction) {
|
|||||||
styleMap: new OpenLayers.StyleMap({
|
styleMap: new OpenLayers.StyleMap({
|
||||||
externalGraphic: "img/mobile-loc.png",
|
externalGraphic: "img/mobile-loc.png",
|
||||||
graphicOpacity: 1.0,
|
graphicOpacity: 1.0,
|
||||||
graphicWith: 16,
|
graphicWidth: 16,
|
||||||
graphicHeight: 26,
|
graphicHeight: 26,
|
||||||
graphicYOffset: -26
|
graphicYOffset: -26
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user