Help with error
var graphic = new ol.Layer.Image(
"Image",
"2024-11-25_09-41-16.png",
new OpenLayers.Bounds(68.96002,60.01974, 69.09123,61.95860),
new OpenLayers.Size(1500,1000),
{numZoomLevels: 13}
);
map.addControl(new ol.Control.LayerSwitcher());
map.addLayers([map, graphic]);
map.zoomToExtent(new OpenLayers.Bounds(68.96002,61.01974, 69.09123,60.95860));
correct error pls I can’t fix this error 5 days
New contributor
ImJustMark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1