Files
openlayers/mapbox-gl/examples/example-list.js
2015-03-16 18:50:27 +01:00

1 line
36 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
var info = {"examples":[{"link":"accessible.html","example":"accessible.html","title":"Accessibility example","shortdesc":"Example of an accessible map.","tags":"accessibility, tabindex"},{"link":"animation.html","example":"animation.html","title":"Animation example","shortdesc":"Demonstrates animated pan, zoom, and rotation.","tags":"animation"},{"link":"arcgis-tiled.html","example":"arcgis-tiled.html","title":"Tiled ArcGIS MapServer example","shortdesc":"Example of a tiled ArcGIS layer.","tags":"arcgis, tile, tilelayer"},{"link":"attributions.html","example":"attributions.html","title":"Attributions example","shortdesc":"Example of a attributions visibily change on map resize, to collapse them on small maps.","tags":"attributions, openstreetmap"},{"link":"bind-input.html","example":"bind-input.html","title":"Bind HTML input example","shortdesc":"Demonstrates two-way binding of HTML input elements to OpenLayers objects.","tags":"input, bind, openstreetmap"},{"link":"bing-maps.html","example":"bing-maps.html","title":"Bing Maps example","shortdesc":"Example of a Bing Maps layer.","tags":"bing, bing-maps"},{"link":"box-selection.html","example":"box-selection.html","title":"Box selection example","shortdesc":"Using a DragBox interaction to select features.","tags":"DragBox, feature, selection, box"},{"link":"brightness-contrast.html","example":"brightness-contrast.html","title":"Brightness/contrast example","shortdesc":"Example of brightness/contrast control on the client (WebGL only).","tags":"brightness, contrast, webgl"},{"link":"button-title.html","example":"button-title.html","title":"Custom tooltips","shortdesc":"This example shows how to customize the buttons tooltips with Bootstrap .","tags":"custom, tooltip"},{"link":"canvas-tiles.html","example":"canvas-tiles.html","title":"Canvas tiles example","shortdesc":"Renders tiles with coordinates for debugging.","tags":"layers, openstreetmap, canvas"},{"link":"center.html","example":"center.html","title":"Advanced View Positioning example","shortdesc":"This example demonstrates how a map's view can be adjusted so a geometry or coordinate is positioned at a specific pixel location. The map above has top, right, bottom, and left padding applied inside the viewport. The view's fitGeometry method is used to fit a geometry in the view with the same padding. The view's centerOn method is used to position a coordinate (Lausanne) at a specific pixel location (the center of the black box).","tags":"center, rotation, openstreetmap"},{"link":"cluster.html","example":"cluster.html","title":"Clustering example","shortdesc":"Example of using ol.Cluster .","tags":"cluster vector"},{"link":"custom-controls.html","example":"custom-controls.html","title":"Custom controls","shortdesc":"This example shows how to create custom controls.","tags":"custom, control"},{"link":"d3.html","example":"d3.html","title":"d3 integration example","shortdesc":"Example of using ol3 and d3 together.","tags":"d3"},{"link":"device-orientation.html","example":"device-orientation.html","title":"Device orientation example","shortdesc":"Listen to DeviceOrientation events","tags":"orientation, openstreetmap"},{"link":"drag-and-drop-image-vector.html","example":"drag-and-drop-image-vector.html","title":"Drag-and-Drop image vector example","shortdesc":"Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client.","tags":"drag-and-drop-image-vector, gpx, geojson, igc, kml, topojson, vector, image"},{"link":"drag-and-drop.html","example":"drag-and-drop.html","title":"Drag-and-Drop example","shortdesc":"Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857.","tags":"drag-and-drop, gpx, geojson, igc, kml, topojson"},{"link":"drag-features.html","example":"drag-features.html","title":"Drag features example","shortdesc":"Example of a drag features interaction.","tags":"drag, feature, vector, editing"},{"link":"drag-rotate-and-zoom.html","example":"drag-rotate-and-zoom.html","title":"Drag rotate and zoom example","shortdesc":"A single interaction to drag, rotate, and zoom.","tags":"drag, rotate, zoom, interaction"},{"link":"draw-and-modify-features.html","example":"draw-and-modify-features.html","title":"Draw and modify features example","shortdesc":"Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction.","tags":"draw, edit, modify, vector, featureoverlay"},{"link":"draw-features.html","example":"draw-features.html","title":"Draw features example","shortdesc":"Example of using the ol.interaction.Draw interaction.","tags":"draw, edit, vector"},{"link":"dynamic-data.html","example":"dynamic-data.html","title":"Dynamic data example","shortdesc":"Example of dynamic data.","tags":"dynamic-data"},{"link":"earthquake-clusters.html","example":"earthquake-clusters.html","title":"Earthquake Clusters","shortdesc":"Demonstrates the use of style geometries to render source features of a cluster.","tags":"KML, vector, style, geometry, cluster"},{"link":"epsg-4326.html","example":"epsg-4326.html","title":"EPSG:4326 example","shortdesc":"Example of a map in EPSG:4326.","tags":"epsg4326"},{"link":"export-map.html","example":"export-map.html","title":"Export map example","shortdesc":"Example of exporting a map as a PNG image.","tags":"export, png, openstreetmap"},{"link":"fractal.html","example":"fractal.html","title":"Fractal Example","shortdesc":"Example of a fractal.","tags":"fractal, vector"},{"link":"full-screen-drag-rotate-and-zoom.html","example":"full-screen-drag-rotate-and-zoom.html","title":"Full screen drag rotate and zoom example","shortdesc":"Example of drag rotate and zoom control with full screen effect.","tags":"full-screen, drag, rotate, zoom, bing, bing-maps"},{"link":"full-screen.html","example":"full-screen.html","title":"Full screen control example","shortdesc":"Example of a full screen control.","tags":"full-screen, bing, bing-maps"},{"link":"geojson.html","example":"geojson.html","title":"GeoJSON example","shortdesc":"Example of GeoJSON features.","tags":"geojson, vector, openstreetmap"},{"link":"geolocation-orientation.html","example":"geolocation-orientation.html","title":"Geolocation tracking with orientation example","shortdesc":"Example of a geolocated and oriented map.","tags":"fullscreen, geolocation, orientation, mobile"},{"link":"geolocation.html","example":"geolocation.html","title":"Geolocation example","shortdesc":"Example of a geolocation map.","tags":"geolocation, openstreetmap"},{"link":"getfeatureinfo-image.html","example":"getfeatureinfo-image.html","title":"GetFeatureInfo example (image layer)","shortdesc":"This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS image layer.","tags":"getfeatureinfo, forEachLayerAtPixel"},{"link":"getfeatureinfo-tile.html","example":"getfeatureinfo-tile.html","title":"WMS GetFeatureInfo example (tile layer)","shortdesc":"This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS tile layer.","tags":"getfeatureinfo, forEachLayerAtPixel"},{"link":"gpx.html","example":"gpx.html","title":"GPX example","shortdesc":"Example of using the GPX source.","tags":"GPX"},{"link":"graticule.html","example":"graticule.html","title":"Graticule example","shortdesc":"This example shows how to add a graticule overlay to a map.","tags":"graticule"},{"link":"heatmap-earthquakes.html","example":"heatmap-earthquakes.html","title":"Earthquakes heatmap","shortdesc":"Demonstrates the use of a heatmap layer.","tags":"heatmap, kml, vector, style"},{"link":"hue-saturation.html","example":"hue-saturation.html","title":"Hue/saturation example","shortdesc":"Example of hue/saturation control on the client (WebGL only).","tags":"hue, saturation, webgl"},{"link":"icon-sprite-webgl.html","example":"icon-sprite-webgl.html","title":"Icon sprite with WebGL example","shortdesc":"Icon sprite with WebGL.","tags":"webgl, icon, sprite, vector, point"},{"link":"icon.html","example":"icon.html","title":"Icon example","shortdesc":"Example using an icon to symbolize a point.","tags":"vector, style, icon, marker, popup"},{"link":"igc.html","example":"igc.html","title":"IGC example","shortdesc":"Example of tracks recorded from multiple paraglider flights on the same day, read from an IGC file.","tags":"complex-geometry, closest-feature, igc, opencyclemap"},{"link":"image-filter.html","example":"image-filter.html","title":"Image filter example","shortdesc":"Apply a filter to imagery","tags":"filter, image manipulation"},{"link":"image-vector-layer.html","example":"image-vector-layer.html","title":"Image vector example","shortdesc":"Example of an image vector layer.","tags":"vector, image"},{"link":"kml-earthquakes.html","example":"kml-earthquakes.html","title":"Earthquakes in KML","shortdesc":"Demonstrates the use of a Shape symbolizer to render earthquake locations.","tags":"KML, vector, style, tooltip"},{"link":"kml-timezones.html","example":"kml-timezones.html","title":"Timezones in KML","shortdesc":"Demonstrates rendering timezones from KML.","tags":"KML, vector, style"},{"link":"kml.html","example":"kml.html","title":"KML example","shortdesc":"Example of using the KML source.","tags":"KML"},{"link":"layer-clipping-webgl.html","example":"layer-clipping-webgl.html","title":"Layer WebGL clipping example","shortdesc":"Layer WebGL clipping example.","tags":"clipping, webgl, openstreetmap"},{"link":"layer-clipping.html","example":"layer-clipping.html","title":"Layer clipping example","shortdesc":"Layer clipping example.","tags":"clipping, openstreetmap"},{"link":"layer-extent.html","example":"layer-extent.html","title":"Limited layer extent","shortdesc":"Restricting layer rendering to a limited extent.","tags":"extent, tilejson"},{"link":"layer-group.html","example":"layer-group.html","title":"Layer group example","shortdesc":"Example of a map with layer group.","tags":"tilejson, input, bind, group, layergroup"},{"link":"layer-spy.html","example":"layer-spy.html","title":"Layer spy example","shortdesc":"View a portion of one layer over another","tags":"spy, image manipulation"},{"link":"layer-swipe.html","example":"layer-swipe.html","title":"Layer Swipe example","shortdesc":"Example of a Layer swipe map.","tags":"swipe, openstreetmap"},{"link":"lazy-source.html","example":"lazy-source.html","title":"Lazy source example","shortdesc":"Example of setting a layer source after construction.","tags":"source"},{"link":"line-arrows.html","example":"line-arrows.html","title":"LineString arrows example","shortdesc":"Example of drawing arrows for each line string segment.","tags":"draw, vector, arrow"},{"link":"localized-openstreetmap.html","example":"localized-openstreetmap.html","title":"Localized OpenStreetMap example","shortdesc":"Example of a localized OpenStreetMap map with a custom tile server and a custom attribution.","tags":"cors, localized-openstreetmap, openseamap, openstreetmap"},{"link":"mapbox-gl.html","example":"mapbox-gl.html","title":"Mapbox-GL vector tiles example","shortdesc":"Example of a map that uses mapbox-gl-js to render Mapbox vector tiles.","tags":"mapbox, webgl, vector tiles"},{"link":"mapguide-untiled.html","example":"mapguide-untiled.html","title":"MapGuide untiled example","shortdesc":"Example of a untiled MapGuide map.","tags":"mapguide"},{"link":"mapquest.html","example":"mapquest.html","title":"MapQuest example","shortdesc":"Example of a MapQuest map.","tags":"mapquest"},{"link":"measure.html","example":"measure.html","title":"Measure example","shortdesc":"Example of using the ol.interaction.Draw interaction for creating simple measuring application.","tags":"draw, edit, measure, vector"},{"link":"min-max-resolution.html","example":"min-max-resolution.html","title":"Min/max resolution example","shortdesc":"Show/hide layers depending on current view resolution.","tags":"minResolution, maxResolution, resolution"},{"link":"mobile-full-screen.html","example":"mobile-full-screen.html","title":"Mobile full screen example","shortdesc":"Example of a full screen map.","tags":"fullscreen, bing, geolocation, mobile"},{"link":"modify-features.html","example":"modify-features.html","title":"Modify features example","shortdesc":"Editing features with the modify interaction.","tags":"modify, edit, vector"},{"link":"modify-test.html","example":"modify-test.html","title":"Modify features test","shortdesc":"Example for testing feature modification.","tags":"modify, edit, vector"},{"link":"mouse-position.html","example":"mouse-position.html","title":"Mouse position example","shortdesc":"Example of a mouse position control, outside the map.","tags":"mouse-position, openstreetmap"},{"link":"moveend.html","example":"moveend.html","title":"Move end example","shortdesc":"Use of the moveend event.","tags":"moveend, map, event"},{"link":"navigation-controls.html","example":"navigation-controls.html","title":"Navigation controls example","shortdesc":"Shows how to add navigation controls.","tags":"control, navigation, extent"},{"link":"overlay.html","example":"overlay.html","title":"Overlay example","shortdesc":"Demonstrates overlays.","tags":"overlay, popup, bootstrap, popover, mapquest, openaerial"},{"link":"overviewmap-custom.html","example":"overviewmap-custom.html","title":"OverviewMap control, advanced","shortdesc":"Example of OverviewMap control with advanced customization.","tags":"overview, overviewmap"},{"link":"overviewmap.html","example":"overviewmap.html","title":"OverviewMap control","shortdesc":"Example of OverviewMap control.","tags":"overview, overviewmap"},{"link":"polygon-styles.html","example":"polygon-styles.html","title":"Custom styles for polygons","shortdesc":"Showing the vertices of a polygon with a custom style geometry.","tags":"polygon, vector, style, GeometryFunction"},{"link":"popup.html","example":"popup.html","title":"Popup example","shortdesc":"Uses an overlay to create a popup.","tags":"overlay, popup, mapquest, openaerial"},{"link":"preload.html","example":"preload.html","title":"Preload example","shortdesc":"Example of tile preloading.","tags":"preload, bing"},{"link":"regularshape.html","example":"regularshape.html","title":"Regular Shape example","shortdesc":"Example of some Regular Shape styles.","tags":"vector, symbol, regularshape, style, square, cross, star, triangle, x"},{"link":"rotation.html","example":"rotation.html","title":"Rotation example","shortdesc":"Example of a rotated map.","tags":"rotation, openstreetmap"},{"link":"scale-line.html","example":"scale-line.html","title":"Scale line example","shortdesc":"Example of a scale line.","tags":"scale-line, openstreetmap"},{"link":"select-features.html","example":"select-features.html","title":"Select features example","shortdesc":"Example of using the Select interaction. Choose between Single-click , Click and Hover as the event type for selection in the combobox below. When using Single-click or Click you can hold do Shift key to toggle the feature in the selection.","tags":"select, vector"},{"link":"semi-transparent-layer.html","example":"semi-transparent-layer.html","title":"Semi-transparent layer example","shortdesc":"Example of a map with a semi-transparent layer.","tags":"transparent, mapquest, tilejson"},{"link":"side-by-side.html","example":"side-by-side.html","title":"Side-by-side example","shortdesc":"The three maps, one WebGL, one Canvas, one DOM, share the same center, resolution, rotation and layers.","tags":"side-by-side, canvas, webgl, dom, canvas, sync, object"},{"link":"simple.html","example":"simple.html","title":"Simple example","shortdesc":"Example of a simple map.","tags":"simple, openstreetmap"},{"link":"sphere-mollweide.html","example":"sphere-mollweide.html","title":"Sphere Mollweide example","shortdesc":"Example of a Sphere Mollweide map with a Graticule component.","tags":"graticule, Mollweide, projection, proj4js"},{"link":"stamen.html","example":"stamen.html","title":"Stamen example","shortdesc":"Example of a Stamen tile source. Two layers are composed: the watercolor base layer with the terrain labels.","tags":"stamen, watercolor, terrain-labels, two-layers"},{"link":"static-image.html","example":"static-image.html","title":"Static image example","shortdesc":"Example of a static image layer.","tags":"static image, xkcd"},{"link":"symbol-atlas-webgl.html","example":"symbol-atlas-webgl.html","title":"Symbols with WebGL example","shortdesc":"Using symbols in an atlas with WebGL.","tags":"webgl, symbol, atlas, vector, point"},{"link":"synthetic-lines.html","example":"synthetic-lines.html","title":"Synthetic lines example","shortdesc":"Synthetic lines example.","tags":"vector"},{"link":"synthetic-points.html","example":"synthetic-points.html","title":"Synthetic points example","shortdesc":"Synthetic points example.","tags":"vector"},{"link":"teleport.html","example":"teleport.html","title":"Teleport example","shortdesc":"Example of moving a map from one target to another.","tags":"teleport, openstreetmap"},{"link":"tile-load-events.html","example":"tile-load-events.html","title":"Tile load events example","shortdesc":"Example using tile load events.","tags":"tile, events, loading"},{"link":"tile-vector.html","example":"tile-vector.html","title":"Tile vector example","shortdesc":"Example of vector tiles from openstreetmap.us.","tags":"tile-vector, openstreetmap"},{"link":"tilejson.html","example":"tilejson.html","title":"TileJSON example","shortdesc":"Example of a TileJSON layer.","tags":"tilejson"},{"link":"tileutfgrid.html","example":"tileutfgrid.html","title":"TileUTFGrid example","shortdesc":"This example shows how to read data from a TileUTFGrid layer.","tags":"utfgrid, tileutfgrid, tilejson"},{"link":"tissot.html","example":"tissot.html","title":"Tissot indicatrix example","shortdesc":"Example of Tissot indicatrix maps. The map on the left is an EPSG:4326 map. The one on the right is EPSG:3857.","tags":"tissot, circle"},{"link":"topojson.html","example":"topojson.html","title":"TopoJSON example","shortdesc":"Demonstrates rendering of features from a TopoJSON topology.","tags":"vector, topojson, style"},{"link":"vector-labels.html","example":"vector-labels.html","title":"Vector labels example","shortdesc":"Example of GeoJSON features with labels.","tags":"geojson, vector, openstreetmap, label"},{"link":"vector-layer.html","example":"vector-layer.html","title":"Vector layer example","shortdesc":"Example of a countries vector layer with country information on hover and country labels at higher zoom levels.","tags":"vector, geojson, style, feature overlay"},{"link":"vector-osm.html","example":"vector-osm.html","title":"OSM XML example","shortdesc":"Example of using the OSM XML source. Vector data is loaded dynamically from a server using a tiling strategy.","tags":"vector, osm, xml, loading, server"},{"link":"vector-wfs.html","example":"vector-wfs.html","title":"WFS example","shortdesc":"Example of using WFS with a BBOX strategy.","tags":"vector, WFS, bbox, loading, server"},{"link":"wkt.html","example":"wkt.html","title":"WKT example","shortdesc":"Example of using the WKT parser.","tags":"WKT Well Known Text"},{"link":"wms-capabilities.html","example":"wms-capabilities.html","title":"WMS GetCapabilities parsing example","shortdesc":"Example of parsing a WMS GetCapabilities response.","tags":"wms, capabilities, getcapabilities"},{"link":"wms-custom-proj.html","example":"wms-custom-proj.html","title":"Tiled WMS with custom projection example","shortdesc":"Example of two tiled WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.","tags":"wms, tile, tilelayer, projection"},{"link":"wms-image-custom-proj.html","example":"wms-image-custom-proj.html","title":"Single image WMS with Proj4js projection example","shortdesc":"Example of two single image WMS layers.","tags":"wms, single image, proj4js, projection"},{"link":"wms-image.html","example":"wms-image.html","title":"Single image WMS example","shortdesc":"Example of a single image WMS layer.","tags":"wms, image"},{"link":"wms-no-proj.html","example":"wms-no-proj.html","title":"WMS without client projection example","shortdesc":"Example of two WMS layers using the projection EPSG:21781, which is unknown to the client.","tags":"wms, projection"},{"link":"wms-tiled.html","example":"wms-tiled.html","title":"Tiled WMS example","shortdesc":"Example of a tiled WMS layer.","tags":"wms, tile, tilelayer"},{"link":"wmts-capabilities.html","example":"wmts-capabilities.html","title":"WMTS GetCapabilities parsing example","shortdesc":"Example of parsing a WMTS GetCapabilities response.","tags":"wmts, capabilities, getcapabilities"},{"link":"wmts-hidpi.html","example":"wmts-hidpi.html","title":"WMTS HiDPI example","shortdesc":"Example of a WMTS based HiDPI layer.","tags":"hidpi, retina, wmts"},{"link":"wmts-layer-from-capabilities.html","example":"wmts-layer-from-capabilities.html","title":"WMTS Capabilities example","shortdesc":"Example of a WMTS source created from a WMTS capabilities document.","tags":"wmts, capabilities, getcapabilities"},{"link":"wmts.html","example":"wmts.html","title":"WMTS example","shortdesc":"Example of a WMTS source.","tags":"wmts"},{"link":"xyz-esri-4326-512.html","example":"xyz-esri-4326-512.html","title":"XYZ Esri EPSG:4326 tileSize 512 example","shortdesc":"Example of a XYZ source in EPSG:4326 using Esri 512x512 tiles.","tags":"xyz, esri, tilesize, custom projection"},{"link":"xyz-esri.html","example":"xyz-esri.html","title":"XYZ Esri example","shortdesc":"Example of a XYZ source using Esri tiles.","tags":"xyz, esri"},{"link":"xyz-retina.html","example":"xyz-retina.html","title":"XYZ with Retina tiles example","shortdesc":"Example of Retina / HiDPI mercator tiles (512x512px) available as XYZ.","tags":"retina, hidpi, xyz, maptiler, @2x, devicePixelRatio"},{"link":"xyz.html","example":"xyz.html","title":"XYZ example","shortdesc":"Example of a XYZ source.","tags":"xyz"},{"link":"zoom-constrained.html","example":"zoom-constrained.html","title":"Zoom constrained example","shortdesc":"Example of a zoom constrained view.","tags":"bing, zoom, minZoom, maxZoom"},{"link":"zoomify.html","example":"zoomify.html","title":"Zoomify example","shortdesc":"Example of a Zoomify source.","tags":"zoomify"},{"link":"zoomslider.html","example":"zoomslider.html","title":"ZoomSlider control","shortdesc":"Example of various ZoomSlider controls.","tags":"zoom, zoomslider, slider, style, styling, css, control"}],"index":{"1":{"97":1},"512":{"106":1},"3857":{"16":1,"89":1},"4326":{"16":1,"23":1,"89":1,"106":1},"21781":{"97":1,"100":1},"example":{"0":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1,"11":1,"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":1,"19":1,"20":1,"21":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"44":1,"45":1,"46":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1,"62":1,"63":1,"64":1,"65":1,"66":1,"67":1,"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1,"82":1,"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"99":1,"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1},"of":{"0":1,"2":1,"3":1,"4":1,"5":1,"7":1,"10":1,"11":1,"13":1,"15":1,"16":1,"17":1,"19":1,"20":1,"21":1,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"33":1,"35":1,"36":1,"39":1,"41":1,"42":1,"44":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"59":1,"62":1,"63":1,"66":1,"67":1,"68":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"77":1,"78":1,"79":1,"80":1,"84":1,"86":1,"87":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"99":1,"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1},"an":{"0":1,"15":1,"38":1,"39":1,"41":1,"69":1,"81":1,"89":1},"accessible":{"0":1},"map":{"0":1,"3":1,"10":1,"15":1,"16":1,"23":1,"24":1,"29":1,"30":1,"34":1,"48":1,"50":1,"53":1,"54":1,"55":1,"56":1,"59":1,"62":1,"63":1,"72":1,"75":1,"77":1,"78":1,"84":1,"89":1},"accessibility":{"0":1},"tabindex":{"0":1},"demonstrates":{"1":1,"4":1,"10":1,"22":1,"35":1,"42":1,"43":1,"65":1,"90":1},"animated":{"1":1},"pan":{"1":1},"zoom":{"1":1,"18":1,"26":1,"92":1,"110":1,"112":1},"and":{"1":1,"10":1,"13":1,"15":1,"16":1,"18":1,"19":1,"26":1,"29":1,"53":1,"74":1,"76":1,"92":1,"97":1},"rotation":{"1":1,"10":1,"72":1,"76":1},"animation":{"1":1},"a":{"2":1,"3":1,"5":1,"6":1,"10":1,"15":1,"17":1,"18":1,"22":1,"23":1,"24":1,"25":1,"27":1,"29":1,"30":1,"31":1,"32":1,"34":1,"35":1,"38":1,"40":1,"42":1,"47":1,"48":1,"49":1,"50":1,"51":1,"53":1,"54":1,"55":1,"56":1,"59":1,"62":1,"68":1,"69":1,"72":1,"73":1,"75":1,"77":1,"78":1,"79":1,"80":1,"84":1,"87":1,"88":1,"90":1,"92":1,"93":1,"94":1,"96":1,"99":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"107":1,"109":1,"110":1,"111":1},"tiled":{"2":1,"97":1,"101":1},"arcgis":{"2":1},"layer":{"2":1,"5":1,"31":1,"32":1,"35":1,"41":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"75":1,"79":1,"80":1,"87":1,"88":1,"92":1,"99":1,"101":1,"103":1},"mapserver":{"2":1},"tile":{"2":1,"32":1,"53":1,"70":1,"79":1,"85":1,"86":1,"97":1,"101":1},"tilelayer":{"2":1,"97":1,"101":1},"attributions":{"3":1},"visibily":{"3":1},"change":{"3":1},"on":{"3":1,"7":1,"15":1,"16":1,"31":1,"32":1,"36":1,"39":1,"58":1,"89":1,"92":1},"resize":{"3":1},"to":{"3":1,"4":1,"6":1,"8":1,"10":1,"12":1,"14":1,"15":1,"16":1,"18":1,"22":1,"31":1,"32":1,"34":1,"38":1,"40":1,"42":1,"47":1,"54":1,"64":1,"69":1,"74":1,"84":1,"88":1,"100":1},"collapse":{"3":1},"them":{"3":1},"small":{"3":1},"maps":{"3":1,"5":1,"26":1,"27":1,"76":1,"89":1},"openstreetmap":{"3":1,"4":1,"9":1,"10":1,"14":1,"24":1,"28":1,"30":1,"45":1,"46":1,"50":1,"53":1,"62":1,"72":1,"73":1,"77":1,"84":1,"86":1,"91":1},"two":{"4":1,"79":1,"97":1,"98":1,"100":1},"way":{"4":1},"binding":{"4":1},"html":{"4":1},"input":{"4":1,"48":1},"elements":{"4":1},"openlayers":{"4":1},"objects":{"4":1},"bind":{"4":1,"48":1},"bing":{"5":1,"26":1,"27":1,"59":1,"70":1,"110":1},"using":{"6":1,"11":1,"13":1,"15":1,"16":1,"19":1,"20":1,"33":1,"38":1,"44":1,"57":1,"74":1,"81":1,"85":1,"93":1,"94":1,"95":1,"97":1,"100":1,"106":1,"107":1},"dragbox":{"6":1},"interaction":{"6":1,"15":1,"16":1,"17":1,"18":1,"19":1,"20":1,"57":1,"60":1,"74":1},"select":{"6":1,"74":1},"features":{"6":1,"17":1,"19":1,"20":1,"22":1,"28":1,"60":1,"61":1,"74":1,"90":1,"91":1},"box":{"6":1,"10":1},"selection":{"6":1,"74":1},"feature":{"6":1,"17":1,"39":1,"61":1,"74":1,"92":1},"brightness":{"7":1},"contrast":{"7":1},"control":{"7":1,"12":1,"26":1,"27":1,"36":1,"62":1,"64":1,"66":1,"67":1,"112":1},"the":{"7":1,"8":1,"10":1,"15":1,"16":1,"19":1,"20":1,"22":1,"33":1,"35":1,"36":1,"39":1,"42":1,"44":1,"57":1,"60":1,"62":1,"63":1,"68":1,"74":1,"76":1,"79":1,"89":1,"93":1,"95":1,"97":1,"100":1},"client":{"7":1,"15":1,"36":1,"100":1},"webgl":{"7":1,"36":1,"37":1,"45":1,"54":1,"76":1,"81":1},"only":{"7":1,"16":1,"36":1},"this":{"8":1,"10":1,"12":1,"16":1,"31":1,"32":1,"34":1,"88":1},"shows":{"8":1,"12":1,"31":1,"32":1,"34":1,"64":1,"88":1},"how":{"8":1,"10":1,"12":1,"31":1,"32":1,"34":1,"64":1,"88":1},"customize":{"8":1},"buttons":{"8":1},"tooltips":{"8":1},"with":{"8":1,"9":1,"10":1,"15":1,"16":1,"19":1,"26":1,"29":1,"37":1,"48":1,"53":1,"60":1,"66":1,"68":1,"75":1,"78":1,"79":1,"81":1,"91":1,"92":1,"94":1,"97":1,"98":1,"108":1},"bootstrap":{"8":1,"65":1},"custom":{"8":1,"12":1,"53":1,"68":1,"97":1,"106":1},"tooltip":{"8":1,"42":1},"renders":{"9":1},"tiles":{"9":1,"54":1,"86":1,"106":1,"107":1,"108":1},"coordinates":{"9":1},"for":{"9":1,"31":1,"32":1,"52":1,"57":1,"61":1,"68":1,"74":1},"debugging":{"9":1},"canvas":{"9":1,"76":1},"layers":{"9":1,"58":1,"76":1,"79":1,"97":1,"98":1,"100":1},"s":{"10":1},"view":{"10":1,"49":1,"58":1,"110":1},"can":{"10":1,"74":1},"be":{"10":1},"adjusted":{"10":1},"so":{"10":1,"16":1},"geometry":{"10":1,"22":1,"39":1,"68":1},"or":{"10":1,"15":1,"16":1,"74":1},"coordinate":{"10":1},"is":{"10":1,"15":1,"16":1,"89":1,"93":1,"100":1},"positioned":{"10":1},"at":{"10":1,"92":1},"specific":{"10":1},"pixel":{"10":1},"location":{"10":1},"above":{"10":1},"has":{"10":1},"top":{"10":1},"right":{"10":1,"89":1},"bottom":{"10":1},"left":{"10":1,"89":1},"padding":{"10":1},"applied":{"10":1},"inside":{"10":1},"viewport":{"10":1},"fitgeometry":{"10":1},"method":{"10":1},"used":{"10":1},"fit":{"10":1},"in":{"10":1,"16":1,"23":1,"42":1,"43":1,"74":1,"81":1,"106":1},"same":{"10":1,"39":1,"76":1},"centeron":{"10":1},"position":{"10":1,"62":1},"lausanne":{"10":1},"center":{"10":1,"76":1},"black":{"10":1},"advanced":{"10":1,"66":1},"positioning":{"10":1},"ol":{"11":1,"15":1,"19":1,"20":1,"57":1},"cluster":{"11":1,"22":1},"clustering":{"11":1},"vector":{"11":1,"15":1,"17":1,"19":1,"20":1,"22":1,"25":1,"28":1,"35":1,"37":1,"38":1,"41":1,"42":1,"43":1,"52":1,"54":1,"57":1,"60":1,"61":1,"68":1,"71":1,"74":1,"81":1,"82":1,"83":1,"86":1,"90":1,"91":1,"92":1,"93":1,"94":1},"create":{"12":1,"69":1},"controls":{"12":1,"64":1,"112":1},"ol3":{"13":1},"d3":{"13":1},"together":{"13":1,"19":1},"integration":{"13":1},"listen":{"14":1},"deviceorientation":{"14":1},"events":{"14":1,"85":1},"device":{"14":1},"orientation":{"14":1,"29":1},"drag":{"15":1,"16":1,"17":1,"18":1,"26":1},"drop":{"15":1,"16":1},"source":{"15":1,"22":1,"33":1,"44":1,"51":1,"79":1,"93":1,"104":1,"105":1,"106":1,"107":1,"109":1,"111":1},"imagevector":{"15":1},"gpx":{"15":1,"16":1,"33":1},"geojson":{"15":1,"16":1,"28":1,"91":1,"92":1},"igc":{"15":1,"16":1,"39":1},"kml":{"15":1,"16":1,"22":1,"35":1,"42":1,"43":1,"44":1},"topojson":{"15":1,"16":1,"90":1},"files":{"15":1,"16":1},"each":{"15":1,"52":1},"file":{"15":1,"39":1},"rendered":{"15":1},"image":{"15":1,"24":1,"31":1,"40":1,"41":1,"49":1,"80":1,"98":1,"99":1},"there":{"16":1},"no":{"16":1},"projection":{"16":1,"78":1,"97":1,"98":1,"100":1,"106":1},"transform":{"16":1},"support":{"16":1},"will":{"16":1},"work":{"16":1},"data":{"16":1,"21":1,"88":1,"93":1},"epsg":{"16":1,"23":1,"89":1,"97":1,"100":1,"106":1},"editing":{"17":1,"60":1},"single":{"18":1,"74":1,"98":1,"99":1},"rotate":{"18":1,"26":1},"draw":{"19":1,"20":1,"52":1,"57":1},"modify":{"19":1,"60":1,"61":1},"edit":{"19":1,"20":1,"57":1,"60":1,"61":1},"featureoverlay":{"19":1},"dynamic":{"21":1},"use":{"22":1,"35":1,"42":1,"63":1},"style":{"22":1,"35":1,"38":1,"42":1,"43":1,"68":1,"71":1,"90":1,"92":1,"112":1},"geometries":{"22":1},"render":{"22":1,"42":1,"54":1},"earthquake":{"22":1,"42":1},"clusters":{"22":1},"epsg4326":{"23":1},"exporting":{"24":1},"as":{"24":1,"74":1,"108":1},"png":{"24":1},"export":{"24":1},"fractal":{"25":1},"full":{"26":1,"27":1,"59":1},"screen":{"26":1,"27":1,"59":1},"effect":{"26":1},"geolocated":{"29":1},"oriented":{"29":1},"geolocation":{"29":1,"30":1,"59":1},"tracking":{"29":1},"fullscreen":{"29":1,"59":1},"mobile":{"29":1,"59":1},"trigger":{"31":1,"32":1},"wms":{"31":1,"32":1,"96":1,"97":1,"98":1,"99":1,"100":1,"101":1},"getfeatureinfo":{"31":1,"32":1},"requests":{"31":1,"32":1},"click":{"31":1,"32":1,"74":1},"foreachlayeratpixel":{"31":1,"32":1},"add":{"34":1,"64":1},"graticule":{"34":1,"78":1},"overlay":{"34":1,"65":1,"69":1,"92":1},"heatmap":{"35":1},"earthquakes":{"35":1,"42":1},"hue":{"36":1},"saturation":{"36":1},"icon":{"37":1,"38":1},"sprite":{"37":1},"point":{"37":1,"38":1,"81":1},"symbolize":{"38":1},"marker":{"38":1},"popup":{"38":1,"65":1,"69":1},"tracks":{"39":1},"recorded":{"39":1},"from":{"39":1,"43":1,"84":1,"86":1,"88":1,"90":1,"93":1,"104":1},"multiple":{"39":1},"paraglider":{"39":1},"flights":{"39":1},"day":{"39":1},"read":{"39":1,"88":1},"complex":{"39":1},"closest":{"39":1},"opencyclemap":{"39":1},"apply":{"40":1},"filter":{"40":1},"imagery":{"40":1},"manipulation":{"40":1,"49":1},"shape":{"42":1,"71":1},"symbolizer":{"42":1},"locations":{"42":1},"rendering":{"43":1,"47":1,"90":1},"timezones":{"43":1},"clipping":{"45":1,"46":1},"restricting":{"47":1},"limited":{"47":1},"extent":{"47":1,"64":1},"tilejson":{"47":1,"48":1,"75":1,"87":1,"88":1},"group":{"48":1},"layergroup":{"48":1},"portion":{"49":1},"one":{"49":1,"76":1,"84":1,"89":1},"over":{"49":1},"another":{"49":1,"84":1},"spy":{"49":1},"swipe":{"50":1},"setting":{"51":1},"after":{"51":1},"construction":{"51":1},"lazy":{"51":1},"drawing":{"52":1},"arrows":{"52":1},"line":{"52":1,"73":1},"string":{"52":1},"segment":{"52":1},"linestring":{"52":1},"arrow":{"52":1},"localized":{"53":1},"server":{"53":1,"93":1,"94":1},"attribution":{"53":1},"cors":{"53":1},"openseamap":{"53":1},"that":{"54":1},"uses":{"54":1,"69":1},"mapbox":{"54":1},"gl":{"54":1},"js":{"54":1},"untiled":{"55":1},"mapguide":{"55":1},"mapquest":{"56":1,"65":1,"69":1,"75":1},"creating":{"57":1},"simple":{"57":1,"77":1},"measuring":{"57":1},"application":{"57":1},"measure":{"57":1},"show":{"58":1},"hide":{"58":1},"depending":{"58":1},"current":{"58":1},"resolution":{"58":1,"76":1},"min":{"58":1},"max":{"58":1},"minresolution":{"58":1},"maxresolution":{"58":1},"testing":{"61":1},"modification":{"61":1},"test":{"61":1},"mouse":{"62":1},"outside":{"62":1},"moveend":{"63":1},"event":{"63":1,"74":1},"move":{"63":1},"end":{"63":1},"navigation":{"64":1},"overlays":{"65":1},"popover":{"65":1},"openaerial":{"65":1,"69":1},"overviewmap":{"66":1,"67":1},"customization":{"66":1},"overview":{"66":1,"67":1},"showing":{"68":1},"vertices":{"68":1},"polygon":{"68":1},"styles":{"68":1,"71":1},"polygons":{"68":1},"geometryfunction":{"68":1},"preloading":{"70":1},"preload":{"70":1},"some":{"71":1},"regular":{"71":1},"symbol":{"71":1,"81":1},"regularshape":{"71":1},"square":{"71":1},"cross":{"71":1},"star":{"71":1},"triangle":{"71":1},"x":{"71":1},"rotated":{"72":1},"scale":{"73":1},"choose":{"74":1},"between":{"74":1},"hover":{"74":1,"92":1},"type":{"74":1},"combobox":{"74":1},"below":{"74":1},"when":{"74":1},"you":{"74":1},"hold":{"74":1},"do":{"74":1},"shift":{"74":1},"key":{"74":1},"toggle":{"74":1},"semi":{"75":1},"transparent":{"75":1},"three":{"76":1},"dom":{"76":1},"share":{"76":1},"side":{"76":1},"by":{"76":1},"sync":{"76":1},"object":{"76":1},"sphere":{"78":1},"mollweide":{"78":1},"component":{"78":1},"proj4js":{"78":1,"98":1},"stamen":{"79":1},"are":{"79":1},"composed":{"79":1},"watercolor":{"79":1},"base":{"79":1},"terrain":{"79":1},"labels":{"79":1,"91":1,"92":1},"static":{"80":1},"xkcd":{"80":1},"symbols":{"81":1},"atlas":{"81":1},"synthetic":{"82":1,"83":1},"lines":{"82":1},"points":{"83":1},"moving":{"84":1},"target":{"84":1},"teleport":{"84":1},"load":{"85":1},"loading":{"85":1,"93":1,"94":1},"us":{"86":1},"tileutfgrid":{"88":1},"utfgrid":{"88":1},"tissot":{"89":1},"indicatrix":{"89":1},"circle":{"89":1},"topology":{"90":1},"label":{"91":1},"countries":{"92":1},"country":{"92":1},"information":{"92":1},"higher":{"92":1},"levels":{"92":1},"osm":{"93":1},"xml":{"93":1},"loaded":{"93":1},"dynamically":{"93":1},"tiling":{"93":1},"strategy":{"93":1,"94":1},"wfs":{"94":1},"bbox":{"94":1},"wkt":{"95":1},"parser":{"95":1},"well":{"95":1},"known":{"95":1},"text":{"95":1},"parsing":{"96":1,"102":1},"getcapabilities":{"96":1,"102":1,"104":1},"response":{"96":1,"102":1},"capabilities":{"96":1,"102":1,"104":1},"pixelmap":{"97":1},"000":{"97":1},"national":{"97":1},"parks":{"97":1},"which":{"100":1},"unknown":{"100":1},"without":{"100":1},"wmts":{"102":1,"103":1,"104":1,"105":1},"based":{"103":1},"hidpi":{"103":1,"108":1},"retina":{"103":1,"108":1},"created":{"104":1},"document":{"104":1},"xyz":{"106":1,"107":1,"108":1,"109":1},"esri":{"106":1,"107":1},"512x512":{"106":1},"tilesize":{"106":1},"mercator":{"108":1},"512x512px":{"108":1},"available":{"108":1},"maptiler":{"108":1},"2x":{"108":1},"devicepixelratio":{"108":1},"constrained":{"110":1},"minzoom":{"110":1},"maxzoom":{"110":1},"zoomify":{"111":1},"various":{"112":1},"zoomslider":{"112":1},"slider":{"112":1},"styling":{"112":1},"css":{"112":1}}}