Deprecated: Return type of YDataTable::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/bdavid/prod/georef/yamldoc/ydclasses/ydata.inc.php on line 428

Deprecated: Return type of YamlDataTable::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/bdavid/prod/georef/yamldoc/ydclasses/yamldata.inc.php on line 295
geodata/testmap (pub)
Menu : html yaml json edit check reindex dump unset
* 

title: 'carte test'
abstract: "Carte de test de la classe Map.  \nLa carte Leaflet correspondante peut être [générée ici](id.php/geodata/testmap/display).\n"
$schema: 'http://ydclasses.georef.eu/Map/schema'
stylesheets:
  - 'http://visu.gexplor.fr/viewer.css'
  - 'https://unpkg.com/leaflet@1.3/dist/leaflet.css'
plugins:
  - 'http://visu.gexplor.fr/lib/leaflet.uGeoJSON.js'
  - 'http://visu.gexplor.fr/lib/leaflet.edgebuffer.js'
mapStyle:
  height: 100%
  width: 100%
view:
  latlon:
    - 48
    - 3
  zoom: 8
locate:
  setView: true
  maxZoom: 16
scaleControl:
  position: bottomleft
  metric: true
  imperial: false
attributions:
  ign: '&copy; <a href=''http://www.ign.fr''>IGN</a>'
bases:
  whiteimg:
    title: 'Fond blanc'
    type: TileLayer
    url: 'http://visu.gexplor.fr/utilityserver.php/whiteimg/{z}/{x}/{y}.jpg'
    options:
      minZoom: 0
      maxZoom: 21
      detectRetina: true
  cartes:
    title: 'Cartes IGN'
    type: TileLayer
    url: 'http://igngp.geoapi.fr/tile.php/cartes/{z}/{x}/{y}.jpg'
    options:
      minZoom: 0
      maxZoom: 18
      detectRetina: true
      attribution: '&copy; <a href=''http://www.ign.fr''>IGN</a>'
  orthos:
    title: Ortho-images
    type: TileLayer
    url: 'http://igngp.geoapi.fr/tile.php/orthos/{z}/{x}/{y}.jpg'
    options:
      minZoom: 0
      maxZoom: 20
      detectRetina: true
      attribution: '&copy; <a href=''http://www.ign.fr''>IGN</a>'
overlays:
  routes:
    title: routes
    type: TileLayer
    url: 'http://igngp.geoapi.fr/tile.php/routes/{z}/{x}/{y}.png'
    options:
      minZoom: 6
      maxZoom: 18
      detectRetina: true
      attribution: '&copy; <a href=''http://www.ign.fr''>IGN</a>'
  r500-commune:
    title: r500-commune
    type: UGeoJSONLayer
    endpoint: geodata/route500/commune
  r500-coastline:
    title: r500-coastline
    type: UGeoJSONLayer
    endpoint: geodata/route500/coastline
  r500-lim_admin:
    title: r500-limite_administrative
    type: UGeoJSONLayer
    endpoint: geodata/route500/limite_administrative
  r500-noeud_commune:
    title: r500-noeud_commune
    type: UGeoJSONLayer
    endpoint: geodata/route500/noeud_commune
  r500-troncon_route:
    title: r500-troncon_route
    type: UGeoJSONLayer
    endpoint: geodata/route500/troncon_route
  r500-aerodrome:
    title: r500-aerodrome
    type: UGeoJSONLayer
    endpoint: geodata/route500/aerodrome
  r500-troncon_voie_ferree:
    title: r500-troncon_voie_ferree
    type: UGeoJSONLayer
    endpoint: geodata/route500/troncon_voie_ferree
    style:
      color: black
      weight: 2
      opacity: 0.65
  r500-noeud_ferre:
    title: r500-noeud_ferre
    type: UGeoJSONLayer
    endpoint: geodata/route500/noeud_ferre
  r500-troncon_hydrographique:
    title: r500-troncon_hydrographique
    type: UGeoJSONLayer
    endpoint: geodata/route500/troncon_hydrographique
defaultLayers:
  - cartes
description: "Passage le 22/1/2019 en https des stylesheets et des plugins pour corriger une erreur sur Firefox\n"
yamlClass: Map