Advertisement
Guest User

Untitled

a guest
Feb 12th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <div style="width: 60%; height: 600px;" id="mapContainer"></div>
  2. <script src="http://map.samadm.ru/js/geoMap.js"></script>
  3. <script>
  4. map = new GeosamaraMap();
  5. map.domain = "http://map.samadm.ru";
  6. map.page = "/samara/";
  7. map.modules = "Map,MarkersList,Toolbar,LayersList,Messenger";
  8. map.instruments = "ScaleInstrument,MoveInstrument,CoordinateRequest,LinkToThisPlaceWithObjects";
  9. map.wms = "/wms1,/wms2,/wms5";
  10. map.wfs = "/wfs1";
  11. map.settings = "/settings1";
  12. map.layers = "SM1,SM2,SM3,SM4,SM_590_41,SM_26_1";
  13. map.scalesList = "200000,100000,50000,20000,10000,5000,2000,1000";
  14. map.scale = 4;
  15. map.x = 2763.6000000000004;
  16. map.y = 814.8000000000001;
  17. map.selected = "";
  18. map.insert("mapContainer");
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement