ymaps.ini 917 B

12345678910111213141516171819202122232425262728
  1. ;map center coordinates. Geo location if empty. For example: "50.4437, 30.5162"
  2. CENTER="48.52584946874239, 25.03798691368117"
  3. ;map language
  4. LANG="ru-RU"
  5. ;default map zoom
  6. ZOOM=15
  7. ;default map type. may be map, satellite, hybrid for yandex or roadmap, satellite, hybrid, terrain for google
  8. TYPE="map"
  9. ;show dead devices label?
  10. DEAD_LABEL=1
  11. ;show alive devices label?
  12. ALIVE_LABEL=0
  13. ;Use canvas rendering
  14. CANVAS_RENDER=1
  15. ;device finder zoom
  16. FINDING_ZOOM=17
  17. ;Hightlight area with circle when device found
  18. FINDING_CIRCLE=1
  19. ;ignore canvas renderer for labeled placemarks (slower)
  20. CANVAS_RENDER_IGNORE_LABELED=1
  21. ;Default maps service. yandex, google and leaflet currently supported
  22. MAPS_SERVICE="leaflet"
  23. ;JS Google maps API key
  24. GMAPS_APIKEY="YOUR_API_KEY_HERE"
  25. ;Leaflet custom tile layer
  26. LEAFLET_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  27. ;Optional yandex maps API key
  28. ;YMAPS_APIKEY="YOUR_API_KEY_HERE"