diff --git a/en/basics/index.html b/en/basics/index.html index cd0cb2a1..ed382d1b 100644 --- a/en/basics/index.html +++ b/en/basics/index.html @@ -746,7 +746,7 @@
name,mass,year,reclat,reclong
Aachen,21,1880,50.775000,6.083330
...
-
The first line of the file is a header line that we'll skip over when parsing. Subsequent lines have the name of the site, the mass of the meteorite, the year of impact, the latitude, and the longitude separated by commas. We'll use an XMLHttpRequest
client to fetch the data and write a short function to parse lines in the file as features with point geometries.
We're going to use the convenient papaparse
library to parse the csv. It has already been added as dependency to the workshop, so we can import its parse
function without the need to run npm install
. We only need to write a short complete
handler function that creates OpenLayers Feature
s from the rows in the csv, with mass
and year
being numbers, not strings, and Point
geometries representing the latitude ( reclat
) and longitude (reclong
) of the meteorite impact.
Update your main.js
to load and render a local CSV file with data representing meteorite impacts:
import Feature from 'ol/Feature';
import Point from 'ol/geom/Point';
@@ -768,7 +768,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Map setup","level":"1.7.1","depth":2,"next":{"title":"Rendering points","level":"1.7.2","depth":2,"path":"webgl/points.md","ref":"webgl/points.md","articles":[]},"previous":{"title":"WebGL Point Rendering","level":"1.7","depth":1,"path":"webgl/README.md","ref":"webgl/README.md","articles":[{"title":"Map setup","level":"1.7.1","depth":2,"path":"webgl/meteorites.md","ref":"webgl/meteorites.md","articles":[]},{"title":"Rendering points","level":"1.7.2","depth":2,"path":"webgl/points.md","ref":"webgl/points.md","articles":[]},{"title":"Animating points","level":"1.7.3","depth":2,"path":"webgl/animated.md","ref":"webgl/animated.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/index.html#fig1.2.1","level":"1.2","list_caption":"Figure: A map of the world","alt":"A map of the world","nro":1,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of the world","attributes":{},"skip":false,"key":"1.2.1"},{"backlink":"vector/geojson.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: GeoJSON features","alt":"GeoJSON features","nro":2,"url":"geojson.png","index":1,"caption_template":"_CAPTION_","label":"GeoJSON features","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"vector/drag-n-drop.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Drag and drop","alt":"Drag and drop","nro":3,"url":"drag-n-drop.png","index":1,"caption_template":"_CAPTION_","label":"Drag and drop","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"vector/modify.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Modifying features","alt":"Modifying features","nro":4,"url":"modify.png","index":1,"caption_template":"_CAPTION_","label":"Modifying features","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"vector/draw.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: A new island nation in the Caribbean","alt":"A new island nation in the Caribbean","nro":5,"url":"draw.png","index":1,"caption_template":"_CAPTION_","label":"A new island nation in the Caribbean","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"vector/snap.html#fig1.3.5.1","level":"1.3.5","list_caption":"Figure: Uniting nations with the snap interaction","alt":"Uniting nations with the snap interaction","nro":6,"url":"snap.png","index":1,"caption_template":"_CAPTION_","label":"Uniting nations with the snap interaction","attributes":{},"skip":false,"key":"1.3.5.1"},{"backlink":"vector/download.html#fig1.3.6.1","level":"1.3.6","list_caption":"Figure: Buttons to clear and download data","alt":"Buttons to clear and download data","nro":7,"url":"download.png","index":1,"caption_template":"_CAPTION_","label":"Buttons to clear and download data","attributes":{},"skip":false,"key":"1.3.6.1"},{"backlink":"vector/style.html#fig1.3.7.1","level":"1.3.7","list_caption":"Figure: Features colored by area","alt":"Features colored by area","nro":8,"url":"style.png","index":1,"caption_template":"_CAPTION_","label":"Features colored by area","attributes":{},"skip":false,"key":"1.3.7.1"},{"backlink":"mobile/map.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Map on a smartphone","alt":"Map on a smartphone","nro":9,"url":"map.jpeg","index":1,"caption_template":"_CAPTION_","label":"Map on a smartphone","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"mobile/geolocation.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Location with accuracy polygon","alt":"Location with accuracy polygon","nro":10,"url":"geolocation.jpeg","index":1,"caption_template":"_CAPTION_","label":"Location with accuracy polygon","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"mobile/compass.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: User looking around with the navigation tool","alt":"User looking around with the navigation tool","nro":11,"url":"compass.gif","index":1,"caption_template":"_CAPTION_","label":"User looking around with the navigation tool","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"cog/true-color.html#fig1.5.1.1","level":"1.5.1","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":12,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.1.1"},{"backlink":"cog/simplified-view.html#fig1.5.2.1","level":"1.5.2","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":13,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.2.1"},{"backlink":"cog/false-color.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Spectral signatures of vegetation (in green), soil (red), and water (blue).","alt":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","nro":14,"url":"spectra.png","index":1,"caption_template":"_CAPTION_","label":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","attributes":{},"skip":false,"key":"1.5.3.1"},{"backlink":"cog/false-color.html#fig1.5.3.2","level":"1.5.3","list_caption":"Figure: A false color rendering of a Sentinel-2 GeoTIFF","alt":"A false color rendering of a Sentinel-2 GeoTIFF","nro":15,"url":"false-color.png","index":2,"caption_template":"_CAPTION_","label":"A false color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.3.2"},{"backlink":"cog/ndvi.html#fig1.5.4.1","level":"1.5.4","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":16,"url":"ndvi.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.4.1"},{"backlink":"cog/colormap.html#fig1.5.5.1","level":"1.5.5","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":17,"url":"colormap.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.5.1"},{"backlink":"cog/visualizations.html#fig1.5.6.1","level":"1.5.6","list_caption":"Figure: Visualization chooser","alt":"Visualization chooser","nro":18,"url":"visualizations.png","index":1,"caption_template":"_CAPTION_","label":"Visualization chooser","attributes":{},"skip":false,"key":"1.5.6.1"},{"backlink":"cog/viz-plus.html#fig1.5.7.1","level":"1.5.7","list_caption":"Figure: COG explorer","alt":"COG explorer","nro":19,"url":"viz-plus.png","index":1,"caption_template":"_CAPTION_","label":"COG explorer","attributes":{},"skip":false,"key":"1.5.7.1"},{"backlink":"vectortile/map.html#fig1.6.1.1","level":"1.6.1","list_caption":"Figure: A world without style","alt":"A world without style","nro":20,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A world without style","attributes":{},"skip":false,"key":"1.6.1.1"},{"backlink":"vectortile/bright.html#fig1.6.2.1","level":"1.6.2","list_caption":"Figure: A bright map of Belém","alt":"A bright map of Belém","nro":21,"url":"bright.png","index":1,"caption_template":"_CAPTION_","label":"A bright map of Belém","attributes":{},"skip":false,"key":"1.6.2.1"},{"backlink":"vectortile/interact.html#fig1.6.3.1","level":"1.6.3","list_caption":"Figure: Hovering over the map","alt":"Hovering over the map","nro":22,"url":"interact.gif","index":1,"caption_template":"_CAPTION_","label":"Hovering over the map","attributes":{},"skip":false,"key":"1.6.3.1"},{"backlink":"webgl/meteorites.html#fig1.7.1.1","level":"1.7.1","list_caption":"Figure: Meteorite impact sites","alt":"Meteorite impact sites","nro":23,"url":"meteorites.png","index":1,"caption_template":"_CAPTION_","label":"Meteorite impact sites","attributes":{},"skip":false,"key":"1.7.1.1"},{"backlink":"webgl/points.html#fig1.7.2.1","level":"1.7.2","list_caption":"Figure: Impact sites rendered as circles","alt":"Impact sites rendered as circles","nro":24,"url":"circles.png","index":1,"caption_template":"_CAPTION_","label":"Impact sites rendered as circles","attributes":{},"skip":false,"key":"1.7.2.1"},{"backlink":"webgl/points.html#fig1.7.2.2","level":"1.7.2","list_caption":"Figure: Circle sized by meteorite mass","alt":"Circle sized by meteorite mass","nro":25,"url":"dynamic.png","index":2,"caption_template":"_CAPTION_","label":"Circle sized by meteorite mass","attributes":{},"skip":false,"key":"1.7.2.2"},{"backlink":"webgl/animated.html#fig1.7.3.1","level":"1.7.3","list_caption":"Figure: Through the years","alt":"Through the years","nro":26,"url":"years.gif","index":1,"caption_template":"_CAPTION_","label":"Through the years","attributes":{},"skip":false,"key":"1.7.3.1"},{"backlink":"webgl/animated.html#fig1.7.3.2","level":"1.7.3","list_caption":"Figure: Meteor shower","alt":"Meteor shower","nro":27,"url":"shower.gif","index":2,"caption_template":"_CAPTION_","label":"Meteor shower","attributes":{},"skip":false,"key":"1.7.3.2"},{"backlink":"data-tiles/map.html#fig2.1.1.1","level":"2.1.1","list_caption":"Figure: A map of Buenos Aires","alt":"A map of Buenos Aires","nro":28,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of Buenos Aires","attributes":{},"skip":false,"key":"2.1.1.1"},{"backlink":"data-tiles/elevation.html#fig2.1.2.1","level":"2.1.2","list_caption":"Figure: Terrain-RGB tiles rendered over a base map","alt":"Terrain-RGB tiles rendered over a base map","nro":29,"url":"elevation.png","index":1,"caption_template":"_CAPTION_","label":"Terrain-RGB tiles rendered over a base map","attributes":{},"skip":false,"key":"2.1.2.1"},{"backlink":"data-tiles/sea-level.html#fig2.1.3.1","level":"2.1.3","list_caption":"Figure: Sea level rise","alt":"Sea level rise","nro":30,"url":"sea-level.png","index":1,"caption_template":"_CAPTION_","label":"Sea level rise","attributes":{},"skip":false,"key":"2.1.3.1"}]},"language":"en","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"webgl/meteorites.md","mtime":"2024-12-03T14:48:30.956Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Map setup","level":"1.7.1","depth":2,"next":{"title":"Rendering points","level":"1.7.2","depth":2,"path":"webgl/points.md","ref":"webgl/points.md","articles":[]},"previous":{"title":"WebGL Point Rendering","level":"1.7","depth":1,"path":"webgl/README.md","ref":"webgl/README.md","articles":[{"title":"Map setup","level":"1.7.1","depth":2,"path":"webgl/meteorites.md","ref":"webgl/meteorites.md","articles":[]},{"title":"Rendering points","level":"1.7.2","depth":2,"path":"webgl/points.md","ref":"webgl/points.md","articles":[]},{"title":"Animating points","level":"1.7.3","depth":2,"path":"webgl/animated.md","ref":"webgl/animated.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/index.html#fig1.2.1","level":"1.2","list_caption":"Figure: A map of the world","alt":"A map of the world","nro":1,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of the world","attributes":{},"skip":false,"key":"1.2.1"},{"backlink":"vector/geojson.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: GeoJSON features","alt":"GeoJSON features","nro":2,"url":"geojson.png","index":1,"caption_template":"_CAPTION_","label":"GeoJSON features","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"vector/drag-n-drop.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Drag and drop","alt":"Drag and drop","nro":3,"url":"drag-n-drop.png","index":1,"caption_template":"_CAPTION_","label":"Drag and drop","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"vector/modify.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Modifying features","alt":"Modifying features","nro":4,"url":"modify.png","index":1,"caption_template":"_CAPTION_","label":"Modifying features","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"vector/draw.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: A new island nation in the Caribbean","alt":"A new island nation in the Caribbean","nro":5,"url":"draw.png","index":1,"caption_template":"_CAPTION_","label":"A new island nation in the Caribbean","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"vector/snap.html#fig1.3.5.1","level":"1.3.5","list_caption":"Figure: Uniting nations with the snap interaction","alt":"Uniting nations with the snap interaction","nro":6,"url":"snap.png","index":1,"caption_template":"_CAPTION_","label":"Uniting nations with the snap interaction","attributes":{},"skip":false,"key":"1.3.5.1"},{"backlink":"vector/download.html#fig1.3.6.1","level":"1.3.6","list_caption":"Figure: Buttons to clear and download data","alt":"Buttons to clear and download data","nro":7,"url":"download.png","index":1,"caption_template":"_CAPTION_","label":"Buttons to clear and download data","attributes":{},"skip":false,"key":"1.3.6.1"},{"backlink":"vector/style.html#fig1.3.7.1","level":"1.3.7","list_caption":"Figure: Features colored by area","alt":"Features colored by area","nro":8,"url":"style.png","index":1,"caption_template":"_CAPTION_","label":"Features colored by area","attributes":{},"skip":false,"key":"1.3.7.1"},{"backlink":"mobile/map.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Map on a smartphone","alt":"Map on a smartphone","nro":9,"url":"map.jpeg","index":1,"caption_template":"_CAPTION_","label":"Map on a smartphone","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"mobile/geolocation.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Location with accuracy polygon","alt":"Location with accuracy polygon","nro":10,"url":"geolocation.jpeg","index":1,"caption_template":"_CAPTION_","label":"Location with accuracy polygon","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"mobile/compass.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: User looking around with the navigation tool","alt":"User looking around with the navigation tool","nro":11,"url":"compass.gif","index":1,"caption_template":"_CAPTION_","label":"User looking around with the navigation tool","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"cog/true-color.html#fig1.5.1.1","level":"1.5.1","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":12,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.1.1"},{"backlink":"cog/simplified-view.html#fig1.5.2.1","level":"1.5.2","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":13,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.2.1"},{"backlink":"cog/false-color.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Spectral signatures of vegetation (in green), soil (red), and water (blue).","alt":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","nro":14,"url":"spectra.png","index":1,"caption_template":"_CAPTION_","label":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","attributes":{},"skip":false,"key":"1.5.3.1"},{"backlink":"cog/false-color.html#fig1.5.3.2","level":"1.5.3","list_caption":"Figure: A false color rendering of a Sentinel-2 GeoTIFF","alt":"A false color rendering of a Sentinel-2 GeoTIFF","nro":15,"url":"false-color.png","index":2,"caption_template":"_CAPTION_","label":"A false color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.3.2"},{"backlink":"cog/ndvi.html#fig1.5.4.1","level":"1.5.4","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":16,"url":"ndvi.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.4.1"},{"backlink":"cog/colormap.html#fig1.5.5.1","level":"1.5.5","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":17,"url":"colormap.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.5.1"},{"backlink":"cog/visualizations.html#fig1.5.6.1","level":"1.5.6","list_caption":"Figure: Visualization chooser","alt":"Visualization chooser","nro":18,"url":"visualizations.png","index":1,"caption_template":"_CAPTION_","label":"Visualization chooser","attributes":{},"skip":false,"key":"1.5.6.1"},{"backlink":"cog/viz-plus.html#fig1.5.7.1","level":"1.5.7","list_caption":"Figure: COG explorer","alt":"COG explorer","nro":19,"url":"viz-plus.png","index":1,"caption_template":"_CAPTION_","label":"COG explorer","attributes":{},"skip":false,"key":"1.5.7.1"},{"backlink":"vectortile/map.html#fig1.6.1.1","level":"1.6.1","list_caption":"Figure: A world without style","alt":"A world without style","nro":20,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A world without style","attributes":{},"skip":false,"key":"1.6.1.1"},{"backlink":"vectortile/bright.html#fig1.6.2.1","level":"1.6.2","list_caption":"Figure: A bright map of Belém","alt":"A bright map of Belém","nro":21,"url":"bright.png","index":1,"caption_template":"_CAPTION_","label":"A bright map of Belém","attributes":{},"skip":false,"key":"1.6.2.1"},{"backlink":"vectortile/interact.html#fig1.6.3.1","level":"1.6.3","list_caption":"Figure: Hovering over the map","alt":"Hovering over the map","nro":22,"url":"interact.gif","index":1,"caption_template":"_CAPTION_","label":"Hovering over the map","attributes":{},"skip":false,"key":"1.6.3.1"},{"backlink":"webgl/meteorites.html#fig1.7.1.1","level":"1.7.1","list_caption":"Figure: Meteorite impact sites","alt":"Meteorite impact sites","nro":23,"url":"meteorites.png","index":1,"caption_template":"_CAPTION_","label":"Meteorite impact sites","attributes":{},"skip":false,"key":"1.7.1.1"},{"backlink":"webgl/points.html#fig1.7.2.1","level":"1.7.2","list_caption":"Figure: Impact sites rendered as circles","alt":"Impact sites rendered as circles","nro":24,"url":"circles.png","index":1,"caption_template":"_CAPTION_","label":"Impact sites rendered as circles","attributes":{},"skip":false,"key":"1.7.2.1"},{"backlink":"webgl/points.html#fig1.7.2.2","level":"1.7.2","list_caption":"Figure: Circle sized by meteorite mass","alt":"Circle sized by meteorite mass","nro":25,"url":"dynamic.png","index":2,"caption_template":"_CAPTION_","label":"Circle sized by meteorite mass","attributes":{},"skip":false,"key":"1.7.2.2"},{"backlink":"webgl/animated.html#fig1.7.3.1","level":"1.7.3","list_caption":"Figure: Through the years","alt":"Through the years","nro":26,"url":"years.gif","index":1,"caption_template":"_CAPTION_","label":"Through the years","attributes":{},"skip":false,"key":"1.7.3.1"},{"backlink":"webgl/animated.html#fig1.7.3.2","level":"1.7.3","list_caption":"Figure: Meteor shower","alt":"Meteor shower","nro":27,"url":"shower.gif","index":2,"caption_template":"_CAPTION_","label":"Meteor shower","attributes":{},"skip":false,"key":"1.7.3.2"},{"backlink":"data-tiles/map.html#fig2.1.1.1","level":"2.1.1","list_caption":"Figure: A map of Buenos Aires","alt":"A map of Buenos Aires","nro":28,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of Buenos Aires","attributes":{},"skip":false,"key":"2.1.1.1"},{"backlink":"data-tiles/elevation.html#fig2.1.2.1","level":"2.1.2","list_caption":"Figure: Terrain-RGB tiles rendered over a base map","alt":"Terrain-RGB tiles rendered over a base map","nro":29,"url":"elevation.png","index":1,"caption_template":"_CAPTION_","label":"Terrain-RGB tiles rendered over a base map","attributes":{},"skip":false,"key":"2.1.2.1"},{"backlink":"data-tiles/sea-level.html#fig2.1.3.1","level":"2.1.3","list_caption":"Figure: Sea level rise","alt":"Sea level rise","nro":30,"url":"sea-level.png","index":1,"caption_template":"_CAPTION_","label":"Sea level rise","attributes":{},"skip":false,"key":"2.1.3.1"}]},"language":"en","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"webgl/meteorites.md","mtime":"2024-12-03T14:51:08.517Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/en/webgl/points.html b/en/webgl/points.html
index 92ccba6f..ddf10ea0 100644
--- a/en/webgl/points.html
+++ b/en/webgl/points.html
@@ -724,7 +724,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Rendering points","level":"1.7.2","depth":2,"next":{"title":"Animating points","level":"1.7.3","depth":2,"path":"webgl/animated.md","ref":"webgl/animated.md","articles":[]},"previous":{"title":"Map setup","level":"1.7.1","depth":2,"path":"webgl/meteorites.md","ref":"webgl/meteorites.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/index.html#fig1.2.1","level":"1.2","list_caption":"Figure: A map of the world","alt":"A map of the world","nro":1,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of the world","attributes":{},"skip":false,"key":"1.2.1"},{"backlink":"vector/geojson.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: GeoJSON features","alt":"GeoJSON features","nro":2,"url":"geojson.png","index":1,"caption_template":"_CAPTION_","label":"GeoJSON features","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"vector/drag-n-drop.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Drag and drop","alt":"Drag and drop","nro":3,"url":"drag-n-drop.png","index":1,"caption_template":"_CAPTION_","label":"Drag and drop","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"vector/modify.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Modifying features","alt":"Modifying features","nro":4,"url":"modify.png","index":1,"caption_template":"_CAPTION_","label":"Modifying features","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"vector/draw.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: A new island nation in the Caribbean","alt":"A new island nation in the Caribbean","nro":5,"url":"draw.png","index":1,"caption_template":"_CAPTION_","label":"A new island nation in the Caribbean","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"vector/snap.html#fig1.3.5.1","level":"1.3.5","list_caption":"Figure: Uniting nations with the snap interaction","alt":"Uniting nations with the snap interaction","nro":6,"url":"snap.png","index":1,"caption_template":"_CAPTION_","label":"Uniting nations with the snap interaction","attributes":{},"skip":false,"key":"1.3.5.1"},{"backlink":"vector/download.html#fig1.3.6.1","level":"1.3.6","list_caption":"Figure: Buttons to clear and download data","alt":"Buttons to clear and download data","nro":7,"url":"download.png","index":1,"caption_template":"_CAPTION_","label":"Buttons to clear and download data","attributes":{},"skip":false,"key":"1.3.6.1"},{"backlink":"vector/style.html#fig1.3.7.1","level":"1.3.7","list_caption":"Figure: Features colored by area","alt":"Features colored by area","nro":8,"url":"style.png","index":1,"caption_template":"_CAPTION_","label":"Features colored by area","attributes":{},"skip":false,"key":"1.3.7.1"},{"backlink":"mobile/map.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Map on a smartphone","alt":"Map on a smartphone","nro":9,"url":"map.jpeg","index":1,"caption_template":"_CAPTION_","label":"Map on a smartphone","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"mobile/geolocation.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Location with accuracy polygon","alt":"Location with accuracy polygon","nro":10,"url":"geolocation.jpeg","index":1,"caption_template":"_CAPTION_","label":"Location with accuracy polygon","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"mobile/compass.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: User looking around with the navigation tool","alt":"User looking around with the navigation tool","nro":11,"url":"compass.gif","index":1,"caption_template":"_CAPTION_","label":"User looking around with the navigation tool","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"cog/true-color.html#fig1.5.1.1","level":"1.5.1","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":12,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.1.1"},{"backlink":"cog/simplified-view.html#fig1.5.2.1","level":"1.5.2","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":13,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.2.1"},{"backlink":"cog/false-color.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Spectral signatures of vegetation (in green), soil (red), and water (blue).","alt":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","nro":14,"url":"spectra.png","index":1,"caption_template":"_CAPTION_","label":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","attributes":{},"skip":false,"key":"1.5.3.1"},{"backlink":"cog/false-color.html#fig1.5.3.2","level":"1.5.3","list_caption":"Figure: A false color rendering of a Sentinel-2 GeoTIFF","alt":"A false color rendering of a Sentinel-2 GeoTIFF","nro":15,"url":"false-color.png","index":2,"caption_template":"_CAPTION_","label":"A false color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.3.2"},{"backlink":"cog/ndvi.html#fig1.5.4.1","level":"1.5.4","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":16,"url":"ndvi.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.4.1"},{"backlink":"cog/colormap.html#fig1.5.5.1","level":"1.5.5","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":17,"url":"colormap.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.5.1"},{"backlink":"cog/visualizations.html#fig1.5.6.1","level":"1.5.6","list_caption":"Figure: Visualization chooser","alt":"Visualization chooser","nro":18,"url":"visualizations.png","index":1,"caption_template":"_CAPTION_","label":"Visualization chooser","attributes":{},"skip":false,"key":"1.5.6.1"},{"backlink":"cog/viz-plus.html#fig1.5.7.1","level":"1.5.7","list_caption":"Figure: COG explorer","alt":"COG explorer","nro":19,"url":"viz-plus.png","index":1,"caption_template":"_CAPTION_","label":"COG explorer","attributes":{},"skip":false,"key":"1.5.7.1"},{"backlink":"vectortile/map.html#fig1.6.1.1","level":"1.6.1","list_caption":"Figure: A world without style","alt":"A world without style","nro":20,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A world without style","attributes":{},"skip":false,"key":"1.6.1.1"},{"backlink":"vectortile/bright.html#fig1.6.2.1","level":"1.6.2","list_caption":"Figure: A bright map of Belém","alt":"A bright map of Belém","nro":21,"url":"bright.png","index":1,"caption_template":"_CAPTION_","label":"A bright map of Belém","attributes":{},"skip":false,"key":"1.6.2.1"},{"backlink":"vectortile/interact.html#fig1.6.3.1","level":"1.6.3","list_caption":"Figure: Hovering over the map","alt":"Hovering over the map","nro":22,"url":"interact.gif","index":1,"caption_template":"_CAPTION_","label":"Hovering over the map","attributes":{},"skip":false,"key":"1.6.3.1"},{"backlink":"webgl/meteorites.html#fig1.7.1.1","level":"1.7.1","list_caption":"Figure: Meteorite impact sites","alt":"Meteorite impact sites","nro":23,"url":"meteorites.png","index":1,"caption_template":"_CAPTION_","label":"Meteorite impact sites","attributes":{},"skip":false,"key":"1.7.1.1"},{"backlink":"webgl/points.html#fig1.7.2.1","level":"1.7.2","list_caption":"Figure: Impact sites rendered as circles","alt":"Impact sites rendered as circles","nro":24,"url":"circles.png","index":1,"caption_template":"_CAPTION_","label":"Impact sites rendered as circles","attributes":{},"skip":false,"key":"1.7.2.1"},{"backlink":"webgl/points.html#fig1.7.2.2","level":"1.7.2","list_caption":"Figure: Circle sized by meteorite mass","alt":"Circle sized by meteorite mass","nro":25,"url":"dynamic.png","index":2,"caption_template":"_CAPTION_","label":"Circle sized by meteorite mass","attributes":{},"skip":false,"key":"1.7.2.2"},{"backlink":"webgl/animated.html#fig1.7.3.1","level":"1.7.3","list_caption":"Figure: Through the years","alt":"Through the years","nro":26,"url":"years.gif","index":1,"caption_template":"_CAPTION_","label":"Through the years","attributes":{},"skip":false,"key":"1.7.3.1"},{"backlink":"webgl/animated.html#fig1.7.3.2","level":"1.7.3","list_caption":"Figure: Meteor shower","alt":"Meteor shower","nro":27,"url":"shower.gif","index":2,"caption_template":"_CAPTION_","label":"Meteor shower","attributes":{},"skip":false,"key":"1.7.3.2"},{"backlink":"data-tiles/map.html#fig2.1.1.1","level":"2.1.1","list_caption":"Figure: A map of Buenos Aires","alt":"A map of Buenos Aires","nro":28,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of Buenos Aires","attributes":{},"skip":false,"key":"2.1.1.1"},{"backlink":"data-tiles/elevation.html#fig2.1.2.1","level":"2.1.2","list_caption":"Figure: Terrain-RGB tiles rendered over a base map","alt":"Terrain-RGB tiles rendered over a base map","nro":29,"url":"elevation.png","index":1,"caption_template":"_CAPTION_","label":"Terrain-RGB tiles rendered over a base map","attributes":{},"skip":false,"key":"2.1.2.1"},{"backlink":"data-tiles/sea-level.html#fig2.1.3.1","level":"2.1.3","list_caption":"Figure: Sea level rise","alt":"Sea level rise","nro":30,"url":"sea-level.png","index":1,"caption_template":"_CAPTION_","label":"Sea level rise","attributes":{},"skip":false,"key":"2.1.3.1"}]},"language":"en","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"webgl/points.md","mtime":"2024-12-03T14:48:30.956Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"en"}});
+ gitbook.page.hasChanged({"page":{"title":"Rendering points","level":"1.7.2","depth":2,"next":{"title":"Animating points","level":"1.7.3","depth":2,"path":"webgl/animated.md","ref":"webgl/animated.md","articles":[]},"previous":{"title":"Map setup","level":"1.7.1","depth":2,"path":"webgl/meteorites.md","ref":"webgl/meteorites.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/index.html#fig1.2.1","level":"1.2","list_caption":"Figure: A map of the world","alt":"A map of the world","nro":1,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of the world","attributes":{},"skip":false,"key":"1.2.1"},{"backlink":"vector/geojson.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: GeoJSON features","alt":"GeoJSON features","nro":2,"url":"geojson.png","index":1,"caption_template":"_CAPTION_","label":"GeoJSON features","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"vector/drag-n-drop.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Drag and drop","alt":"Drag and drop","nro":3,"url":"drag-n-drop.png","index":1,"caption_template":"_CAPTION_","label":"Drag and drop","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"vector/modify.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Modifying features","alt":"Modifying features","nro":4,"url":"modify.png","index":1,"caption_template":"_CAPTION_","label":"Modifying features","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"vector/draw.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: A new island nation in the Caribbean","alt":"A new island nation in the Caribbean","nro":5,"url":"draw.png","index":1,"caption_template":"_CAPTION_","label":"A new island nation in the Caribbean","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"vector/snap.html#fig1.3.5.1","level":"1.3.5","list_caption":"Figure: Uniting nations with the snap interaction","alt":"Uniting nations with the snap interaction","nro":6,"url":"snap.png","index":1,"caption_template":"_CAPTION_","label":"Uniting nations with the snap interaction","attributes":{},"skip":false,"key":"1.3.5.1"},{"backlink":"vector/download.html#fig1.3.6.1","level":"1.3.6","list_caption":"Figure: Buttons to clear and download data","alt":"Buttons to clear and download data","nro":7,"url":"download.png","index":1,"caption_template":"_CAPTION_","label":"Buttons to clear and download data","attributes":{},"skip":false,"key":"1.3.6.1"},{"backlink":"vector/style.html#fig1.3.7.1","level":"1.3.7","list_caption":"Figure: Features colored by area","alt":"Features colored by area","nro":8,"url":"style.png","index":1,"caption_template":"_CAPTION_","label":"Features colored by area","attributes":{},"skip":false,"key":"1.3.7.1"},{"backlink":"mobile/map.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Map on a smartphone","alt":"Map on a smartphone","nro":9,"url":"map.jpeg","index":1,"caption_template":"_CAPTION_","label":"Map on a smartphone","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"mobile/geolocation.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Location with accuracy polygon","alt":"Location with accuracy polygon","nro":10,"url":"geolocation.jpeg","index":1,"caption_template":"_CAPTION_","label":"Location with accuracy polygon","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"mobile/compass.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: User looking around with the navigation tool","alt":"User looking around with the navigation tool","nro":11,"url":"compass.gif","index":1,"caption_template":"_CAPTION_","label":"User looking around with the navigation tool","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"cog/true-color.html#fig1.5.1.1","level":"1.5.1","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":12,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.1.1"},{"backlink":"cog/simplified-view.html#fig1.5.2.1","level":"1.5.2","list_caption":"Figure: A true color rendering of a Sentinel-2 GeoTIFF","alt":"A true color rendering of a Sentinel-2 GeoTIFF","nro":13,"url":"true-color.png","index":1,"caption_template":"_CAPTION_","label":"A true color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.2.1"},{"backlink":"cog/false-color.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Spectral signatures of vegetation (in green), soil (red), and water (blue).","alt":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","nro":14,"url":"spectra.png","index":1,"caption_template":"_CAPTION_","label":"Spectral signatures of vegetation (in green), soil (red), and water (blue).","attributes":{},"skip":false,"key":"1.5.3.1"},{"backlink":"cog/false-color.html#fig1.5.3.2","level":"1.5.3","list_caption":"Figure: A false color rendering of a Sentinel-2 GeoTIFF","alt":"A false color rendering of a Sentinel-2 GeoTIFF","nro":15,"url":"false-color.png","index":2,"caption_template":"_CAPTION_","label":"A false color rendering of a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.3.2"},{"backlink":"cog/ndvi.html#fig1.5.4.1","level":"1.5.4","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":16,"url":"ndvi.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.4.1"},{"backlink":"cog/colormap.html#fig1.5.5.1","level":"1.5.5","list_caption":"Figure: NDVI generated from a Sentinel-2 GeoTIFF","alt":"NDVI generated from a Sentinel-2 GeoTIFF","nro":17,"url":"colormap.png","index":1,"caption_template":"_CAPTION_","label":"NDVI generated from a Sentinel-2 GeoTIFF","attributes":{},"skip":false,"key":"1.5.5.1"},{"backlink":"cog/visualizations.html#fig1.5.6.1","level":"1.5.6","list_caption":"Figure: Visualization chooser","alt":"Visualization chooser","nro":18,"url":"visualizations.png","index":1,"caption_template":"_CAPTION_","label":"Visualization chooser","attributes":{},"skip":false,"key":"1.5.6.1"},{"backlink":"cog/viz-plus.html#fig1.5.7.1","level":"1.5.7","list_caption":"Figure: COG explorer","alt":"COG explorer","nro":19,"url":"viz-plus.png","index":1,"caption_template":"_CAPTION_","label":"COG explorer","attributes":{},"skip":false,"key":"1.5.7.1"},{"backlink":"vectortile/map.html#fig1.6.1.1","level":"1.6.1","list_caption":"Figure: A world without style","alt":"A world without style","nro":20,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A world without style","attributes":{},"skip":false,"key":"1.6.1.1"},{"backlink":"vectortile/bright.html#fig1.6.2.1","level":"1.6.2","list_caption":"Figure: A bright map of Belém","alt":"A bright map of Belém","nro":21,"url":"bright.png","index":1,"caption_template":"_CAPTION_","label":"A bright map of Belém","attributes":{},"skip":false,"key":"1.6.2.1"},{"backlink":"vectortile/interact.html#fig1.6.3.1","level":"1.6.3","list_caption":"Figure: Hovering over the map","alt":"Hovering over the map","nro":22,"url":"interact.gif","index":1,"caption_template":"_CAPTION_","label":"Hovering over the map","attributes":{},"skip":false,"key":"1.6.3.1"},{"backlink":"webgl/meteorites.html#fig1.7.1.1","level":"1.7.1","list_caption":"Figure: Meteorite impact sites","alt":"Meteorite impact sites","nro":23,"url":"meteorites.png","index":1,"caption_template":"_CAPTION_","label":"Meteorite impact sites","attributes":{},"skip":false,"key":"1.7.1.1"},{"backlink":"webgl/points.html#fig1.7.2.1","level":"1.7.2","list_caption":"Figure: Impact sites rendered as circles","alt":"Impact sites rendered as circles","nro":24,"url":"circles.png","index":1,"caption_template":"_CAPTION_","label":"Impact sites rendered as circles","attributes":{},"skip":false,"key":"1.7.2.1"},{"backlink":"webgl/points.html#fig1.7.2.2","level":"1.7.2","list_caption":"Figure: Circle sized by meteorite mass","alt":"Circle sized by meteorite mass","nro":25,"url":"dynamic.png","index":2,"caption_template":"_CAPTION_","label":"Circle sized by meteorite mass","attributes":{},"skip":false,"key":"1.7.2.2"},{"backlink":"webgl/animated.html#fig1.7.3.1","level":"1.7.3","list_caption":"Figure: Through the years","alt":"Through the years","nro":26,"url":"years.gif","index":1,"caption_template":"_CAPTION_","label":"Through the years","attributes":{},"skip":false,"key":"1.7.3.1"},{"backlink":"webgl/animated.html#fig1.7.3.2","level":"1.7.3","list_caption":"Figure: Meteor shower","alt":"Meteor shower","nro":27,"url":"shower.gif","index":2,"caption_template":"_CAPTION_","label":"Meteor shower","attributes":{},"skip":false,"key":"1.7.3.2"},{"backlink":"data-tiles/map.html#fig2.1.1.1","level":"2.1.1","list_caption":"Figure: A map of Buenos Aires","alt":"A map of Buenos Aires","nro":28,"url":"map.png","index":1,"caption_template":"_CAPTION_","label":"A map of Buenos Aires","attributes":{},"skip":false,"key":"2.1.1.1"},{"backlink":"data-tiles/elevation.html#fig2.1.2.1","level":"2.1.2","list_caption":"Figure: Terrain-RGB tiles rendered over a base map","alt":"Terrain-RGB tiles rendered over a base map","nro":29,"url":"elevation.png","index":1,"caption_template":"_CAPTION_","label":"Terrain-RGB tiles rendered over a base map","attributes":{},"skip":false,"key":"2.1.2.1"},{"backlink":"data-tiles/sea-level.html#fig2.1.3.1","level":"2.1.3","list_caption":"Figure: Sea level rise","alt":"Sea level rise","nro":30,"url":"sea-level.png","index":1,"caption_template":"_CAPTION_","label":"Sea level rise","attributes":{},"skip":false,"key":"2.1.3.1"}]},"language":"en","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"webgl/points.md","mtime":"2024-12-03T14:51:08.517Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"en"}});
});
diff --git a/fr/basics/dissect.html b/fr/basics/dissect.html
index 65ec4f8b..e5dd2370 100644
--- a/fr/basics/dissect.html
+++ b/fr/basics/dissect.html
@@ -579,7 +579,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"next":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"previous":{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/dissect.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"next":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"previous":{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/dissect.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/basics/index.html b/fr/basics/index.html
index b6572974..bf9df767 100644
--- a/fr/basics/index.html
+++ b/fr/basics/index.html
@@ -516,7 +516,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Les basiques","level":"1.2","depth":1,"next":{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/README.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Les basiques","level":"1.2","depth":1,"next":{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/README.md","mtime":"2024-12-03T14:51:08.521Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/basics/map.html b/fr/basics/map.html
index 42314c59..d945b289 100644
--- a/fr/basics/map.html
+++ b/fr/basics/map.html
@@ -564,7 +564,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Créez une carte","level":"1.2.1","depth":2,"next":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"previous":{"title":"Les basiques","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/map.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Créez une carte","level":"1.2.1","depth":2,"next":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"previous":{"title":"Les basiques","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/map.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/basics/resources.html b/fr/basics/resources.html
index c849443b..8fa54905 100644
--- a/fr/basics/resources.html
+++ b/fr/basics/resources.html
@@ -542,7 +542,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"next":{"title":"Les couches et les sources","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"previous":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/resources.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"next":{"title":"Les couches et les sources","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"previous":{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/resources.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/controls/draw.html b/fr/controls/draw.html
index d295fd02..53870870 100644
--- a/fr/controls/draw.html
+++ b/fr/controls/draw.html
@@ -595,7 +595,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"next":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"previous":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/draw.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"next":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"previous":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/draw.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/controls/index.html b/fr/controls/index.html
index 139b70b9..cb48e732 100644
--- a/fr/controls/index.html
+++ b/fr/controls/index.html
@@ -517,7 +517,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Les control et les interaction","level":"1.4","depth":1,"next":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"previous":{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/README.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Les control et les interaction","level":"1.4","depth":1,"next":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"previous":{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/README.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/controls/modify.html b/fr/controls/modify.html
index 668562a3..dbd5057d 100644
--- a/fr/controls/modify.html
+++ b/fr/controls/modify.html
@@ -616,7 +616,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"next":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"previous":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/modify.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"next":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"previous":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/modify.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/controls/scaleline.html b/fr/controls/scaleline.html
index 798ccfdf..10dc5106 100644
--- a/fr/controls/scaleline.html
+++ b/fr/controls/scaleline.html
@@ -566,7 +566,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"next":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"previous":{"title":"Les control et les interaction","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/scaleline.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"next":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"previous":{"title":"Les control et les interaction","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/scaleline.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/controls/select.html b/fr/controls/select.html
index a7ad15da..323513c6 100644
--- a/fr/controls/select.html
+++ b/fr/controls/select.html
@@ -593,7 +593,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"next":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"previous":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/select.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"next":{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"previous":{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/select.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/custom-builds/concepts.html b/fr/custom-builds/concepts.html
index 6bd57035..55605051 100644
--- a/fr/custom-builds/concepts.html
+++ b/fr/custom-builds/concepts.html
@@ -585,7 +585,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Concepts","level":"1.6.1","depth":2,"next":{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]},"previous":{"title":"Les build personnalisés","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/concepts.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Concepts","level":"1.6.1","depth":2,"next":{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]},"previous":{"title":"Les build personnalisés","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/concepts.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/custom-builds/create.html b/fr/custom-builds/create.html
index 1cd0f406..8386eccc 100644
--- a/fr/custom-builds/create.html
+++ b/fr/custom-builds/create.html
@@ -648,7 +648,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"previous":{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/create.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"previous":{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/create.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/custom-builds/index.html b/fr/custom-builds/index.html
index 8ae11a7e..154f49b3 100644
--- a/fr/custom-builds/index.html
+++ b/fr/custom-builds/index.html
@@ -515,7 +515,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Les build personnalisés","level":"1.6","depth":1,"next":{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"previous":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/README.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Les build personnalisés","level":"1.6","depth":1,"next":{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"previous":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/README.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/index.html b/fr/index.html
index 5177a3c3..2736b134 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -523,7 +523,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Les basiques","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2024-12-03T14:48:30.964Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":".","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Les basiques","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Créez une carte","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Disséquez votre carte","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2024-12-03T14:51:08.521Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":".","book":{"language":"fr"}});
});
diff --git a/fr/layers/cached.html b/fr/layers/cached.html
index 9aabf10d..b5b109b7 100644
--- a/fr/layers/cached.html
+++ b/fr/layers/cached.html
@@ -606,7 +606,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Sources tuilées","level":"1.3.2","depth":2,"next":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"previous":{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/cached.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Sources tuilées","level":"1.3.2","depth":2,"next":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"previous":{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/cached.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/layers/imagevector.html b/fr/layers/imagevector.html
index 9a345364..b202ea00 100644
--- a/fr/layers/imagevector.html
+++ b/fr/layers/imagevector.html
@@ -617,7 +617,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Source image vecteur","level":"1.3.5","depth":2,"next":{"title":"Les control et les interaction","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"previous":{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/imagevector.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Source image vecteur","level":"1.3.5","depth":2,"next":{"title":"Les control et les interaction","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Le control barre d'échelle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"L'interaction de sélection Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"L'interaction de dessin Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"previous":{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/imagevector.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/layers/index.html b/fr/layers/index.html
index 87df726e..ef9d0a40 100644
--- a/fr/layers/index.html
+++ b/fr/layers/index.html
@@ -518,7 +518,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Les couches et les sources","level":"1.3","depth":1,"next":{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"previous":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/README.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Les couches et les sources","level":"1.3","depth":1,"next":{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"previous":{"title":"Ressources OpenLayers utiles","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/README.md","mtime":"2024-12-03T14:51:08.525Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/layers/proprietary.html b/fr/layers/proprietary.html
index 5e81755f..248d58f5 100644
--- a/fr/layers/proprietary.html
+++ b/fr/layers/proprietary.html
@@ -570,7 +570,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"next":{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"previous":{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/proprietary.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"next":{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"previous":{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/proprietary.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/layers/vector.html b/fr/layers/vector.html
index 699f8ee9..00969388 100644
--- a/fr/layers/vector.html
+++ b/fr/layers/vector.html
@@ -613,7 +613,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Données vecteur","level":"1.3.4","depth":2,"next":{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"previous":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/vector.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Données vecteur","level":"1.3.4","depth":2,"next":{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"previous":{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/vector.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/layers/wms.html b/fr/layers/wms.html
index d85c54d3..eafadc7d 100644
--- a/fr/layers/wms.html
+++ b/fr/layers/wms.html
@@ -599,7 +599,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Sources WMS","level":"1.3.1","depth":2,"next":{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"previous":{"title":"Les couches et les sources","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/wms.md","mtime":"2024-12-03T14:48:30.968Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Sources WMS","level":"1.3.1","depth":2,"next":{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"previous":{"title":"Les couches et les sources","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Sources WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Sources tuilées","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fournisseurs de tuiles propriétaires","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Données vecteur","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Source image vecteur","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/wms.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/vector/formats.html b/fr/vector/formats.html
index 79b9c821..fb727e99 100644
--- a/fr/vector/formats.html
+++ b/fr/vector/formats.html
@@ -536,7 +536,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"next":{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"previous":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/formats.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"next":{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"previous":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/formats.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/vector/index.html b/fr/vector/index.html
index 8646ac70..ddd0f163 100644
--- a/fr/vector/index.html
+++ b/fr/vector/index.html
@@ -516,7 +516,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"next":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"previous":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/README.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Les sujets liés aux vecteurs","level":"1.5","depth":1,"next":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"previous":{"title":"L'interaction de modification Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"articles":[{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/README.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/vector/style-intro.html b/fr/vector/style-intro.html
index 77732fb1..531d42e0 100644
--- a/fr/vector/style-intro.html
+++ b/fr/vector/style-intro.html
@@ -606,7 +606,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Concepts de styles","level":"1.5.2","depth":2,"next":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"previous":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style-intro.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Concepts de styles","level":"1.5.2","depth":2,"next":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"previous":{"title":"Aparté sur les formats","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style-intro.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/fr/vector/style.html b/fr/vector/style.html
index ed465a03..582ae832 100644
--- a/fr/vector/style.html
+++ b/fr/vector/style.html
@@ -617,7 +617,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"next":{"title":"Les build personnalisés","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"previous":{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"fr"}});
+ gitbook.page.hasChanged({"page":{"title":"Styles personnalisés","level":"1.5.3","depth":2,"next":{"title":"Les build personnalisés","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Concepts","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Créer des build personnalisés","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"previous":{"title":"Concepts de styles","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Un carte fonctionnelle affichant une image du monde","alt":"Un carte fonctionnelle affichant une image du monde","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Un carte fonctionnelle affichant une image du monde","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: A un point d'arrêt dans le debugger","alt":"A un point d'arrêt dans le debugger","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"A un point d'arrêt dans le debugger","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Un WMS comme source image","alt":"Un WMS comme source image","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Un WMS comme source image","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Une couche tuilée avec une source de type OSM","alt":"Une couche tuilée avec une source de type OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Une couche tuilée avec une source de type OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Une carte avec des tuiles d'un source de Bing Maps","alt":"Une carte avec des tuiles d'un source de Bing Maps","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Une carte avec des tuiles d'un source de Bing Maps","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Emplacements de tremblements de terre","alt":"Emplacements de tremblements de terre","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Emplacements de tremblements de terre","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: Une barre d'échelle par défaut dans le coin en bas à gauche","alt":"Une barre d'échelle par défaut dans le coin en bas à gauche","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"Une barre d'échelle par défaut dans le coin en bas à gauche","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","alt":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","alt":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","alt":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Bâtiments avec étiquette issue de la clé `field`","alt":"Bâtiments avec étiquette issue de la clé `field`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Bâtiments avec étiquette issue de la clé `field`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"fr","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"fr"}});
});
diff --git a/pt/basics/dissect.html b/pt/basics/dissect.html
index 81e3de00..c4f0c0ef 100644
--- a/pt/basics/dissect.html
+++ b/pt/basics/dissect.html
@@ -579,7 +579,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"next":{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"previous":{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/dissect.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"next":{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"previous":{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/dissect.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/basics/index.html b/pt/basics/index.html
index fb16a42a..44607de1 100644
--- a/pt/basics/index.html
+++ b/pt/basics/index.html
@@ -516,7 +516,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"O Básico","level":"1.2","depth":1,"next":{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/README.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"O Básico","level":"1.2","depth":1,"next":{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/README.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/basics/map.html b/pt/basics/map.html
index f7cf0fb6..62fcac7a 100644
--- a/pt/basics/map.html
+++ b/pt/basics/map.html
@@ -564,7 +564,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Criando um mapa","level":"1.2.1","depth":2,"next":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"previous":{"title":"O Básico","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/map.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Criando um mapa","level":"1.2.1","depth":2,"next":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"previous":{"title":"O Básico","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/map.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/basics/resources.html b/pt/basics/resources.html
index 1ce1b9d9..7df1d186 100644
--- a/pt/basics/resources.html
+++ b/pt/basics/resources.html
@@ -542,7 +542,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Recursos úteis","level":"1.2.3","depth":2,"next":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"previous":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/resources.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Recursos úteis","level":"1.2.3","depth":2,"next":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"previous":{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"basics/resources.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/controls/draw.html b/pt/controls/draw.html
index aa5c3fbf..aece3693 100644
--- a/pt/controls/draw.html
+++ b/pt/controls/draw.html
@@ -595,7 +595,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Interação Draw","level":"1.4.3","depth":2,"next":{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"previous":{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/draw.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Interação Draw","level":"1.4.3","depth":2,"next":{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"previous":{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/draw.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/controls/index.html b/pt/controls/index.html
index a4a78494..71c02f5b 100644
--- a/pt/controls/index.html
+++ b/pt/controls/index.html
@@ -517,7 +517,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Controles e Interações","level":"1.4","depth":1,"next":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"previous":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/README.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Controles e Interações","level":"1.4","depth":1,"next":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"previous":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/README.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/controls/modify.html b/pt/controls/modify.html
index 802fc0ef..eb619727 100644
--- a/pt/controls/modify.html
+++ b/pt/controls/modify.html
@@ -616,7 +616,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Interação Modify","level":"1.4.4","depth":2,"next":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"previous":{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/modify.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Interação Modify","level":"1.4.4","depth":2,"next":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"previous":{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/modify.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/controls/scaleline.html b/pt/controls/scaleline.html
index 66cf2598..935b8f60 100644
--- a/pt/controls/scaleline.html
+++ b/pt/controls/scaleline.html
@@ -566,7 +566,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"next":{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"previous":{"title":"Controles e Interações","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/scaleline.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"next":{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},"previous":{"title":"Controles e Interações","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/scaleline.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/controls/select.html b/pt/controls/select.html
index 59f4918b..49e0db8a 100644
--- a/pt/controls/select.html
+++ b/pt/controls/select.html
@@ -593,7 +593,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Interação Select","level":"1.4.2","depth":2,"next":{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"previous":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/select.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Interação Select","level":"1.4.2","depth":2,"next":{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},"previous":{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"controls/select.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/custom-builds/concepts.html b/pt/custom-builds/concepts.html
index e3b98573..4c174f1d 100644
--- a/pt/custom-builds/concepts.html
+++ b/pt/custom-builds/concepts.html
@@ -580,7 +580,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Conceitos","level":"1.6.1","depth":2,"next":{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]},"previous":{"title":"Builds Personalizados","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/concepts.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Conceitos","level":"1.6.1","depth":2,"next":{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]},"previous":{"title":"Builds Personalizados","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/concepts.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/custom-builds/create.html b/pt/custom-builds/create.html
index 9e8cdafa..ea744061 100644
--- a/pt/custom-builds/create.html
+++ b/pt/custom-builds/create.html
@@ -648,7 +648,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"previous":{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/create.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"previous":{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/create.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/custom-builds/index.html b/pt/custom-builds/index.html
index 51e22360..7b423c3d 100644
--- a/pt/custom-builds/index.html
+++ b/pt/custom-builds/index.html
@@ -515,7 +515,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Builds Personalizados","level":"1.6","depth":1,"next":{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"previous":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/README.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Builds Personalizados","level":"1.6","depth":1,"next":{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},"previous":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"custom-builds/README.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/index.html b/pt/index.html
index 6ea2e679..7af75981 100644
--- a/pt/index.html
+++ b/pt/index.html
@@ -523,7 +523,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"O Básico","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2024-12-03T14:48:30.972Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":".","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"O Básico","level":"1.2","depth":1,"path":"basics/README.md","ref":"basics/README.md","articles":[{"title":"Criando um mapa","level":"1.2.1","depth":2,"path":"basics/map.md","ref":"basics/map.md","articles":[]},{"title":"Dissecando o seu mapa","level":"1.2.2","depth":2,"path":"basics/dissect.md","ref":"basics/dissect.md","articles":[]},{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2024-12-03T14:51:08.529Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":".","book":{"language":"pt"}});
});
diff --git a/pt/layers/cached.html b/pt/layers/cached.html
index 548109a2..6349f09f 100644
--- a/pt/layers/cached.html
+++ b/pt/layers/cached.html
@@ -606,7 +606,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"next":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"previous":{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/cached.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"next":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"previous":{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/cached.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/layers/imagevector.html b/pt/layers/imagevector.html
index ca0ce1ec..8a81de3e 100644
--- a/pt/layers/imagevector.html
+++ b/pt/layers/imagevector.html
@@ -617,7 +617,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"next":{"title":"Controles e Interações","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"previous":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/imagevector.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"next":{"title":"Controles e Interações","level":"1.4","depth":1,"path":"controls/README.md","ref":"controls/README.md","articles":[{"title":"Controle ScaleLine","level":"1.4.1","depth":2,"path":"controls/scaleline.md","ref":"controls/scaleline.md","articles":[]},{"title":"Interação Select","level":"1.4.2","depth":2,"path":"controls/select.md","ref":"controls/select.md","articles":[]},{"title":"Interação Draw","level":"1.4.3","depth":2,"path":"controls/draw.md","ref":"controls/draw.md","articles":[]},{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]}]},"previous":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/imagevector.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/layers/index.html b/pt/layers/index.html
index f896b407..8fff42fe 100644
--- a/pt/layers/index.html
+++ b/pt/layers/index.html
@@ -518,7 +518,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"next":{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"previous":{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/README.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"next":{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},"previous":{"title":"Recursos úteis","level":"1.2.3","depth":2,"path":"basics/resources.md","ref":"basics/resources.md","articles":[]},"articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/README.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/layers/proprietary.html b/pt/layers/proprietary.html
index 95704062..5d2fee13 100644
--- a/pt/layers/proprietary.html
+++ b/pt/layers/proprietary.html
@@ -570,7 +570,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"next":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"previous":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/proprietary.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"next":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},"previous":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/proprietary.md","mtime":"2024-12-03T14:51:08.533Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/layers/vector.html b/pt/layers/vector.html
index b90f417b..718f2bc5 100644
--- a/pt/layers/vector.html
+++ b/pt/layers/vector.html
@@ -613,7 +613,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"next":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"previous":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/vector.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Dados vetoriais","level":"1.3.4","depth":2,"next":{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]},"previous":{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/vector.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/layers/wms.html b/pt/layers/wms.html
index 87751f6c..19d4aeca 100644
--- a/pt/layers/wms.html
+++ b/pt/layers/wms.html
@@ -599,7 +599,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Fontes WMS","level":"1.3.1","depth":2,"next":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"previous":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/wms.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Fontes WMS","level":"1.3.1","depth":2,"next":{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},"previous":{"title":"Camadas e Fontes de Dados","level":"1.3","depth":1,"path":"layers/README.md","ref":"layers/README.md","articles":[{"title":"Fontes WMS","level":"1.3.1","depth":2,"path":"layers/wms.md","ref":"layers/wms.md","articles":[]},{"title":"Fontes de blocos de dados de imagem (tiles)","level":"1.3.2","depth":2,"path":"layers/cached.md","ref":"layers/cached.md","articles":[]},{"title":"Fornecedores proprietários de blocos de dados de imagem","level":"1.3.3","depth":2,"path":"layers/proprietary.md","ref":"layers/proprietary.md","articles":[]},{"title":"Dados vetoriais","level":"1.3.4","depth":2,"path":"layers/vector.md","ref":"layers/vector.md","articles":[]},{"title":"Fontes de imagens vetoriais","level":"1.3.5","depth":2,"path":"layers/imagevector.md","ref":"layers/imagevector.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"layers/wms.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/vector/formats.html b/pt/vector/formats.html
index 14bb82fc..62433f34 100644
--- a/pt/vector/formats.html
+++ b/pt/vector/formats.html
@@ -536,7 +536,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Formatos","level":"1.5.1","depth":2,"next":{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"previous":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/formats.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Formatos","level":"1.5.1","depth":2,"next":{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"previous":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"path":"vector/README.md","ref":"vector/README.md","articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/formats.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/vector/index.html b/pt/vector/index.html
index 4ca7a271..5a863aa0 100644
--- a/pt/vector/index.html
+++ b/pt/vector/index.html
@@ -516,7 +516,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"next":{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"previous":{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/README.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Tópicos sobre Vetores","level":"1.5","depth":1,"next":{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"previous":{"title":"Interação Modify","level":"1.4.4","depth":2,"path":"controls/modify.md","ref":"controls/modify.md","articles":[]},"articles":[{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]}],"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/README.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/vector/style-intro.html b/pt/vector/style-intro.html
index 62b2fdd1..d19efa67 100644
--- a/pt/vector/style-intro.html
+++ b/pt/vector/style-intro.html
@@ -606,7 +606,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Estilos","level":"1.5.2","depth":2,"next":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"previous":{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style-intro.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Estilos","level":"1.5.2","depth":2,"next":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"path":"vector/style.md","ref":"vector/style.md","articles":[]},"previous":{"title":"Formatos","level":"1.5.1","depth":2,"path":"vector/formats.md","ref":"vector/formats.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style-intro.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/pt/vector/style.html b/pt/vector/style.html
index d99a3285..c55938f8 100644
--- a/pt/vector/style.html
+++ b/pt/vector/style.html
@@ -617,7 +617,7 @@ No results matching "
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"next":{"title":"Builds Personalizados","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"previous":{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style.md","mtime":"2024-12-03T14:48:30.976Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:48:40.967Z"},"basePath":"..","book":{"language":"pt"}});
+ gitbook.page.hasChanged({"page":{"title":"Personalização de estilos","level":"1.5.3","depth":2,"next":{"title":"Builds Personalizados","level":"1.6","depth":1,"path":"custom-builds/README.md","ref":"custom-builds/README.md","articles":[{"title":"Conceitos","level":"1.6.1","depth":2,"path":"custom-builds/concepts.md","ref":"custom-builds/concepts.md","articles":[]},{"title":"Criar builds personalizados","level":"1.6.2","depth":2,"path":"custom-builds/create.md","ref":"custom-builds/create.md","articles":[]}]},"previous":{"title":"Estilos","level":"1.5.2","depth":2,"path":"vector/style-intro.md","ref":"vector/style-intro.md","articles":[]},"dir":"ltr"},"config":{"plugins":["image-captions","include","include-codeblock","copy-code-button"],"styles":{"website":"style.css"},"pluginsConfig":{"include":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"copy-code-button":{},"include-codeblock":{"check":false,"edit":false,"lang":"","fixlang":false,"template":"default","theme":"chrome","unindent":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"image-captions":{"caption":"_CAPTION_","variable_name":"_pictures"}},"theme":"default","honkit":"^3.7.1","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"workshopUrl":"http://localhost:5173","_pictures":[{"backlink":"basics/map.html#fig1.2.1.1","level":"1.2.1","list_caption":"Figure: Um mapa completo exibindo uma imagem do mundo","alt":"Um mapa completo exibindo uma imagem do mundo","nro":1,"url":"map1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa completo exibindo uma imagem do mundo","attributes":{},"skip":false,"key":"1.2.1.1"},{"backlink":"basics/resources.html#fig1.2.3.1","level":"1.2.3","list_caption":"Figure: Um breakpoint no depurador","alt":"Um breakpoint no depurador","nro":2,"url":"debugger.png","index":1,"caption_template":"_CAPTION_","label":"Um breakpoint no depurador","attributes":{},"skip":false,"key":"1.2.3.1"},{"backlink":"layers/wms.html#fig1.3.1.1","level":"1.3.1","list_caption":"Figure: Uma camada WMS como uma fonte de dados de imagem","alt":"Uma camada WMS como uma fonte de dados de imagem","nro":3,"url":"wms1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada WMS como uma fonte de dados de imagem","attributes":{},"skip":false,"key":"1.3.1.1"},{"backlink":"layers/cached.html#fig1.3.2.1","level":"1.3.2","list_caption":"Figure: Uma camada `tiled` com uma fonte OSM","alt":"Uma camada `tiled` com uma fonte OSM","nro":4,"url":"cached1.png","index":1,"caption_template":"_CAPTION_","label":"Uma camada `tiled` com uma fonte OSM","attributes":{},"skip":false,"key":"1.3.2.1"},{"backlink":"layers/proprietary.html#fig1.3.3.1","level":"1.3.3","list_caption":"Figure: Um mapa com uma camada Bing","alt":"Um mapa com uma camada Bing","nro":5,"url":"proprietary1.png","index":1,"caption_template":"_CAPTION_","label":"Um mapa com uma camada Bing","attributes":{},"skip":false,"key":"1.3.3.1"},{"backlink":"layers/vector.html#fig1.3.4.1","level":"1.3.4","list_caption":"Figure: Localizações de terremoto","alt":"Localizações de terremoto","nro":6,"url":"vector1.png","index":1,"caption_template":"_CAPTION_","label":"Localizações de terremoto","attributes":{},"skip":false,"key":"1.3.4.1"},{"backlink":"controls/scaleline.html#fig1.4.1.1","level":"1.4.1","list_caption":"Figure: O controle ScaleLine na parte inferior esquerda","alt":"O controle ScaleLine na parte inferior esquerda","nro":7,"url":"./scaleline1.png","index":1,"caption_template":"_CAPTION_","label":"O controle ScaleLine na parte inferior esquerda","attributes":{},"skip":false,"key":"1.4.1.1"},{"backlink":"controls/scaleline.html#fig1.4.1.2","level":"1.4.1","list_caption":"Figure: O controle ScaleLine fora do mapa","alt":"O controle ScaleLine fora do mapa","nro":8,"url":"scaleline2.png","index":2,"caption_template":"_CAPTION_","label":"O controle ScaleLine fora do mapa","attributes":{},"skip":false,"key":"1.4.1.2"},{"backlink":"controls/select.html#fig1.4.2.1","level":"1.4.2","list_caption":"Figure: Usando uma interação para selecionar features de uma camada vetorial","alt":"Usando uma interação para selecionar features de uma camada vetorial","nro":9,"url":"select1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para selecionar features de uma camada vetorial","attributes":{},"skip":false,"key":"1.4.2.1"},{"backlink":"controls/draw.html#fig1.4.3.1","level":"1.4.3","list_caption":"Figure: Usando uma interação para adicionar geometrias para uma fonte vetorial","alt":"Usando uma interação para adicionar geometrias para uma fonte vetorial","nro":10,"url":"draw1.png","index":1,"caption_template":"_CAPTION_","label":"Usando uma interação para adicionar geometrias para uma fonte vetorial","attributes":{},"skip":false,"key":"1.4.3.1"},{"backlink":"vector/style.html#fig1.5.3.1","level":"1.5.3","list_caption":"Figure: Edifícios rotulados utilizando o atributo `key`","alt":"Edifícios rotulados utilizando o atributo `key`","nro":11,"url":"style2.png","index":1,"caption_template":"_CAPTION_","label":"Edifícios rotulados utilizando o atributo `key`","attributes":{},"skip":false,"key":"1.5.3.1"}]},"language":"pt","links":{"sidebar":{"OpenLayers Workshop":"/"}},"gitbook":"*"},"file":{"path":"vector/style.md","mtime":"2024-12-03T14:51:08.537Z","type":"markdown"},"gitbook":{"version":"6.0.2","time":"2024-12-03T14:51:12.722Z"},"basePath":"..","book":{"language":"pt"}});
});
diff --git a/search_index.json b/search_index.json
index a95c3467..b0f36aac 100644
--- a/search_index.json
+++ b/search_index.json
@@ -1 +1 @@
-{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["achiev","add","addit","addition,","alert","applic","archiv","assum","base.","basic","beauti","build","bundler","chang","compass.","comprehens","confirm","cover","creat","data","data.","dependencies:","deploy","design","develop","directori","document","each","en","en.zip","exercises.","extract","follow","gener","geotiff","give","goal","gp","higher","http://localhost:5173/.","http://localhost:5173/doc/.","instal","instruct","introduct","iter","knowledg","latest","learn","lesson","library.","map","mapbox","mobil","modul","module.","modules.","need","node","now","npm","openlay","overview","perform","point","pop","present","previou","production.","provid","read","readi","release.","render","run","see","sensor","serv","server","server.","set","setup","solution.","sources.","specif","start","style","task","thing","through","tile","tiles.","up","upon","v20","vector","visual","web","webgl","webgl.","webpage.","welcom","work","workshop","workshop.","workshop:","you'll","you'r","zip,"],"basics/":["\"node_modules/ol/ol.css\";","#map","'map","'ol';","'ol/layer/tile';","'ol/proj';","'ol/source/osm';","(e.g.","(html)","(i.e.","(tilelayer)","0;","0]),","100%;","2,","@import","[","],","addit","alreadi","api","applic","application,","applications,","appropri","basic","bit","body,","bring","browser:","build","center","center:","chapter","class","code.","code:","collect","complet","compon","configur","contain","container',","control","coordinates,","creat","current","data","defin","demand","depend","deployment.","develop","differ","dimens","directory.","directory:","document","done","element","element),","entri","environment,","everyth","examples.","exist","extent","family:","file","file,","fill","final","finally,","follow","font","fromlonlat","fromlonlat([0,","function","further","geograph","gestur","give","height:","helper","html,","http://localhost:5173/.","id","imag","import","imported,","includ","index.html","initi","instal","instruct","interact","kind","layer","layers:","learn","let'","look","look:","main.j","make","map","map'","map({","map)","map).","map,","map.","margin:","markup","markup.","modul","module.","need","new","now","npm","npm.","ol","ol/proj","open","openlay","openlayers,","openlayers.","osm","osm(),","packag","package.","page","page,","page.","point","pointer","previou","product","projection.","provid","raster","react","read","readi","recommend","refer","render","replac","requir","root","run","running.","san","save","scratch","serif;","serv","server","set","setup","simpl","source:","start","static","step.","style","support","sure","target","target:","terminal.","testing.","tile","tilelay","tilelayer({","top","touch","ui","understand","up","us","vector","view","view({","view,","view:","viewport","view}","web","whole","width:","work","workshop","workshop,","world","xyzsource.","you'v","zoom,","zoom:","{","{fromlonlat}","{map,","}","}),","});"],"basics/map.html":["#map","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","0,","0.703125","0],","256px;","512px;","=","[","[0,","],","abra","acima","ambient","arquivo","básicos:","camada","center:","certifiqu","chamado","coleção","com","completado","completo","control","copi","criado","criando","código","de","declaraçõ","dependência","depuração","detalhada.","diretório","e","em","estilo","examinaremo","exampl","exemplo","exibindo","forma","gerado","height:","http://localhost:5173/map.html","imagem","imagery',","ingredient","inicialização.","instalar","interagir","interaçõ","layers:","mai","map","map.html","mapa","marcação,","maxresolution:","mundo","navegador:","new","nosso","o","ol.layer.tile({","ol.map({","ol.source.tilewms({","ol.view({","openlay","openlayers,","openlayers.","para","params:","partir","preparação","primeiro","projection:","raiz","rodando.","salv","se","servidor","seu","source:","sucesso,","tarefa","target:","tendo","ter","texto","tiled:","title:","true}","trê","um","uma","url:","usuário.","var","vejamo","view:","vária","width:","workshop.","zoom:","{","{layers:","}","})","});","é"],"basics/dissect.html":["\"block\".","\"map\"","#map","'epsg:4326',","'https://ahocevar.com/geoserver/wms',","'map'","'map',","'nasa:bluemarble',","().","(256px)","(512px)","(center)","(ex.","(maxresolution)","(projection),","(zoom).",",",".","0,","0.703125","0],","256px;","512px;","=","[","[0,","],","acaba","acima,","algum","alguma","altura","ant","antender.","anterior","anterior,","anteriorment","ao","aprenderemo","aqui","arquivo","assim,","atalho","atribui","até","biblioteca","bound","box","cada","camada","camada.","camadas.","carregado","carregado.","caso","caso,","casos,","center:","centro","coleção","com","como","configura","configuração:","construtor","contêin","contêiner,","conveniência.","cria","criação","criou","css","código","da","de","declaração","declaraçõ","default,","definida","definição","demonstrado","desenvolvimento","dess","dessa","detalh","detalhe.","deve","devem","direta","diretament","dissecando","dissecar","div","do","document.getelementbyid(\"map\")).","documento","documento.","dom","e","ela","elemento","elemento,","em","entend","especifica","especificamo","especificando","est","esta","estamo","estar","estilo","está","estão","executada","executado,","exemplo","exemplo,","exibida","exibidos.","explícito","externo.","faremo","fazendo.","ficarão","final","folha","forma","forma,","fornec","fornecemo","garantimo","garantir","geowebcach","gerado","gerar","height:","html","id","important","importante.","incluindo","incluir","incluir,","incluí","incluída","incluímo","inferior","informar","inicialização","inicialização.","inicializá","junção","la","largura","layer","layers:","lo","lo.","ma","mai","maioria","map","map.html","mapa","mapa!","mapa,","mapa.","mapa:","marcação","marcação,","maxresolution:","meno","máxima","mínimo,","módulo.","na","nenhum","nest","new","nosso","nova","novo","não","nível","nó","o","objeto","ocupará","ol.layer.tile({","ol.map","ol.map({","ol.source.tilewms({","ol.view({","olhar","olharemo","ond","openlay","openlayers.","opçõ","ordem","os","outro","padrão","para","params:","part","partir","passamo","passo","pelo","pode","podemo","poderíamo","possa","pouco","pra","precisamo","preocup","primeiro","projection:","projeção","pronto","pronto.","próximo","página","página.","qualquer","que","receb","referência","referênciá","relacionada","relacionado","renderizado.","requisiçõ","resolução","script","se","seguida,","seguindo","seletor","semelhante,","ser","servirá","será","seu","seção","sintax","sobr","source:","string","sucesso","tamanho","também","target","target:","temo","tiled:","tipo","trecho","true}","um","uma","url:","usamo","usando","vamo","var","vem","ver","view.","view:","vista","visualização","você","você.","width:","zoom","zoom:","{","{layers:","}","})","});","é","único:"],"basics/resources.html":["(não","acharão","agora","ao","api","api,","apont","aprenda","arquivo","assim,","avançado","biblioteca","breakpoint","bug,","básico","caixa","certifiqu","chrome.","closur","coisa","começar","começar.","como","compilador","completa","component","comunidad","constroem","consult","conta","contribuir,","controlam","contém","crescent","criar","código","da","de","debug.j","debug.js.","depoi","depurador","descobrí","desenvolvedor","desenvolvedores.","desenvolvimento","desta","detalh","dev","develop","dificuldad","discussão","discussão,","disponibilizado","disponível","distribuída:","do","documentação","durant","duro","e","ela","em","embora","encontr","encontram","encontrar","entend","erro","específicos,","ess","estável","exceção","exceção.","exemplo","experient","faremo","fazer","fazer,","faça","feito","ferramenta","forma","funcionalidad","funcionalidades.","function.","grupo","http://openlayers.org/en/latest/apidoc/","http://openlayers.org/en/latest/doc/quickstart.html","http://openlayers.org/en/latest/doc/tutori","http://openlayers.org/en/latest/examples/","http://stackoverflow.com/questions/tagged/openlay","https://groups.google.com/forum/#!forum/openlay","humano","humanos)","important","inclua","informaçõ","ingressar","invé","irá","la","legível","local","mai","maneira","mantido","map.html","mapa,","marcar","meio","melhor","mergulhar","modo","mudar","muito","método","na","navegu","ninguém","no","novo","número","o","objetos.","ol","ol.j","ol.js.","ol.layer.image.","ol.layer.til","only.","openlay","openlayers.","organizado","os","ou","outro","overflow","para","parar","part","partir","pela","pelo","pergunta","permitir","pilha","pode","podemo","por","possam","primeira","problema","procur","proposit","propriedad","provavelmente,","própria,","página.","quando","que","quer","recarregu","recurso","referência","report","reportando","reportar","saber","script","se","seleção","sobr","soment","stabl","stack","suportado","tag","também","tem","tenham","teste,","tool","trabalhado","trata.","trocando","typeerror:","tópico","um","uncaught","undefin","usuário","usuários,","utilizada","utilizando","utilizar","vasto","ver","versão","verá","visualizá","você","você.","web,","zero.","é","é:","útei"],"layers/":["(tiles)","bloco","camada","dado","de","e","font","fornecedor","imagem","imagen","proprietário","vetoriai","wm"],"layers/wms.html":["#map","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble'","'nasa:bluemarble',","'ne:ne1_hr_lc_sr_w_dr',","'ne:ne1_hr_lc_sr_w_dr'.","(layers)","(ol.source.tilewm","(open","(seu","(sources),","(tiles)","(ver:","(web","(wms).","0,","0.703125","0],","2","256px;","256x256","512px;","=","[","[0,","]","],","aba","abra","acab","aceita","acima","adiciona","adicionamo","ainda","alguma","ao","apesar","api","aprend","apresenta","aqui.","arbitrário","argumento","assim:","bloco","cach","cacheados.","camada","camada,","camada.","caso,","center:","chamada","chave","checar","class","client","com","como","completo","compreensão","confirmar","conformidad","consortium,","construtor","criando","código:","da","dado","de","dependendo","desenvolvedor","deve","dicas:","diferent","dinâmico","diretório","do","documentação","e","earth","ela","em","endereço","entr","entregu","especificação","específica","est","esta","estamo","estruturada","está","estão","examinar","exampl","exemplo","exemplo,","exibidos.","exist","existem","extensão","fazer","feito,","ferramenta","ficar","font","formato","fornec","fornecem","fornecido","funcionam.","funcionando:","geoserv","geospati","gerado","geralmente,","grade","height:","http://localhost:5173/map.html","http://openlayers.org/en/latest/apidoc/ol.layer.image.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html.","http://openlayers.org/en/latest/apidoc/ol.source.imagewms.html.","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html).","humanament","imagem","imagem.","imagens,","imagery',","inc.)","informação","iniciaremo","invé","lado,","layer","layers:","legível","liter","ma","mai","map","map.html","mapa,","maxresolution:","meio","melhor","melhorar","mesmo","modificaremo","mude","natur","navegador","navegador).","nest","network","new","nome","não","nó","o","objeto","obter","obtido","ogc","ol.layer.imag","ol.layer.til","ol.layer.tile({","ol.layer.tileopt","ol.map({","ol.source.imagewms).","ol.source.tilewm","ol.source.tilewms({","ol.source.tilewms.","ol.view({","olh","openlay","os","ou","outro","para","parabéns!","param","params:","part","parâmetro","passando","pela","pelo","pensar","pixels.","pode","por","projection:","provedor","página","qualquer","quando","que","raiz","raster","raster.","receb","regular","renderizada","renderizar","representa","requerido.","requisitado","respectivo","responsável","retornada","salv","se","seguint","sendo","separação","ser","serem","servic","service)","servidor","serviço","seu","seção","sobr","soment","sourc","source:","sua","tarefa","target:","tem","ter","texto","tile","tiled:","tiles.","tipo","title,","title:","tiver","true,","true}","tudo","título","um","uma","url","url:","us","usar","valor","valores.","vamo","var","veja:","versu","vetori","vetorial.","view:","você","web","width:","wm","wms,","wms.","workshop.","zoom:","{","{layers:","}","})","});","é","é,","ínve","única","único"],"layers/cached.html":["\"valid","#map","'epsg:21781',","'map',","('epsg:3857').","('epsg:4326')","(extent):","(informação)","(longitud","(note","(osm)","(ou","(tiles)",".ol","//","256","256px;","299941.7864]);","37.56]),","512px;","76443.1884,","837076.5648,","9","=","[","],","`tiled`","abaixo:","abra","aceitamo","acessa","acima,","adicion","adiciona","adicionado","adicionai","adicionamo","ainda","alguma","alteram","alteraçõ","alternativa","ant","anterior","antes,","ao","aplicação,","aprofundamento","arquivo","arranjo","array","atribuir","atribuição","atribuição,","atribuição.","attribut","attributionoptions:","atual","até","black;","bloco","botão","básico","básico.","cach","cache.","cacheado","cacheados.","camada","camada:","causa","center:","centro","client","coletar","collapsible:","color:","coluna","com","como","completa","conceito","configuração","conform","conformidad","conjunto","conseguimo","considerando","considerar","construtor","control","controls:","convert","coordenada","coordenadas.","copyright","creat","criamo","criação","código","da","dado","dados.","de","declaraçõ","default","definição","desempenho.","dessa","dest","desta","determinada","determinado","diferent","difícil,","dinamicamente.","direita","discussão","disparada","disponibilizar","disponíveis,","disso,","documento,","dominado","dua","e","editor","em","encontrar","enquanto","entend","entr","epsg.","epsg:21781","escopo","esforço","especificação","ess","esta","esteja","estilo","está","estão","exemplo,","exigido","extensão","extent","extent\"","extra.","extremo","fals","faz","fazer","ficar","flexível","font","fora","fornec","fornecem","fornecida","fornecido","função","funçõ","fácil","generalizado","geoespaciai","geográfica","geográficas,","grade","grade.","gratuitament","grau","grid","height:","http://epsg.io/","http://localhost:5173/map.html","imagem","imagen","imagens,","important","impossível,","inclui","incluir","indicar","inferior","informação","informaçõ","inicialização","interess","internamente,","isso,","isto","latitude)","layer","layers:","linha","local","lugar","ma","mai","map","map.html","mapa","mapa).","mapa,","mapa.","mapa:","mapas.","melhora","mercat","mercator.","mesma","mesmo","metros.","modo","mostrar","move","mude","muito","mundo.","método","módulo,","na","navegador","navegador:","new","normalment","nosso","num","numa","não","nívei","nível","nó","o","object","object.","objeto","obter","obtido","ocasionando","oferec","ol.control.attribut","ol.control.defaults({","ol.layer.tile({","ol.map({","ol.map:","ol.proj.*.","ol.proj.fromlonlat","ol.proj.fromlonlat([126.97,","ol.proj.get('epsg:21781');","ol.proj.project","ol.source.osm","ol.source.osm()","ol.source.xyz","ol.view({","olhando","openlay","openlayers.","openstreetmap","openstreetmap.","oposto,","opção","opçõ","os","osm","ou","outra","outro","padrão,","para","part","passada","pelo","permit","perto","pessoa)","pixel","pode","podem","por","possam","possível","precisa","precisamo","precisará","preencher","pressionado","processamento","project","projection.setextent([485869.5728,","projeto","projeção","projeção.","projeçõ","projeções,","proprietárias.","pré","prévia.","próxima","publicament","página","página:","qualquer","que","quiser","raster","referenciai","registrar","regular,","relativament","remov","renderizar","renderizaçõ","representado","representar","requisitar.","requisiçõ","restrições,","resultado","retornar","revis","saber","salv","script","se","seguida,","seguint","seguir","seja","sem","sempr","ser","servidor","serviço","set","seu","seção","sistema","site","sobr","soment","source:","string.","style","sua","são","tag","também","tarefa","target:","tendo","termo","texto","tile","tipo","toda","todo","trabalhar","trabalharemo","transformaçõ","um","uma","unidad","usada","usamo","usando","usar","uso","utilizando","utilizar","utilizará","var","vez","vez,","view:","vir","visitar","visualização","visualizou.","visível.","você","web","width:","wm","x","xyz","y","z","zoom","zoom.","zoom:","{","}","})","}),","});","área","é"],"layers/proprietary.html":["#map","''","'map',","'road',","(ogc","(openstreetmap)","(ou",".ol","256px;","37.56]),","512px;","9","=","[","],","adicionando","adicionar","alteraçõ","anterior,","anteriores,","api","apis.","aplicação.","arquivo","assim:","attribut","bing","bing!","bing.","black;","bloco","blocos)","cach","camada","center:","chave","client","color:","com","completo","configurada","conformidad","continuaremo","da","dado","de","dentro","deve","deveria","disponibilização","e","em","em:","encontr","ess","est","estar","estão","exampl","exemplo","exibimo","foi","font","foram","fornec","fornecedor","height:","http://localhost:5173/map.html","https://www.bingmapsportal.com/.","imagem","imageryset:","key:","largament","layers:","lo","local","map","map.html","map.html,","map.htmlem","mapa","meio","meno","mude","na","navegador:","nesta","new","nota","não","nó","o","ol.layer.tile({","ol.map({","ol.proj.fromlonlat([126.97,","ol.source.bingmap","ol.source.bingmaps({","ol.view({","ond","onlin","openlay","os","osm","padrão","para","pela","pelo","personalizado","popularizado","por","produção,","produção.","proprietária","proprietário","proprietários.","que","raster","recarregu","registr","requer","salv","service)","serviço","seu","seção","seção,","seçõ","sobr","source:","sua","tarefa","target:","tile","tiles.","tipo","trabalham","trabalhando","um","uma","usa","usar","usá","utilizar","vamo","var","view:","você","web","width:","wm","zoom:","{","}","})","});"],"layers/vector.html":["#map","'';","'/data/layers/7day","'earthquakes'","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'singleclick'","'white'})","(cole","(format)","(http://earthquake.usgs.gov/earthquakes/catalogs/).","0,","0.703125","0],","256px;","3,","512px;",":","=","?","[","[0,","],","abaixo","abaixo).","abra","acontecendo.","adicion","adiciona","adicionai","adicionar","adicionaremo","algum","alguma","alteraçõ","além","ao","aponta","armazenada","arquivo","atributo,","atualmente,","branco","básico","bônu","bônus:","cada","camada","canvas,","capaz","caso","center:","chama","chave","class","client","clique:","completa","confirm","conjunto","consegu","conteúdo","copi","criação","círculo","código","da","dado","dados.","data,","de","delegam","dentr","depoi","dessa","deve","diretório","disso,","div","do","document.getelementbyid('info');","documento","e","editor","ela","em","encontrar","estilizar","estilo","está","examinar","exampl","exemplo","fazer","featur","feature.get('title')","feature;","features,","feed","fill:","foreachfeatureatpixel","format:","formato","fornecemo","funcionando","function(e)","function(feature)","função","geojson:","geometria","gerar","height:","http://localhost:5173/map.html","ideia","image:","imagery',","incluímo","info","infoel","infoelement.innerhtml","informaçõ","inici","inicialização,","invé","isto","javascript","layers:","listen","lo","localizaçõ","m2.5.json',","ma","mai","map","map.foreachfeatureatpixel(e.pixel,","map.html","map.on('singleclick',","mapa","mapa.","maxresolution:","meio","mostra","mostrar","mundo.","método","navegador:","new","nota","nova","numa","o","objeto","ol.featur","ol.format.geojson()","ol.layer.tile({","ol.layer.vector","ol.layer.vector({","ol.layer.vector.","ol.map({","ol.source.tilewms({","ol.source.vector","ol.source.vector({","ol.style.circle({","ol.style.fill({color:","ol.style.styl","ol.style.style({","ol.view({","olhando","openlay","openlayers.","opção","opções,","opções.","os","outra","outro","para","params:","parser","pela","pelo","perto","pode","ponto","por","possui","primeira","projection:","propriedad","publicado","que","quisess","radius:","receb","recebeu","registr","renderizando","renderização","representada","representam","requisitará","respond","return","salv","salvar","se","seguint","ser","será","seu","sobr","soluçõ","soment","sourc","source:","style","style:","sua","summary.","suporta","suportado","são","tarefa","target:","termo","terremoto","texto","tile","tiled:","tipo","titl","title:","true}","título","um","uma","url.","url:","usaria","usg","utilizado","utilizando","vamo","var","veja","vetori","vetoriai","vetorial.","view:","visualizá","você","voltar","webgl.","width:","wm","wms.","zoom:","{","{layers:","}","})","}),","});"],"layers/imagevector.html":["\"snapshots\"","#map","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'singleclick'","'white'})","(o","0,","0.703125","0],","256px;","3,","512px;","=","[","[0,","],","abaixo","abra","acima.","acontecendo.","acordo","agora","ainda","algum","alter","alterada","alteraçõ","alternativa","anterior","anterior.","ao","aplicaçõ","apropriada","arquivo","assim,","atual","bônu","cada","camada","camada.","center:","chamando","citada","class","com","combinação","combinação,","como","configuração","confirm","conjunto","consistent","conteúdo","continua","continuament","copi","criação","da","dado","dados,","de","desempenho","deslocamento.","detecção","do","dua","durant","e","editor","ele.","em","emborar","entend","entr","entretanto,","escalando","essa","essencialment","est","esta","estado","estamo","estilo","estratégia","está","estáticos.","evitar","examinar","exampl","examplo","exemplo","exiba","fazendo","fazer","featur","fill:","fixo).","font","foreachfeatureatpixel","format:","fornec","fornecido","funcionamento","funcionando","função","geometria","geometrias,","grand","height:","http://localhost:5173/map.html","image:","imagem.","imagen","imagery',","informaçõ","invé","irá","isto","layers:","linhas,","listen","m2.5.json',","ma","mai","map","map.html","mapa","mapa.","maxresolution:","menor.","mesmo","método","navegador","navegador:","new","nota","não","nó","o","observ","ol.format.geojson()","ol.layer.imag","ol.layer.image({","ol.layer.tile({","ol.layer.vector({","ol.layer.vector,","ol.layer.vector.","ol.map({","ol.source.imagevector","ol.source.imagevector({","ol.source.imagevector,","ol.source.imagevector.","ol.source.tilewms({","ol.source.vector({","ol.source.vector.","ol.style.circle({","ol.style.fill({color:","ol.style.style({","ol.view({","olhando","openlay","origin","os","para","para:","params:","partir","pequena","perto","pode","podemo","ponto","pontos,","possível","projection:","página","qualidad","qualidade.","quando","quantidad","que","radius:","re","recarregu","redesenhada","redesenhar","registrando","render","renderizado","renderizam","renderização","reposicionando","representado","representam","resolução","retornada","reusado","rótulo","salv","se","sendo","seria","será","seu","snapshot","sobr","sofrer","soment","source:","style:","são","símbolo","tamanho","tarefa","target:","terremotos:","terão","texto","tiled:","title:","trade","transiçõ","transições,","true}","um","uma","url:","usa","usando","usar","uso","vamo","var","ver","verifiqu","verá","vetori","vetoriai","vetoriais,","vetorial,","vez","view:","visualização","visualização.","você","voltar","width:","zoom","zoom:","{","{layers:","}","})","}),","});","área","é"],"controls/":["control","draw","e","interação","interaçõ","modifi","scalelin","select"],"controls/scaleline.html":["'ol","(usando","):",".ol",".scale","0px;","350px;","5px;","]),","abra","absolute;","ach","adicion","adicionar","agora","algum","alguma","alterando","alteraçõ","alternativa","ao","arquivo","atravé","atributo","background:","barra","black;","bloco","bottom:","class","colocá","com","com,","comum","configuração","control","controle:","controls.html.","controls:","contudo,","cor","criando","criar","crie","css:","código","da","de","declaração","declaraçõ","defina","dentro","depoi","dest","diferente.","difícil","dizer","document.getelementbyid('scal","documento.","e","editor.","el","ele,","elemento","elemento,","elemento:","em","encontrarmo","enxergar","escala","escala.","esquerda","est","esteja","estilo","evitar","exemplo,","exibir","fazendo","fora","fornec","forneceremo","fundo","fácil","herdar","http://localhost:5173/map.html","http://openlayers.org/en/latest/examples/custom","há","id.","identificador","imagem.","imaginar","inferior","informações.","insira","isso,","isso.","já","left:","line","line')})","line',","lo","local","logo","lugar","mai","manter","map.html","map.html(faz","map.htmlem","mapa","mapa,","mapa.","marcação","melhorar","modifiqu","mostrando","muita","muito","na","navegador:","new","nota","novament","novo","num","nível","o","ol.control.control.","ol.control.defaults().extend([","ol.control.scalelin","ol.control.scaleline()","ol.control.scaleline({classname:","ol.inherits)","openlay","pad","padding:","para","part","personalizado","pode","podemo","por","position:","posição","pouco","precisamo","página","página.","que","quiser","referenci","referenciamento","região","relative;","renderização.","reposicionando","salv","scale","scalelin","scaleline:","se","seguint","sentido","seu","sobr","sua","talvez","tarefa","target:","testar","top:","tornar","trecho","título","um","uma","vamo","veja:","ver","visualização","você","{","}","é"],"controls/select.html":["#map","'#000000'","'#0000ff'","'#ff0000'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","0],","1","256px;","5,","512px;","=","[","[0,","]),","],","abra","adicionam","adicionar","alter","alteraçõ","anterior,","anterior.","ao","arquivo","assim:","ação,","camada","camadas,","center:","class","cliqu","colocar","color:","com","como","control","criar","criaremo","da","dado","de","demonstra","do","documento.","dom","dê","e","editor","elemento","eles.","em","est","exampl","exemplo","exemplo,","featur","feature.","fill:","fiqu","format:","geralment","height:","http://localhost:5173/map.html.","image:","imagery',","informaçõ","iniciaremo","interactions:","interagir","interação","layers:","m2.5.json',","ma","map","map.html","mapa","mapa.","módulo","na","navegador:","nest","new","não","nó","o","objeto","ol.control.control.","ol.format.geojson()","ol.interaction.defaults().extend([","ol.interaction.interact","ol.interaction.select","ol.interaction.select({","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","openlay","os","ou","para","params:","podem","podemo","por","possuem","possui","projection:","página","qual","que","radius:","representação","responsável","salv","selecionando","selecionar","select","seleção","seu","seção","sobr","source:","stroke:","style:","sua","tarefa","target:","terremoto:","texto","tiled:","tipo","title:","tratar","true}","um","uma","url:","usando","uso","usuário","usuário,","utilizamo","vantagen","var","ver","vetori","vetoriai","vetorial.","view:","vimo","visual","visual.","visualizar","width:","zoom:","{","{layers:","}","})","}),","});","é"],"controls/draw.html":["#map","'#000000'","'#0000ff'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'point'","0],","1","256px;","5,","512px;","=","[","[0,","],","abaixo.","abra","adicion","adicionar","alteraçõ","apó","aqui","arquivo","assim:","atividad","bônu","bônus.","camada","center:","class","cliqu","color:","com","começar","consol","console.log(p.getcoordinates());","construída","coordenada","criar","crie","da","de","deix","desenhada","desenhando","desenhar","desenvolvimento:","draw","draw.on('drawend',","e","editor","em","est","esta","está","evento","evt.feature;","exampl","exemplo","featur","feature.getgeometry();","feature:","fill:","font","format:","function(evt){","geometria","geometria.","height:","http://localhost:5173/map.html.","image:","imagery',","interactions:","interação","layers:","listen","loga","m2.5.json',","map","map.html","mapa","método","navegador:","new","nova","nó","o","observador","obter","ol.format.geojson()","ol.interaction.defaults().extend([draw]),","ol.interaction.draw({","ol.interaction.draw.","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","openlay","p","para","params:","podem","ponto,","ponto.","primeira","projection:","página","radius:","registramo","salv","ser","seu","sobr","solução","soluçõ","sourc","source,","source:","stroke:","style:","sua","tarefa","target:","texto","tiled:","tipo","title:","true}","type:","um","uma","url:","usando","utilizando","vamo","var","vetori","view:","width:","x","y","zoom:","{","{layers:","}","})","}),","});","é"],"controls/modify.html":["#map","'#000000'","'#0000ff'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","(ol.collection)","0.75],","0],","1","1.5","100000","153,","1]","255,","256px;","5,","512px;","7,","=","[","[0,","[255,","],","abra","agora","alteração","alteraçõ","ant","antes,","arquivo","arrast","assim:","ação,","camada","camada.","candidata","center:","class","clica","cliqu","coleção","color:","com","combinação","como","compartilham","completo.","component","configurada","criamo","criar","da","de","defin","deix","desenhada","desenhar","dua","e","editor","efetivament","ela","em","entend","estilo","exampl","exemplo","featur","features.","features:","fill:","format:","funciona","funciona.","geometria.","geometrias.","height:","http://localhost:5173/map.html.","image:","imagery',","iniciar","interactions:","interação","interações,","la","layers:","m2.5.json',","mai","map","map.html","mapa","mesma","mesmo","modifi","modificando","modificar","modificação","modificá","modify]),","modo","mover","navegador:","new","novamente,","nó","o","objeto","ol.format.geojson()","ol.interaction.defaults().extend([select,","ol.interaction.modifi","ol.interaction.modify({","ol.interaction.modify.","ol.interaction.select","ol.interaction.select({style:","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","olhando","openlay","para","params:","partir","pela","perto","ponto.","projection:","página","quando","que","radius:","salv","se","selecionada","selecionar","select","select.getfeatures()","será","seu","sobr","sourc","source,","source:","stroke:","style","style,","style:","style});","sua","tarefa","target:","terremoto","texto","tiled:","tipo","title:","tornam","true}","um","uma","url:","usando","usuário","vamo","var","ver","vetori","view:","width:","zindex:","zoom:","{","{layers:","}","})","}),","});","é"],"vector/":["basic","broad","creat","data","data,","data.","download","drag","draw","drop","editor","editor!","exist","export","featur","features,","format","geojson","goal","import","interest","let'","look","make","modifi","module,","new","nice","openlay","rang","render","result.","snap","sources.","support","user","vector","we'll","work","you'r"],"vector/formats.html":["\"coordinates\":","\"feature\",","\"geometry\":","\"id\":","\"openlayers.feature.vector_107\",","\"point\",","\"properties\":","\"type\":","(ogc","(um","(usando","104.98,","104.98,39.76","39.76]","[","abaixo.","altament","ambo","ant","barcelona,","base","bloco","básico","camada","class","com","como","competência","consider","construtor","convert","cria","cru","código","da","dado","dados,","de","do","doi","em","espanha).","esta","estilos,","exemplo","falarmo","fazer","feita","flexível.","formato","fornec","geojson","geometria","introduz","isto","já","keyhol","kml","language)","markup","mesmo","nenhuma","o","objeto","ol.featur","ol.feature.","ol.format","ol.format.geojson).","ol.layer.vector","ol.source.vector.","openlay","origem","os","padrão,","para","parser","parserol.format.kml`).","ponto","por","primeiro","quando","que","representam","representando","responsável","segundo","serializado","servidor","seção","sobr","suposição","tipo","trabalhando","um","uma","vetoriai","vetoriais.","vetorial,","vindo","você","{","{},","}","é"],"vector/style-intro.html":["\"someclass\"","'#ff9900',","'#ffcc00',","'blue'","'olive',","'red'","'rgba(255,255,255,0.5)'","'someclass')","'someclass':","(baseado","(esta","(ex.","(feature.get('class')","(nest","(são","(é","...",".someclass","//","0.4","0.6","1","1px","1px;","20,","=","===","aceita","agora","além","aplica","aplicados.","aplicação","aquela","aqui","argumento.","arquivo","array","assim:","atributo","atribuímo","azul","azul,","background","basicamente,","bloco","blue;","border","básico","camada","caso,","caso:","certo","chamada","chamado","chaves:","circulares,","class","color:","com","como","como:","conceito","configurada","configuração","conhecido","contendo","contexto","cor","creat","criar","criaremo","css","da","de","declaração","declaraçõ","depend","desenhar","dessa","dessas,","diferent","diversa","do","doi","durant","e","el","elas,","elemento","em","entendendo","equivalent","especificamente,","estilizado","estilizando","estilizar","estilização","estilo","estilos,","estilos.","estrutura","está","estático:","exceto","exemplo","exemplo:","exist","facilment","featur","fill,","fill:","fiquem","fora","forma","funcionam","function(feature,","fundo","função","função.","funçõ","geometria,","geralment","geramo","gerarem","grupo","histórico","hora","html,","image,","imagen","important","individu","inlin","instância","interação","isto","já","largura),","largura,","layer","layer.setstyle(function(feature,","limitam","linha","lixo.","ma","mai","manter","meno","mouse,","muito","na","navegador.","new","no","nota","não","o","objeto","ol.featur","ol.interaction.select({","ol.interaction.select.","ol.layer.vector({","ol.source.vector(),","ol.style).","ol.style.circl","ol.style.circle({","ol.style.fill({","ol.style.icon.","ol.style.stroke({","ol.style.styl","ol.style.style({","ol.style.style,","ol.style.style.","oliv","olive;","opacity:","opcion","openlay","openlayers,","opção","os","otherstyl","otherstyle;","ou","para","parâmetro","permit","pixel","png).","pode","podem","poderia","polígono","polígonos,","ponto","posição","possam","possuem","possui","possui,","possível","preenchimento.","primarystyl","primarystyle;","primeiro","propriedad","pseudo","quando","quatro","que","quer","quiser","radius:","renderizar","renderização,","representado","resolution)","resolução","resolução).","resolução,","retornando","retornará","return","reutilizados,","sabe","se","seguint","seguir","seguir:","sejam","selecionando","select","seletor","seletor,","seletores.","ser","similar","simples):","soment","source:","stroke","stroke:","style","style:","styles...","styles;","sua","suav","symbol","são","também","tem","tenham","ter","text.","tipo","toda","todo","torna","transiçõ","um","uma","usado","usar","uso","utilizar","valor","valores,","var","vermelhas,","verá","vetori","vetoriai","vetoriais.","veze","vizinhança","você","width:","zindex.","{","}","})","}),","});","},","é","último"],"vector/style.html":["\"a","\"n","\"name\"","'blackbody',","'colormap';","'ol/sphere';","'ol/style';","'red',","'rgba(255,255,255,0.8)',","'white',","(a","(draw","(feature)","(feature,","(max","(step","*","/","//","0,","1","1));","1),","1e8;","2);","2e13;","50;","=","add","advantag","allow","area","area.","array","attribut","base","basic","behavior","below","biggest","calculations.","call","case","clamp(value,","color","color:","colormap","colormap({","colormap:","come","complet","configur","const","constructors:","contriv","control","coupl","creat","current","decis","default","depend","determin","dure","dynam","each","edit","editing,","editing.","editor","effici","exampl","example).","example.","exercis","export","f","featur","feature.get('name').touppercase();","fill","fill({","fill,","fill:","first,","frame,","function","function.","functionality.","geometri","geometry:","get","getarea(feature.getgeometry());","getcolor(feature)","getcolor(feature),","give","go","good","haven't","here","here,","high)","high));","import","import,","index","instal","interact","interactions.","isn't","justif","layer","layer:","line","look","low,","m\"","maintain","make","mani","math.max(low,","math.min(value,","math.pow(clamp((area","math.round(f","max","min","min)","min),","modify)","name","narrow","need","new","next","nice","nice.","notic","now","now,","npm","npm.","nshades:","ol/spher","on","openlayers,","option","packag","performance.","point","possibl","properti","provid","ramp","ramp[index];","realli","render","requir","resolution)","resolution,","return","sake","same","see","set","smallest","someth","source,","source:","spent","spheric","start","static","step","steps,","stroke","stroke({","stroke:","stroke}","style","style({","style,","style:","styles.","styling.","take","thicker","this,","this:","time","top),","tri","two","us","vector","vectorlayer({","view","want","we'll","we'r","whether","wide","works,","write","z\"","{","{getarea}","{style,","}","}),","});","},"],"custom-builds/":["build","conceito","criar","personalizado"],"custom-builds/concepts.html":["\"*\"","\"advanced\",","\"analyzerchecks\",","\"api\",","\"compilation_level\":","\"compile\":","\"define\":","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"goog.debug=false\",","\"goog.dom.assume_standards_mode=true\",","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"manage_closure_dependencies\":","\"observable\"","\"ol.enable_dom=false\",","\"ol.enable_image=false\"","\"ol.enable_proj4js=false\",","\"ol.enable_webgl=false\",","\"ol.layer.tile\",","\"ol.map\",","\"ol.source.osm\"","\"ol.view\",","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"verbose\",","\"warning_level\":","'map',","(chamado","(jvm).","0],","4","8u60","=","[","[0,","[],","],","abaixo:","acima","ant","aplicação","applic","arquivo","array","assim,","baixar","biblioteca","boa","build","builds)","center:","closur","closure.","compilador","compiler.js\",","completo,","conceito","configuração","configuração.","configuração:","contém","criado","criar","código","da","de","declarada","dest","e","el","em","entendendo","então","environment,","está","estão","executar","executá","exemplo","exemplo,","exports.","extensa","faça","formato","fornec","funcionalidad","funcionalidades.","funçõ","funções/construtor","geralment","gerar","i586.exe.","ideia.","improvável","instalado","instalar","java","java,","javascript","javascript.","jre","json.","layers:","lo","mai","map","menor","muita","muito","máquina","máquina.","nele","new","o","objetivo","ol.layer.tile({","ol.map({","ol.source.osm()","ol.view({","openlay","oracle.","os","para","part","partir","passar","personalizado","personalizado,","pode","por","portanto,","possui.","precis","precisa","precisamo","precisará","programa","próxima","que","relevant","requer","requerimento","rode","runtim","rápido.","se","segu","seu","seção","site","soment","source:","specif","sua","são","target:","toda","true","true,","um","uma","uso","usou","utilizará.","var","veja","veze","view:","virtual","você","window","windows,","zoom:","{","}","})","});","é"],"custom-builds/create.html":["\"*\"","\"advanced\",","\"analyzerchecks\",","\"api\",","\"compilation_level\":","\"compile\":","\"define\":","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/cartodb.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"goog.debug=false\",","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"manage_closure_dependencies\":","\"observable\"","\"ol.enable_proj4js=false\"","\"ol.enable_webgl=false\",","\"ol.format.kml\",","\"ol.layer.tile\",","\"ol.layer.vector\",","\"ol.map\",","\"ol.proj.fromlonlat\",","\"ol.source.osm\",","\"ol.source.vector\",","\"ol.style.fill\",","\"ol.style.stroke\",","\"ol.style.style\",","\"ol.style.text\"","\"ol.view\",","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"verbose\",","\"warning_level\":","#map","$","'#000'","'#fff',","'/data/layers/buildings.kml',","'12px","'black'","'buildings',","'map',","(function()","(ol","122.79264450073244,","16","256px;","3","42.30975194250527]),","512px;","=","[","[],","[new","],","agora","alter","altere:","anteriormente:","antes!","ao","arquivo","build","build.j","calibri,san","capítulo.","carregador","carregar","center:","chamado","color:","com","comando","compiler.js\",","criando","criar","criaremo","criação","crie","criou","custom.j","custom.js)","custom.json","de","desenvolvimento.","deve","diretório","então","est","exampl","extractstyles:","fals","feature.get('key'),","fill:","font:","format:","function(feature,","gerar","height:","inici","invé","layers:","mai","map","map.html","mapa","mapa:","muito","nesta","new","node","node_modules/openlayers/tasks/build.j","o","ol","ol.format.kml({","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.proj.fromlonlat([","ol.source.osm()","ol.source.vector({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.style.text({","ol.view({","openlay","openlayers:","para","personalizado","projeto.","página","que","raiz","resolution)","return","rápido","script","serif',","seção,","source:","stroke","stroke,","stroke:","style","style:","target:","text:","textfil","textfill,","textstrok","title:","true","true,","um","url:","usando","usar","vai","var","view:","você","width:","zoom:","{","}","})","})();","}),","});","})];","};","último"],"vector/geojson.html":["\"node_modules/ol/ol.css\";","#04041b;","#map","'./data/countries.json',","'map","'ol/format/geojson';","'ol/interaction/link';","'ol/layer/vector';","'ol/map';","'ol/source/vector';","'ol/view';","(geojson","//","0;","0],","100%;","2,","=","@import","[","[0,","],","`map`","add","assign","back","background","basic","befor","body,","border","bring","button","case)","center:","color:","const","contain","container',","countri","countries.json","dark","data","data:","directory.","edit","editing,","expect.","family:","featur","features:","fetch","file","first,","font","format","format:","geojson","geojson(),","get","height:","html,","http://localhost:5173/.","import","includ","index","index.html","ingredi","interact","interaction:","keep","later","layer","layer.","layers:","left","link","link());","load","local","look","lot,","main.j","make","manag","map","map({","map.","map.addinteraction(new","map:","margin:","name","new","nice","now","openlay","order","page","read","reload","reload.","render","san","see","serial","serif;","sourc","source:","spatial","stable.","start","stay","take","target:","three","up","updat","url:","us","variabl","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource({","view","view({","view:","we'll","width:","work","work.","workshop","write","zoom:","{","}","}),","});"],"vector/drag-n-drop.html":["'map","'ol/interaction/draganddrop';",");","0],","2,","=","[0,","[geojson],","add","added.","assign","before,","center:","compon","configur","const","container',","creat","data","data.","drag","draganddrop","draganddrop({","drop","edit","editing.","editor,","empti","example,","exercise,","featur","features,","file","finally,","format","formatconstructors:","formats.","geojson","go","import","initi","instead","interact","interaction,","layer","list","load","locat","main.j","main.js:","make","map","map({","map,","map.","map.:","map.addinteraction(","map.addlayer(layer);","map:","name","new","next,","now","now,","number","old","onto","pars","pass","previou","remot","remov","rendered.","see","sourc","source,","source:","start","stick","store","sure","target:","this.","us","user","variabl","vector","vectorlayer({","vectorsource();","view({","view:","want","we'll","we'r","work","zoom:","}),","});"],"vector/modify.html":["'ol/interaction/modify';","(at",");","ad","add","alt+click.","bottom","configur","confirm","connect","creat","data","delet","drag","edit","editor,","featur","features.","first,","import","interact","load","main.js):","main.js:","map","map.addinteraction(","modifi","modify({","new","next,","now","sourc","source,","source.","source:","this,","us","user","vector","vertic","vertices.","want","way","we'll","}),"],"vector/draw.html":["'ol/interaction/draw';","'polygon',","(in",");","add","allow","caribbean","configur","control","creat","data","draw","draw({","drawn.","editor","featur","features.","first,","geojson","geometri","import","interact","island","load","main.js):","map.addinteraction(","modifi","nation","new","next","now","now,","peopl","place,","polygon","properti","source,","source.","source:","type","type:","types.","up,","us","valu","vector","we'll","}),"],"vector/snap.html":["'ol/interaction/snap';",");","active,","ad","add","addition,","adjacent.","between","break","configur","data","don't","draw","draw,","easi","edit","exist","featur","features,","features.","first,","help","import","interact","interactions,","line","main.js:","maintain","map.addinteraction(","map:","modifi","modify,","nation","new","nice","notic","polygon","preserv","previous","snap","snap({","sourc","source,","source:","topolog","topology.","unit","up","us","vector","void","we'll","work","}),","—"],"vector/download.html":["\"clear\"","\"download\"","#tool","'data:application/json;charset=utf","'epsg:3857'});","()","+","0.5rem;","1rem;","8,'","=","absolute;","add","anchor","attribut","attribute:","background:","bit","block;","browser'","button","buttons.","call","chang","clear","clear.addeventlistener('click',","click","const","construct","contain","creat","css","cursor:","data","dialog.","display:","document.getelementbyid('clear');","document.getelementbyid('download');","download","download,","download.href","dure","easier","edit","editing,","element","element'","encodeuricomponent(json);","event","exist","featur","file","first,","first.","follow","format","format.","format.writefeatures(features);","function","geojson","geojson({featureprojection:","href","index.html:","inlin","it,","json","let'","listen","look","main.js:","make","map","markup","method,","method.","need","new","now","over.","padding:","part,","pointer;","position:","repres","result.","right.","right:","same","save","serial","someth","sourc","source.clear()","source.clear();","source.getfeatures();","source.on('change',","start","this,","time","time,","top:","trigger","upload","uri","us","user","vector","want","we'll","white;","work","{","}","});"],"mobile/":["3rd","advantag","api","browser","browser'","code,","compass","creat","device'","display","easili","exampl","few","geoloc","gp","gyroscope.","head","heading.","integr","kompa","layer,","line","map","map.","mobil","module,","navig","openlay","parti","posit","position,","purpos","result","sensor","show","simpl","take","tool!","us","user'","util","utilities.","vector","we'll"],"mobile/map.html":["\"node_modules/ol/ol.css\";","#map","'map","'ol';","'ol/layer/tile';","'ol/proj';","'ol/source/osm';","./ngrok","0;","0]),","100%;","2,","5173","@import","[","],","access","achiev","add","addit","alreadi","applic","apply.","avail","basic","body,","box,","center:","command","compass.","computers,","connections.","contain","container',","created.","desktop","devic","device.","device:","differ","document'","easiest","everyth","exercise:","family:","follow","font","fromlonlat([0,","gener","geoloc","gestur","gp","grant","gyroscop","gyroscope,","head","header=\"localhost:5173\"","height:","here","here,","host","html,","http","https://","https://ngrok.com.","import","index.html","indic","initi","layers:","main.j","map","map({","margin:","markup","meta","mobil","multi","navig","need","new","ngrok'","nice","noth","onc","open","openlay","osm","osm(),","out","output","over","page","pinch","previou","provid","reasons,","rotation.","rule","same","san","scale","secur","sensor","serif;","serv","set","smartphon","source:","specif","start","street","support","tag","target:","terminal:","test","thing","tilelay","tilelayer({","touch","typic","up,","us","view({","view:","viewport:","view}","way","we'll","web","width","width:","works,","zoom","zoom:","{","{fromlonlat}","{map,","}","}),","});"],"mobile/geolocation.html":["${error.message}`);","'ol","'ol/control/control';","'ol/feature';","'ol/geom/point';","'ol/geom/polygon';","'ol/layer/vector';","'ol/source/vector';","'◎';","(!source.isempty())","()","(error)","(or","(pos)","),",");",".5em;",".locat","0.5","18,","500,","6em;","=","[pos.coords.longitude,","]);","above,","access","accuraci","accuracy,","accuracy.","accuracy.transform('epsg:4326',","add","addit","addition,","alert(`error:","allow","already.","also,","animation,","api","api:","are.","around","ask","assign","available,","both","browser","browser'","button","buttons,","center","changes.","circular","circular(coords,","click","clicked:","code","compon","configur","const","control","control({","control,","coord","coordin","creat","css","current","devic","device'","display","document.createelement('div');","duration:","easiest","element:","enabl","enablehighaccuracy:","error","estim","exact","extent","featur","feature(","feature(new","features:","few","final","first","fit","function","function,","geograph","geoloc","geometri","get","give","go","gp","gps).","handler","high","hold","icon","import","important,","index.html:","instanc","instead","later:","latitude,","latter","layer","layer,","left:","line","listen","listener.","locat","locate';","locate,","locate.addeventlistener('click',","locate.classnam","locate.innerhtml","location.","location:","longitud","look","main.j","make","map","map({","map,","map.","map.addcontrol(","map.addlayer(layer);","map.getview().fit(source.getextent(),","map.getview().getprojection()),","map:","markup","maxzoom:","navigator.geolocation.watchposition(","need","new","next","next,","notifi","now","now:","ol","ol/map","openlay","openlayers,","place,","point","point(fromlonlat(coords))),","point,","polygon","polygon,","pos.coords.accuracy);","pos.coords.latitude];","posit","position,","position.","positon","projection.","radiu","radius,","refer","regist","report","result","second","section","see","show","show,","snippet","someth","soon","sourc","source,","source.addfeatures([","source.clear(true);","source:","still","take","thing","this:","time","top:","transform","true,","two","under","unselect","updat","us","use:","user","user'","variabl","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","view","visual","want","watchposition()","way","we'll","we'r","without","zoom","{","{circular}","}","}),","});","},"],"mobile/compass.html":["${error.message}`);","&&","'./data/loc","'function'","'kompas';","'ol/style';","'rgba(0,","(","('ondeviceorientationabsolute'","()","(error)","(heading)",")","*",".catch(funct",".on('heading',",".then(startcompass)",".watch()","/","0,","0.2)',","180)","255,","=","===","access","accuraci","act","ad","add","advantag","alert('no","alert(`error:","alreadi","api.","around","arrow","assign","ax","browser","color:","compass","const","contain","creat","data/","dependendencies.","devic","device');","device.","deviceorient","deviceorientationevent.requestpermiss","deviceorientationevent.requestpermission()","directly.","directori","equip","event.","file","fill({","fill,","fill:","final","first,","fortunately,","function","give","go","gyroscop","gyroscope,","head","heading);","heading,","heading.","heading.svg',","hood,","icon","icon({","icon,","icon:","image:","import","included,","indic","instal","instead,","it,","keep","kompa","kompas()","kompas.","layer.","layer.setstyle(style);","listen","locat","locate.addeventlistener('click',","look","main.j","make","map.","materials.","math","mobil","modul","navig","new","next,","nice","nice:","nicer:","now","now,","npm","openlay","option","orient","ourselves.","packag","package,","part","point","point,","polygon","polygon.","preserv","provid","read","receiv","rotat","rotatewithview","rotatewithview:","set","set,","show","src:","startcompass()","startcompass();","style","style({","style.getimage().setrotation((math.pi","style}","svg","take","tell","termin","thing","this:","three","through","tool","top","true,","typeof","under","upright,","upwards.","us","user","usual:","util","utility,","view","want","we'r","window)","window.deviceorientationev","workshop","{","{fill,","}","}),","});"],"cog/":["(cog)","(continued)","(or","(read","addit","addition,","allow","band","built","chooser","client","cloud","color","composit","data","data.","demonstr","effici","encourag","exercis","fals","format","full","geotiff","host","imag","image,","image.","images,","in,","input","instead","intern","layout","lower","make","map","math","modul","module,","more","multi","multipl","ol/source/geotiff","on","openlay","optim","organ","overview","overview.","peopl","perform","pixel","portion","primari","read","regular","remot","render","requir","resolut","simpl","simplifi","singl","small","sourc","sources.","strips.","thing)","through","tiff)","tile","true","view","viewer","visual","walk","we'll","whole"],"cog/true-color.html":["\"node_modules/ol/ol.css\";","#map","'epsg:32721';","'epsg:4326',","'https://sentinel","'map","'ol/extent.js';","'ol/layer/webgltile.js';","'ol/map.js';","'ol/proj';","'ol/source/geotiff.js';","'ol/view.js';","(b02","(b03)","(b04)","(earth","(l2a)","(m)","(red,","(μm)",");","//","0.433","0.460","0.560","0.665","0.705","0.740","0.783","0.842","0.945","0;","1,","1.375","1.610","10","100%;","2","2)","2.190","2.amazonaws.com/sentinel","20","2021:","2a","34.32183],","35.32718,","5","57.98062,","59.19991,","60","=","@import","[","[layer],","],","aerosol","air","amazon","appropri","around","avail","aw","b01","b02","b03","b04","b05","b06","b07","b08","b09","b10","b11","b12","band","bands:","before:","blue","blue)","body,","browser.","bucket","bueno","cell","center:","central","channel","channel,","channel.","choos","cirru","cloud","coastal","cogs.s3.u","cogs/","cogs/21/h/ub/2021/9/","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/s2b_21hub_20210915_0_l2a.json","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/tci.tif',","cogs/sentinel","collect","color","command","compon","composit","composite.","const","contain","container',","content","cover","data","date.","days.","descript","digit","display","displays.","dissemin","each","earth'","easier.","edg","electromagnet","eo","exampl","example,","exercise,","extent","extent,","extent:","fals","family:","figur","file","find","first,","follow","font","full","geotiff","geotiff({","getcenter(extent),","gpu","green","green,","grid","hardest","haven't","height:","here","host","html,","http://localhost:5173/","https://s3.u","identifi","imag","imageri","imagery,","import","in.","includ","index.html","infrar","installed,","interest","interfac","l2a","land","layer","layer.","layers:","level","line","list","load","ls","main.j","make","manipul","map","map({","map.","map:","margin:","measur","metadata","mission","multi","near","new","next","now","observation)","ol/layer/webgltil","ol/source/geotiff","on","openlay","optim","out","outsid","page","part","path","portion","product","project","projection,","projection:","provid","raster","rate","readi","red","reflect","remot","render","request","reset","resolut","result","revisit","s2","s3","s3.","s3://sentinel","san","satellit","search","sensor","sentinel","september,","serif;","shader","short","show","sign","sourc","source,","source:","sources:","spectrum,","spectrum.","step,","surfac","target:","that,","three","tile","tilelay","tilelayer({","transformextent(","tri","trickiest","true","two","updat","url","url:","us","vapor","veget","view","view({","view.","view:","visibl","water","wave","wavelength","we'll","we'r","webgl","west","width:","work","zoom:","{","{getcenter}","{transformextent}","}","}),","});","},"],"cog/simplified-view.html":["\"geo\"","'epsg:32721';","'epsg:4326',","'map","(like","(or","(see","(view,",");","/","1,","2","21s).","34.32183],","35.32718,","57.98062,","59.19991,","84","=","[","[layer],","accept","accompani","array).","bbox","befor","bound","box","case,","center,","center:","code!","color","configur","const","constructor","container',","coordin","dig","epsg:32721","example,","extend","extent","extent,","extent.","extent:","file.","find","first","geograph","geotiff","get","getcenter(extent),","getcenter)","http://localhost:5173/","ideal","identifi","imag","image.","imageri","imagery.","import","includ","inform","information,","instead","know","layers:","less","locat","main.j","map","map'","map({","map:","metadata","metdata","method","need","new","now","ol/source/geotiff","openlay","option","ourselv","pars","parsed.","piec","previou","proj:epsg","project","projection,","projection:","projections,","promis","properti","properties.","property).","provid","refer","regular","relat","remov","render","resolv","result","return","same","second","sentinel","simplifi","sourc","source.","source.getview()","source.getview(),","source:","spatial","special","stac","support","system","system.","tag","target:","thing","through","tiff","time","transform","transformextent(","transformextent,","true","updat","us","utm","view","view({","view.","view:","wg","write","zone","zoom)","zoom:","}),","});","–"],"cog/false-color.html":["'https://sentinel","(b03)","(b04)","(b08)","(blue).","(in","(red),","(sentinel","(with","//","2","2.amazonaws.com/sentinel","5000,","=","[","],","alpha","areas.","b08)","band","bands).","bands.","bare","below","blue","blue,","bright","channel,","channel.","chlorophyl","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b03.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","color","common","compar","composit","composite.","const","contrast,","data","example,","fals","following:","geotiff","geotiff({","green","green),","green,","highlight","http://localhost:5173/","imag","imagery,","infrar","l2a","load","look","main.j","max:","multi","near","new","ol/source/geotiff","order.","outsid","over","plot","portion","previou","pull","red","red,","reflect","reload","render","rgb","rich","s2","see","sentinel","separ","show","shown","signatur","singl","single,","soil","sourc","sources:","spectra","spectral","spectrum","step,","three","true","updat","url:","us","veget","visibl","want","water","wavelengths.","we'll","west","{","});","},"],"cog/ndvi.html":["',","'https://sentinel","'interpolate',","(b04)","(b08)","(brownish)","(green)","(ndvi)","(nir","(nir)","(not","(or","(veri","+","+,",",","...arguments].","/","//","0.2,","1","1,","10000,","1];","2","2,","2.amazonaws.com/sentinel","2];","=","[","['","['+',","['/',","['band',","['linear'],","[operator,","],","abov","accept","access","add","against","appli","arguments.","array","band","bands.","base","between","blue","bright","calcul","channels.","choos","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","color","color:","colors.","composites.","configur","const","control","creat","data","definit","densiti","determin","differ","difference,","directli","display","divid","each","edit","etc.","everyth","example,","examples.","express","fals","final","first","follow","form:","gener","geotiff","geotiff({","green","green,","hard","health.","helper","http://localhost:5173/.","idea","illumination.","index","infrar","input","interpol","l2a","layer","layer'","librari","linear","list","look","main.j","main.js:","map","math","max:","ndvi","ndvi,","near","need","new","next","next,","nir","nir,","normal","number","ol/layer/webgltil","ol/source/geotiff","on","oper","operator,","out,","output","pixel.","possibl","previou","properti","provid","pull","ratio","red","red)","red,","red];","reflect","render","rendering.","result","rgba","run","s2","same","scale","script","second","see","seen","sentinel","shadi","similar","slope","slopes.","sourc","source'","source)","source,","source:","sources:","step","stop","style","style:","sum","sum,","sum];","sunni","syntax","take","this,","this:","tile","tilelayer({","true","unveget","up","updat","url:","us","us.","valu","values,","values.","variabl","variat","veget","vegetated)","vegetated).","veri","visual","want","we'll","west","work","work.","{","});","},","–"],"cog/colormap.html":["'colormap';","'interpolate',","'rgba'});","(let","(max","(reverse)","(step","*","...]","...getcolorstops('earth',","/","//","0.5,","0;","1);","1,","10,","2","2);","=","[","['linear'],","[stopvalue0,","],","ad","add","alreadi","appli","array","array(step","array,","below:","color","color0,","color1,","color2,","color:","colormap","colormap({colormap:","colors!","colors.reverse();","const","creat","definit","delta","depend","edit","example,","express","exprt","follow","format:","function","function.","function:","gener","geotiff","getcolorstops(name,","http://localhost:5173/","import","includ","it,","layer","layer:","librari","line","look","main.j","main.js:","map","map,","maps.","max","max,","min","min)","min,","modifi","modul","more","name","name,","ndvi","ndvi,","new","nice","now","nshades:","number","on","option","output.","packag","previou","project.","ramp","reload","return","revers","reverse)","rgba","see","seen","sentinel","source,","source:","steps,","stop","stopvalue1,","stopvalue2,","style'","style:","such","take","this:","tilelayer({","true),","us","util","valu","value,","values.","want","we'll","write","{","}","});","},"],"cog/visualizations.html":["#control","',","'b03'],","'b04',","'b08'],","'fals","'https://sentinel","'interpolate',","'map","'ndvi',","'ndwi',","'true","(green","(ndwi).","(these","({","+","...getcolorstops('earth',","...getcolorstops('viridis',","/","0.5,","1,","10,","10000,","1],","1]],","1]]],","2","2.amazonaws.com/sentinel","20px;","2],","2]],","2]]],","5000,","=","=>","[","['","['+',","['/',","['b03',","['b04',","['b08',","['band',","['linear'],","['tci'],","],","];","`${base}/${id}.tif`,","absolute;","ad","add","addit","addition,","allow","application:","array","array:","avail","band","base","befor","below","below:","block","bodies.","call","chang","choos","chooser","chooser.","code","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a';","color","color',","color,","color:","composite,","const","container',","corner,","creat","createlayer(base,","data","definit","differ","display","display.","document.createelement('option');","document.getelementbyid('visualization');","doesn't","each","edit","element","examples,","except","fals","finally,","follow","function","geotiff","geotiff({","geotiffs),","give","have","http://localhost:5173/","image.","imageri","includ","index","index.html","index.html:","init","instead","instead:","l2a","layer","layer.","list","listen","main.j","map","map({","map.setlayers([layer]);","map.setview(layer.getsource().getview());","max","max:","monitor","more","multi","name","name:","names.","ndvi","ndwi","need","new","next","next.","nice","nice!","nir)","normal","now","on","once,","option","option.textcont","over","page","place,","popul","position:","previou","remov","render","render.","return","right","right:","s2","same","scale","seen","seen,","select","sentinel","show","show.","similar","singl","somwher","sourc","source,","source:","sources:","style","style:","tag","tag:","take","target:","that'","this,","tilelayer({","time.","too?","top","top:","true","true),","type","updat","updatevisualization()","updatevisualization();","updatevisualization);","url","url:","us","user","user.","valu","values,","visual","visualization)","visualization):","visualization);","visualization.","visualization.max,","visualization.name;","visualization.sources.map((id)","visualization.style,","visualizations,","visualizations.foreach((visualization)","visualizations[visualizationselector.selectedindex];","visualizationselector","visualizationselector.addeventlistener('change',","visualizationselector.appendchild(option);","water","way","we'll","we'v","west","without","wouldn't","{","}","})),","});","},"],"cog/viz-plus.html":["!==","'bueno","'cape","'https://sentinel","'minneapolis',","(continued)","(newbase)","2.amazonaws.com/sentinel","=","=>","[","];","ad","add","adjust","aires',","alreadi","anoth","back","base","base:","base;","boom!","choos","chooser","chooser.","cog","cogs.s3.u","cogs/15/t/wk/2021/9/s2b_15twk_20210918_0_l2a',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a',","cogs/34/h/bh/2021/9/s2b_34hbh_20210922_0_l2a',","come","const","control","createlayer(base,","display","displayed.","document.createelement('option');","document.getelementbyid('image');","each","edit","element","element,","explor","extent","final","first","following:","full","function","geotiff","get","grab","http://localhost:5173/.","imag","image,","image.","image.name;","imageri","images.foreach((image)","images[imageselector.selectedindex].base;","imageselector","imageselector.addeventlistener('change',","imageselector.appendchild(option);","index.html,","involv","it!","javascript,","l2a","layer","let'","line","list","long,","look","main.j","main.js:","make","map.setlayers([layer]);","map.setview(layer.getsource().getview());","minor","miss","more","much","name","name:","need","new","newbas","next,","nicer","note","now","on","option","option.textcont","out","piec","popul","previousbas","previousbase;","quit","reload","s2","section","select","selected.","show","someth","source.","surround","tell","thing","this:","town',","type","up","updat","updatevisu","updatevisualization()","updatevisualization();","updatevisualization);","url","url.","user","view","visual","visualization);","visualizations[visualizationselector.selectedindex];","visualizationselector.addeventlistener('change',","want","we'll","west","whenev","work","zoom","{","}","});","},"],"vectortile/":["bright","bring","everyth","featur","files.","interact","layer","learn","look","make","mapbox","modul","ol","openlayers,","style","thing","tile","us","util","vector","vectortil","work"],"vectortile/map.html":["\"node_modules/ol/ol.css\";","#map","'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/'","'map","'ne:ne_10m_admin_0_countries@epsg%3a900913@pbf/{z}/{x}/{","'ol';","'ol/format/mvt';","'ol/layer/vectortile';","'ol/proj';","'ol/source/vectortile';","+","0","0;","0]),","100%;","14,","2,","512","=","@import","access","ad","add","application,","attributions,","basic","body,","browser,","center:","configur","const","contain","container',","coordin","coordinates.","countri","creat","data","data,","data.","default","differ","display","earth","exampl","exercise.","exercises:","family:","fast","fly?","folder,","folder.","font","for.","format","format:","fresh","fromlonlat([0,","geoserver.","go","grid.","height:","here","html,","http://localhost:5173/","images,","import","imports:","includ","index.html","inform","know","layer","layer.","level","level,","load","made","main.j","map","map({","map.addlayer(layer);","mapbox","margin:","markup","maxzoom:","mvt","mvt(),","natur","need","new","now","openlay","optim","pars","pass","pixels,","placehold","previou","provid","raster","render","requir","root","same","san","save","see,","seen","serif;","serv","setup","show","simpl","size","sourc","source'","source.","source:","start","style","support","target:","therefore,","this:","through","tile","tile.","tiles,","tiles.","time","transfer","type","unstyl","url","url,","url:","us","usual","usual,","vector","vectorsource.","vectortil","vectortilelay","vectortilelayer({","vectortilelayer,","vectortilesourc","vectortilesource({","vectortilesource:","view({","view:","view}","way","we'll","we'r","well,","well.","width:","without","work","workshop","world","x","y","y}.pbf',","zoom","zoom:","{","{fromlonlat}","{map,","{x}","{y}","{z}","}","}),","});"],"vectortile/bright.html":["'https://tiles.openfreemap.org/styles/bright');","'https://tiles.openfreemap.org/styles/bright',","'mapbox://styles/mapbox/bright","'ol","'your","(e.g.","(see","//","=","abov","above,","accesstoken:","account,","add","addit","altern","alternatively,","ancestor","applications.","apply('map","apply()","atla","attempt","avail","back","be","below).","belém","belém!","bright","build","came","cartocss.","cases,","center","code","code,","come","comment","complet","configur","const","consuming.","container',","conveni","creat","current","data","data.","dataset","definit","depend","describ","differ","do","document.","driven","easi","easiest","editor,","enjoy","entir","everyth","exactli","expected,","files.","final","first,","format","format.","friendli","function,","go","graphic","grow","hand","here","histori","https://mapbox.com/'","https://tiles.openfreemap.org/styles/bright.","import","import.","import:","independ","initi","instead","interact","layer","layers,","layers.","let'","level).","level.","library,","look","lot","made","main.j","make","mani","manually,","map","map'","map,","map.","map.addlayer(layer);","mapbox","mapboxvector","mapboxvectorlayer({","mapping,","maps,","maps.","maputnik,","mind","modifi","need","new","nice","none","number","obvious","ol","open","openlayers.","or,","out.","point","popular","possibl","previou","probabl","read","realli","replac","requir","same","sever","sld","sourc","step.","straightforward.","street","studio","studio,","style","style'","style';","style.","styler.","styleurl:","support","switch","that,","thing","this,","this:","tile","time","token","tool","tri","up","url","us","use.","user","usual","v9',","vector","vectortil","vectortilelay","veri","view","want","way","web","well.","whole","work","world","write","zoom","{apply}","{mapboxvectorlayer}","});"],"vectortile/interact.html":["'ol/feature';","'ol/geom/polygon';","'ol/layer/vector';","'ol/source/vector';","'ol/style';","'red',","(event)","(feature)","4,","=","ad","add","addit","around","assign","attribut","bound","boundary.","box","clear","client.","clip","code","color:","const","contain","content","content:","creat","current","data","display","draw","exercise,","featur","feature(fromextent(geometry.getextent())));","feature.getgeometry();","features,","filter","final","follow","function","geometri","get","go","hover","import","interact","layer","layer,","layer.","listen","locat","look","main.js:","map","map,","map.foreachfeatureatpixel(event.pixel,","map.on('pointermove',","map:","mean","near","need","needed,","new","next","next,","nice","note","now","on","optim","over","pointer","pointer'","pointermov","render","rendering,","rendering.","resolut","result","separ","sourc","source,","source.addfeature(new","source.clear();","source:","stroke({","stroke:","style({","style:","style}","that:","them.","thing","this:","though","tile","time","two","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","vectortil","we'r","width:","{","{fromextent}","{stroke,","}),","});"],"webgl/":["2d","anim","canva","context.","csv","custom","data","dynam","express","file.","finally,","impact","layer","meteor","meteorit","modul","module,","new","normal","out","point","render","same","setup","show","shower","start","style","styled.","us","util","vector","we'll","webgl","webgl."],"webgl/meteorites.html":["\"node_modules/ol/ol.css\";","#map","'circl","'map","'ol';","'ol/feature';","'ol/geom/point';","'ol/layer/tile';","'ol/layer/vector';","'ol/proj';","'ol/source';","'papaparse';","'rgba(255,","'stamen_toner',","(row)","),",");","...","0,","0.5)',","0;","0],","100%;","2,","2d","2d.","45,000","6,","7,","=","=>","@import","[","[0,","],","aachen,21,1880,50.775000,6.083330","ad","add","appli","appropri","between","body,","canva","center:","choos","circles.","class","client","color':","commas.","complete(result)","compos","const","contain","container',","csv","data","data,","depend","differ","download:","each","edit","exampl","example,","family:","featur","feature({","features,","feel","fetch","file","file,","fill","first","first,","flexibl","font","fromlonlat([parsefloat(row.reclong),","full","function","geometries.","geometry:","header","header:","height:","here","html,","impact","impact,","impacts:","import","independ","index.html","larg","latitude,","layer","layer.","layer:","layers.","layers:","line","lines,","load","local","locat","longitud","look","main.j","manag","map","map({","map:","margin:","mass","mass:","meteorit","meteorite,","meteorites,","meteorites.csv","migrat","module,","more","name","name,mass,year,reclat,reclong","need","new","next","number","ol/layer/vector","openlay","other","over","page","pars","parse('./data/meteorites.csv',","parsefloat(row.mass)","parsefloat(row.reclat)]),","parseint(row.year)","parsing.","point","point(","points,","polygons.","previously,","prior","radius':","readi","recent","red,","render","renderer.","repres","result","result.data.map(","san","see","semi","separ","serif;","setup","short","simpl","singl","site","site,","skip","sourc","source,","source.","source.addfeatures(","source:","stadiamaps({","start","strategies.","strategy.","style","style:","styling.","subsequ","target:","technology.","this:","tile","tilelay","tilelayer({","ton","transpar","true,","updat","us","vector","vectorlay","vectorlayer({","vectorsource();","vectorsource}","veri","versions,","view({","view:","view}","we'll","we'r","webgl","webgl.","width:","write","xmlhttprequest","year","year:","zoom:","{","{fromlonlat}","{map,","{parse}","{stadiamaps,","||","}","}),","});","},"],"webgl/points.html":["'+',","'circl","'flat","'mass']","'mass'],","'ol/layer/webglvector';","'rgba(255,","(red,","(size,","*","+,","/","0,","0.5)',","1","1]","1],","20000],","26.","2d","4","4,","4]","7,","8","9","9]","9],","=","[","['*',","['+',","['clamp',","['get',","],","achiev","actual","advantag","agre","allow","although","anoth","appear","array","assign","at:","attribut","avail","before.","begin","better","better!","between","bit.","both","canva","care","circl","circles).","clamp,","class","code.","color","color':","complet","components,","compos","compris","concept","const","constructor","context","creat","depend","differ","dynam","each","easi","effici","enabl","entri","etc.).","exampl","exercis","express","expression:","fact","featur","feature'","fill","final","first","first,","follow","fragment","geometries.","get,","good","great","grow","here","hundr","impact","import","import,","improv","instanc","isn't","kind","larger","layer","layer,","layer.","layers,","let'","leverag","locat","long","look","manipul","map","mass","meteorit","meteorite,","meteorite.","meteorites...","minimum","more","name.","navig","new","normal","notic","now","now,","number","numer","object","opacity,","openlay","oper","operator,","operator.","operators,","output","paramet","perform","pixel","pixels,","point","points,","previou","probabl","pronounc","radiu","radius':","rang","read","remove.","render","render.","rendering.","replac","result","same","semi","set","shaders.","showcas","site","size","so:","solution.","sourc","source,","source:","specifi","standard","step","step,","style","style:","styles'","styling,","styling.","support","system,","tada!","technology.","ten","think","this,","thousand","transform","transpar","us","util","valu","value,","vector","vectorlay","version,","vertex","we'll","we'r","webgl","webgl.","webglvectorlay","webglvectorlayer({","write","{","});","},","–"],"webgl/animated.html":["#year","%","'*',","',","'circl","'currentyear'],","'currentyear']],","'interpolate',","'mass'],","'year'],","(date.now()","(elaps","(rate","(whose","*","+","...other","/","//","0","0,","0.5,","1","1,","10","1000;","10;","1850","1850;","1],","1em;","1px","20000],","2015.","2015;","255,","2em;","4],","9],","=","[","['","['*',","['+',","['between',","['clamp',","['color',","['get',","['linear'],","['var',","],","];","`style`","abov","absolute;","access","ad","add","alpha","anim","anmiat","anoth","appli","assign","avail","b","back","below","between","black;","block","bold;","bottom:","call","circl","circle,","code","color","color':","color,","color:","configuration,","congratulations!","consid","consist","const","constructor","contain","context","corner","csv","current","currentyear","currentyear:","currentyear;","currentyear});","data","date","date.now();","decay","decay,","decay.","decay]],","declar","decreas","defin","define.","definition:","detect","determin","disablehitdetection:","document.getelementbyid('year');","dynam","each","edit","effect.","elaps","exist","express","expression.","expressions,","expressions.","fade","far","featur","features.","few","file","fill","filter","filter:","first","follow","font","fourth","function","function,","g,","give","go","hit","impact","impact.","improv","includ","increment","index.html:","instanc","it,","later:","layer","layer'","layer,","left","left:","let'","line","loop","lower","main.js,","main.js:","make","manag","map","map({","map,","map.","markup","mass","math.round(minyear","maxyear","meteor","meteorit","meteorites.updatestylevariables({currentyear:","minyear","minyear):","minyear,","minyear;","modifi","more","multipli","need","new","next","now","now,","object.","object:","opac","opacity.","option","out","over","pars","passes.","per","perform","period","period];","periodstart","periodstart,","point","position:","pretti","previous","proceed.","process","properti","r,","radiu","radius':","rang","rate","reduc","refer","render","render()","render();","repres","requestanimationframe(render);","rgba","right,","roll","rule:","second","see","set","show","shower","size","size:","span","span));","start","start))","started.","step,","step.","stroke:","style","style.","tempor","text","this,","those","through","time","time,","top","true,","uninteresting.","up","updat","updatestylevariables()","us","valu","values.","var","variabl","variable,","variables:","want","we'll","we'r","webgl,","webkit","weight:","white;","year","year,","yearel","yearelement.innertext","years,","{","}","},","–"],"deploying/":["(or","app","applic","application).","application,","artifact","asset","build","bundl","copi","creat","data","deploy","deployment,","develop","development.","directori","directory.","dist","dist/","done!","dure","entri","examples.","finishes,","folder.","host","http","http://localhost:3000/","it.","local","look","minifi","minified.","mode,","mode.","modul","now","npm","npx","ol","open","package.","package.json:","point","product","production.","readi","run","s3,","script","see","serv","server","server.","setup","similar","start","start,","step.","that'","throughout","us","view","vite","want","we'v","wherev","workshop,","you'll","you'r"],"data-tiles/":["adjust","allow","basemap.","befor","control","creat","data","elev","encod","exercise,","give","input,","layer","level","level.","manipul","map","over","pixel","rang","render","rendering.","rgb","sea","section,","setup","tile","tileset","us","user","valu","values.","we'll","webgl"],"data-tiles/map.html":["\"node_modules/ol/ol.css\";","#map","'","'©","'';","'anonymous',","'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key='","'map","'ol/layer/webgltile.js';","'ol/map.js';","'ol/proj.js';","'ol/source/xyz.js';","'ol/view.js';","+","0;","100%;","11,","34.6037]),","512,","58.3816,","=","@import","[","],","account","account,","add","air","already,","api","attribut","attributions,","attributions:","body,","bueno","center:","clear","const","contain","container',","contributors';","creat","crossorigin:","default","don't","edit","everyth","examples.","family:","find","follow","font","free","fromlonlat([","full","height:","html,","import","imports:","index.html","key","key,","key.","layer","layers:","main.j","main.js:","map","map({","map:","maptil","maptiler.","margin:","new","on","openlay","openstreetmap","out","page","readi","render","san","section,","serif;","setup","sign","singl","source:","target:","tile","tilelay","tilelayer({","tilesize:","up","url:","us","verifi","view","view({","view:","we'll","we'r","width:","works,","xyz","xyz({","zoom:","{","{fromlonlat}","}","}),","});"],"data-tiles/elevation.html":["'anonymous',","'https://api.maptiler.com/tiles/terrain","+","0.6,","10,","512,","=","ad","at.","base","blue","channels.","color","const","creat","crossorigin:","data","directly,","elev","encod","files.","global","green,","interest","isn't","key,","layer","layer.","let'","look","main.js,","map","map,","map.","maptil","maxzoom:","meant","new","oddli","opacity:","over","page","png","provid","red,","reload","render","rgb","rgb/{z}/{x}/{y}.png?key='","see","shown","source:","terrain","tile","tilelayer({","tileset","tileset:","tilesize:","url:","us","xyz({","}),","});"],"data-tiles/sea-level.html":["#slider","'*',","'+',","'anonymous',","'case',","'https://api.maptiler.com/tiles/terrain","'ol/layer/webgltile.js';","((r","()","(from","(in","(with","*","+","//","0","0).","0,","0.1","0.1)","0.6,","0px","1","1);","10,","100%;","10000","10000,","1]],","1rem;","255","255)","255,","256","256,","2]],","3]],","4px","512,","=","[","['","['*',","['+',","['band',","],","];","abov","above:","absolute;","accord","add","adjust","align","align:","allow","alpha","b)","b,","band","befor","below","blue","blue.","bottom:","case","center;","chang","color","color:","const","control","control.addeventlistener('change',","control.addeventlistener('input',","control.value;","creat","crossorigin:","data","decod","directli","document.getelementbyid('level');","document.getelementbyid('output');","elev","encod","evalu","express","first,","first.","follow","formula","formula.","formula:","function","g","g,","gree,","green,","height","https://cloud.maptiler.com/tiles/terrain","import","index.html):","index.html,","input","instead","instead.","key,","label","languag","layer","layer.updatestylevariables({level:","let'","level","level.","level:","listen","listener);","m","main.js):","main.js.","manipul","map","map.","math","maxzoom:","measure.","need","new","next","normal","now","opacity:","oper","output","output.innertext","page","page.","parsefloat(control.value)});","pixel","place,","position:","previou","r,","red,","render","rendering.","repres","rgb","rgb/","rgb/{z}/{x}/{y}.png?key='","rgba(255,","rise","scale","sea","sealevel","see","shadow:","singl","slider","slider:","source.","source:","step,","style","style:","terrain","text","them.","those","tile","tilelay","tilelayer({","tiles,","tilesize:","transform","transpar","updat","url:","us","user","valu","value.","variabl","variables:","want","we'll","webgl","webgltil","width:","work","xyz({","{","}","}),","},","};","—"]},"length":54},"tokenStore":{"root":{"0":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"1":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"2":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"4":{"3":{"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"5":{"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},")":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"6":{"6":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"7":{"0":{"3":{"1":{"2":{"5":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"4":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"5":{"docs":{},"]":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"8":{"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"8":{"4":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"9":{"4":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{}},"]":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"p":{"docs":{},"x":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},")":{"docs":{},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"1":{"0":{"0":{"0":{"0":{"0":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{},"%":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"4":{"docs":{},".":{"9":{"8":{"docs":{},",":{"3":{"9":{"docs":{},".":{"7":{"6":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"docs":{}},"docs":{}}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}},"1":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"2":{"2":{"docs":{},".":{"7":{"9":{"2":{"6":{"4":{"4":{"5":{"0":{"0":{"7":{"3":{"2":{"4":{"4":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"4":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}},"5":{"3":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},"docs":{}},"6":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"8":{"0":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"5":{"0":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{}},"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"3":{"7":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"5":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"6":{"1":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{}},"]":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"p":{"docs":{},"x":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"}":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"e":{"8":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"docs":{},"m":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}},"2":{"0":{"0":{"0":{"0":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"docs":{}},"docs":{}},"1":{"5":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{}},"2":{"1":{"docs":{},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"docs":{}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"1":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"5":{"5":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"6":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"x":{"2":{"5":{"6":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"docs":{}},"docs":{}},"docs":{}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}},"docs":{}},"6":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"9":{"9":{"9":{"4":{"1":{"docs":{},".":{"7":{"8":{"6":{"4":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},"}":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"e":{"1":{"3":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"docs":{}},"docs":{},"m":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},".":{"1":{"9":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"w":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"d":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.01466275659824047},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"3":{"4":{"docs":{},".":{"3":{"2":{"1":{"8":{"3":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"6":{"0":{"3":{"7":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"5":{"0":{"docs":{},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"docs":{},".":{"3":{"2":{"7":{"1":{"8":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"7":{"docs":{},".":{"5":{"6":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"docs":{}},"docs":{}}},"9":{"docs":{},".":{"7":{"6":{"docs":{},"]":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"docs":{}},"docs":{}}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064}}},"r":{"docs":{},"d":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"4":{"2":{"docs":{},".":{"3":{"0":{"9":{"7":{"5":{"1":{"9":{"4":{"2":{"5":{"0":{"5":{"2":{"7":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"5":{"docs":{},",":{"0":{"0":{"0":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"p":{"docs":{},"x":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"5":{"0":{"0":{"0":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"1":{"2":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"7":{"3":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"docs":{}},"docs":{}},"7":{"docs":{},".":{"9":{"8":{"0":{"6":{"2":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"8":{"docs":{},".":{"3":{"8":{"1":{"6":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"9":{"docs":{},".":{"1":{"9":{"9":{"9":{"1":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}},"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}}}},"7":{"6":{"4":{"4":{"3":{"docs":{},".":{"1":{"8":{"8":{"4":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"8":{"3":{"7":{"0":{"7":{"6":{"docs":{},".":{"5":{"6":{"4":{"8":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"4":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"u":{"6":{"0":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"docs":{}},"9":{"2":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"docs":{}},"docs":{}},",":{"docs":{},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},"9":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"docs":{},"a":{"docs":{},"d":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.05194805194805195},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.022727272727272728},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0243161094224924},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"m":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"o":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"w":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}},"ã":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"e":{"docs":{},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"+":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"é":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"(":{"docs":{},"`":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"'":{"docs":{},"n":{"docs":{},"o":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"y":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"p":{"docs":{},"p":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"c":{"docs":{},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"a":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"l":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"c":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},")":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"s":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"q":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"é":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"y":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},")":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"r":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"s":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"é":{"docs":{"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/formats.html":{"ref":"vector/formats.html","tf":2.5}}}}}},"ó":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"e":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"õ":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"g":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"o":{"docs":{},"n":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"e":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}}},"k":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.007337526205450734},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"x":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":2.0714285714285716},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"a":{"docs":{},"g":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}},"ç":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"i":{"docs":{},"l":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.011299435028248588},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.015113350125944584},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"e":{"docs":{},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"s":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"t":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"í":{"docs":{},"m":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"a":{"docs":{},"v":{"docs":{},"é":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016556291390728478},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"y":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"p":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"s":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{},"w":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}}}}},"m":{"docs":{},"a":{"docs":{},"z":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"e":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.01891891891891892}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406}}},"s":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"s":{"docs":{},"s":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"r":{"docs":{},"d":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834}}},"y":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"f":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}},"a":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{},"r":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":5.0130151843817785}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"!":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"m":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"t":{"docs":{},"e":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"v":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"r":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"i":{"docs":{},"x":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"b":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"a":{"docs":{},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"r":{"docs":{},"e":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"z":{"docs":{},"u":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"x":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}},"w":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"2":{"1":{"docs":{},",":{"1":{"8":{"8":{"0":{"docs":{},",":{"5":{"0":{"docs":{},".":{"7":{"7":{"5":{"0":{"0":{"0":{"docs":{},",":{"6":{"docs":{},".":{"0":{"8":{"3":{"3":{"3":{"0":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}},"b":{"0":{"1":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"4":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"6":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"7":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"8":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},")":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"9":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"1":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"1":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"s":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/":{"ref":"basics/","tf":5.090909090909091},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"c":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":10.00326797385621},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"./":{"ref":"./","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"./":{"ref":"./","tf":0.006060606060606061}}},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},":":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"a":{"docs":{},"g":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}}}}}},"r":{"docs":{},"r":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.0186480186480185}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"a":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"e":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211}}}},"c":{"docs":{},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}},"i":{"docs":{},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}},"n":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.04201680672268908},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":5.016620498614959},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},")":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}}}},"e":{"docs":{},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}},"n":{"docs":{},"g":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}},"!":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"custom-builds/":{"ref":"custom-builds/","tf":5.333333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.029801324503311258},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.351783517835178},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.05714285714285714}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"s":{"docs":{},")":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"g":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751}},"s":{"docs":{},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"s":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"!":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},")":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"é":{"docs":{},"m":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"!":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"k":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},"o":{"docs":{"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"s":{"docs":{},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"n":{"docs":{},"c":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"e":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"u":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.022727272727272728}},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908}},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"h":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"d":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"o":{"docs":{},"m":{"docs":{},"!":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"l":{"docs":{},"d":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.507042253521127}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}},"a":{"docs":{},"d":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818}}}}}},"â":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.012232415902140673}},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}}}},"á":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":5.090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"ô":{"docs":{},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"s":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"c":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/":{"ref":"basics/","tf":0.18181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":3.366300366300366},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3586854460093893},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.009363295880149813},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"e":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"!":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"i":{"docs":{},"b":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}},"e":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"s":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"s":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"s":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"c":{"docs":{},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},",":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"l":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.017595307917888565},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"d":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"í":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/":{"ref":"layers/","tf":2.0344827586206895},"layers/wms.html":{"ref":"layers/wms.html","tf":0.021359223300970873},"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.02727272727272727},"layers/vector.html":{"ref":"layers/vector.html","tf":0.024336283185840708},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"i":{"docs":{},"x":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"u":{"docs":{},"s":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.023809523809523808},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"u":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"a":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}}},"c":{"docs":{},"i":{"docs":{},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"u":{"docs":{},"x":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"h":{"docs":{},"a":{"docs":{},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"r":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"î":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}}}}},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"s":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}}},"m":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"v":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"s":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"o":{"docs":{},"s":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":5.004819277108433},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.337858220211161}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"h":{"docs":{},"y":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.013745704467353952},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014802631578947368},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"m":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},"z":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"n":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"u":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}},"l":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"è":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"e":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"s":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"s":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"é":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}}}}}},"o":{"docs":{},"s":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.3433835845896143}},"e":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}}},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"n":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"s":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"a":{"docs":{},"r":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"s":{"docs":{},"s":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":10.004048582995951}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"e":{"docs":{},"t":{"docs":{},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"é":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.011650485436893204},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"ç":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}},"m":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016666666666666666},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"d":{"docs":{},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}},"r":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.006060606060606061},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"controls/":{"ref":"controls/","tf":3.5151515151515147},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":5.039156626506024},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0121580547112462},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"s":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"(":{"docs":{},"{":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"i":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}},"v":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"ô":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"s":{"docs":{},"t":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},":":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"x":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}},"ú":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}}},"r":{"docs":{},"n":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"ê":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"u":{"docs":{},"d":{"docs":{},"o":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.011904761904761904}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"p":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":3.3347378277153554},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":10},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/":{"ref":"custom-builds/","tf":0.16666666666666666},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":10}}}}}}},"s":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.01927710843373494},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.03167420814479638},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.03036876355748373},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"o":{"docs":{},"r":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"i":{"docs":{},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"í":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"o":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"u":{"docs":{},"m":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"l":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"p":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"é":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"e":{"docs":{},"r":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"î":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"j":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"!":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/":{"ref":"layers/","tf":2.0555555555555554},"layers/wms.html":{"ref":"layers/wms.html","tf":0.018083182640144666},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011530398322851153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.020599250936329586},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"d":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.006535947712418301},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"!":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"r":{"0":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"1":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"2":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3429951690821254},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.363484087102177},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845},"cog/colormap.html":{"ref":"cog/colormap.html","tf":5.055555555555555},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01107011070110701},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"i":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}},"!":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"c":{"docs":{},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"a":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}},"e":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"u":{"docs":{},"n":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"p":{"docs":{},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.012578616352201259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.013853904282115869},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"i":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"s":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},"s":{"docs":{},".":{"docs":{},"s":{"3":{"docs":{},".":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}},"docs":{}}},"/":{"1":{"5":{"docs":{},"/":{"docs":{},"t":{"docs":{},"/":{"docs":{},"w":{"docs":{},"k":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"1":{"5":{"docs":{},"t":{"docs":{},"w":{"docs":{},"k":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"8":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"2":{"1":{"docs":{},"/":{"docs":{},"h":{"docs":{},"/":{"docs":{},"u":{"docs":{},"b":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"2":{"1":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"5":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"2":{"1":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"5":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"t":{"docs":{},"c":{"docs":{},"i":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}},"b":{"0":{"3":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}},"4":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}},"8":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}},"docs":{}},"docs":{}}},"'":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"3":{"4":{"docs":{},"/":{"docs":{},"h":{"docs":{},"/":{"docs":{},"b":{"docs":{},"h":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"3":{"4":{"docs":{},"h":{"docs":{},"b":{"docs":{},"h":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"2":{"2":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":2.507017543859649}}},"z":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.3388278388278385},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"e":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0196078431372549},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},"i":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.339583333333333},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/":{"ref":"custom-builds/","tf":0.16666666666666666},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.333333333333333}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"u":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"b":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"l":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},")":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"r":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"u":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"q":{"docs":{},"u":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"é":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"e":{"docs":{},"z":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"c":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"k":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"p":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"s":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.027586206896551724},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"m":{"docs":{},"p":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}}},"s":{"docs":{},"s":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"v":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0392156862745098}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},".":{"docs":{},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"s":{"docs":{},")":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"o":{"docs":{},"n":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"}":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}},"ó":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"í":{"docs":{},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"d":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.007936507936507936}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}},"ù":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"a":{"docs":{},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"i":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186}}}},"c":{"docs":{},"c":{"docs":{},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.023310023310023}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.00859106529209622},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/wms.html":{"ref":"layers/wms.html","tf":0.019417475728155338},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.023655913978494623},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},"n":{"docs":{"./":{"ref":"./","tf":0.015873015873015872},"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.023943661971830985},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.015723270440251572},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.020599250936329586},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.027972027972027972},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.014134275618374558},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"vector/style.html":{"ref":"vector/style.html","tf":0.024464831804281346},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":5.0181818181818185},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":0.058823529411764705},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":5.0576923076923075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.379310344827586},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"/":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/":{"ref":"layers/","tf":2.1379310344827585},"layers/wms.html":{"ref":"layers/wms.html","tf":0.019417475728155338},"layers/cached.html":{"ref":"layers/cached.html","tf":1.2613350125944585},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25},"layers/vector.html":{"ref":"layers/vector.html","tf":5.002212389380531},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"r":{"docs":{},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"y":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.04090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.05},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.030927835051546393},"basics/resources.html":{"ref":"basics/resources.html","tf":0.04},"layers/":{"ref":"layers/","tf":2.2758620689655173},"layers/wms.html":{"ref":"layers/wms.html","tf":0.03300970873786408},"layers/cached.html":{"ref":"layers/cached.html","tf":3.802896725440806},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":3.7818181818181817},"layers/vector.html":{"ref":"layers/vector.html","tf":0.028761061946902654},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5193548387096776},"controls/":{"ref":"controls/","tf":0.13636363636363635},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030120481927710843},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/":{"ref":"vector/","tf":0.125},"vector/formats.html":{"ref":"vector/formats.html","tf":0.020689655172413793},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.049342105263157895},"vector/style.html":{"ref":"vector/style.html","tf":3.3503401360544216},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},".":{"docs":{},"j":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}},"p":{"docs":{},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"r":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":10.028571428571428}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"e":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}},"v":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.006535947712418301},"deploying/":{"ref":"deploying/","tf":0.0380952380952381}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"a":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"e":{"docs":{},"'":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"o":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},")":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/draw.html":{"ref":"controls/draw.html","tf":2.5141342756183747},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},"z":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"é":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}},"b":{"docs":{},"r":{"docs":{},"í":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"b":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"m":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01818181818181818}}}}},"k":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"a":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"é":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}}},"l":{"docs":{},"à":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"m":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},"t":{"docs":{},"a":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"u":{"docs":{},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"s":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"e":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"d":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"i":{"docs":{},"s":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"a":{"docs":{},"y":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"o":{"docs":{},"d":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"c":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"i":{"docs":{},"x":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"y":{"docs":{},"i":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"'":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"é":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0108499095840868},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/vector.html":{"ref":"layers/vector.html","tf":5.01498127340824},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.011299435028248588},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"s":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"!":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"'":{"docs":{},"t":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"i":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":5.034090909090909}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},".":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015873015873015872},"basics/map.html":{"ref":"basics/map.html","tf":0.02197802197802198},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"j":{"docs":{},"à":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{},"r":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3347417840375586}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"e":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.5017182130584192}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"í":{"docs":{},"d":{"docs":{},"a":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"/":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"n":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"z":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"i":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"c":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},"y":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"t":{"docs":{},"ó":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"v":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"i":{"docs":{},"d":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"t":{"docs":{},"e":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"n":{"docs":{},"â":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"y":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"è":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"p":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":5.037974683544304}}}},"a":{"docs":{},"w":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/draw.html":{"ref":"controls/draw.html","tf":5.012195121951219},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/draw.html":{"ref":"vector/draw.html","tf":3.45021645021645},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},".":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}},"(":{"docs":{},"{":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},"n":{"docs":{},".":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}},"g":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":5.037974683544304},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266}},"(":{"docs":{},"{":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"ê":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"e":{"docs":{"./":{"ref":"./","tf":0.031818181818181815},"basics/map.html":{"ref":"basics/map.html","tf":0.03125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/":{"ref":"layers/","tf":2.0344827586206895},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.020151133501259445},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.015486725663716814},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.01935483870967742},"controls/":{"ref":"controls/","tf":3.424242424242424},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.018072289156626505},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.028455284552845527},"controls/modify.html":{"ref":"controls/modify.html","tf":0.013774104683195593},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"i":{"docs":{},"v":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}}}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.014778325123152709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.019916142557651992},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.023255813953488372},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.009416195856873822},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.012594458438287154},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011235955056179775},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"î":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"m":{"docs":{},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"m":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"d":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.004545454545454545}},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"i":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"l":{"docs":{},"è":{"docs":{},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}}}}},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"g":{"docs":{},"a":{"docs":{},"g":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"ç":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"x":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"y":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"y":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.009433962264150943},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.025},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"i":{"docs":{},"l":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/":{"ref":"vector/","tf":0.25},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":10.021381578947368},"vector/style.html":{"ref":"vector/style.html","tf":3.343537414965986}},"s":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"m":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"e":{"docs":{},"j":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"e":{"docs":{},"c":{"docs":{},"í":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}},"s":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"ç":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.027777777777777776},"basics/map.html":{"ref":"basics/map.html","tf":0.02197802197802198},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.008450704225352112},"basics/resources.html":{"ref":"basics/resources.html","tf":0.017241379310344827},"layers/":{"ref":"layers/","tf":2.0555555555555554},"layers/wms.html":{"ref":"layers/wms.html","tf":0.014466546112115732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.019916142557651992},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.013108614232209739},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.01694915254237288},"controls/":{"ref":"controls/","tf":2.0454545454545454},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02120141342756184},"controls/modify.html":{"ref":"controls/modify.html","tf":0.012594458438287154},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"c":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},")":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"x":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"s":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"á":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"s":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"s":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}},"t":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"o":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"\"":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"d":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"mobile/":{"ref":"mobile/","tf":0.02},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},")":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"i":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"o":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}}}},"e":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"c":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"l":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"m":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"s":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"g":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"c":{"docs":{},"e":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}},"t":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"p":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}},"/":{"docs":{},"u":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"'":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"s":{"docs":{},"i":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"l":{"docs":{},"i":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"p":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"s":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"c":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"v":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.3678160919540225},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}}}}},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},":":{"2":{"1":{"7":{"8":{"1":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"3":{"2":{"7":{"2":{"1":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}},"t":{"docs":{},"i":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"v":{"docs":{},"t":{"docs":{},".":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.04225352112676056},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"!":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"f":{"docs":{},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748}},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"g":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"p":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"o":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"l":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.3584589614740366},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},"a":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"s":{"docs":{},"s":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"t":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.007556675062972292}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"ç":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"d":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013888888888888888},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"a":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},")":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"o":{"docs":{},")":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"l":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}},"s":{"docs":{},".":{"docs":{"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"q":{"docs":{},"u":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"e":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.503875968992248}}}}}},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"t":{"docs":{},"h":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}},"n":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":1.2562972292191437},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5064516129032257},"./":{"ref":"./","tf":0.00909090909090909},"layers/":{"ref":"layers/","tf":2.1379310344827585},"layers/wms.html":{"ref":"layers/wms.html","tf":5.009708737864078},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"d":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/formats.html":{"ref":"vector/formats.html","tf":2.518292682926829},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"vector/":{"ref":"vector/","tf":0.125},"vector/formats.html":{"ref":"vector/formats.html","tf":10.013793103448275},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},":":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"t":{"docs":{},"u":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"(":{"docs":{},"[":{"0":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"h":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"e":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01928374655647383},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/":{"ref":"vector/","tf":0.07272727272727272},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":5.065573770491803},"vector/draw.html":{"ref":"vector/draw.html","tf":3.385281385281385},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":5.0397727272727275},"vector/style.html":{"ref":"vector/style.html","tf":0.02702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.37310606060606},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.020527859237536656},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"s":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"'":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"z":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"e":{"docs":{},"d":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008797653958944282}}}}},"w":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.02702702702702703},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.016867469879518072},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"v":{"docs":{},"t":{"docs":{},")":{"docs":{},"{":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"l":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"e":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"u":{"docs":{},"x":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"i":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"y":{"docs":{},"?":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"á":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"3":{"0":{"0":{"0":{"docs":{},"/":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"docs":{}},"docs":{}},"docs":{}},"5":{"1":{"7":{"3":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"/":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},"/":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"/":{"docs":{},"#":{"docs":{},"!":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},"/":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}}}},"s":{"3":{"docs":{},".":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"'":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"l":{"docs":{},"p":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"a":{"docs":{},"d":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.024291497975708502}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834}},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"e":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"=":{"docs":{},"\"":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"5":{"1":{"7":{"3":{"docs":{},"\"":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"l":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"v":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"n":{"docs":{},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"r":{"docs":{},"d":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},")":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"n":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"s":{"docs":{},")":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"ó":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"g":{"docs":{},"h":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}}}},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"l":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"o":{"docs":{},"d":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.022727272727272728}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"i":{"5":{"8":{"6":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"docs":{}},"docs":{}},"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.007022471910112359},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"d":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"c":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"â":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"i":{"docs":{},"r":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"controls/":{"ref":"controls/","tf":2.0454545454545454},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.04918032786885246},"vector/draw.html":{"ref":"vector/draw.html","tf":0.06493506493506493},"vector/snap.html":{"ref":"vector/snap.html","tf":0.07042253521126761},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.3503787878787876}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"controls/":{"ref":"controls/","tf":3.424242424242424}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"ã":{"docs":{},"o":{"docs":{"controls/":{"ref":"controls/","tf":0.2727272727272727},"controls/select.html":{"ref":"controls/select.html","tf":5.010714285714286},"controls/draw.html":{"ref":"controls/draw.html","tf":5.016260162601626},"controls/modify.html":{"ref":"controls/modify.html","tf":5.002754820936639},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"t":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225}}}}}},"g":{"docs":{},"r":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}},"i":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"z":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"g":{"docs":{},"r":{"docs":{},"é":{"docs":{},"d":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"í":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},".":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"e":{"docs":{},"x":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},")":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"i":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}},"c":{"docs":{},"i":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"f":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"r":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}},"ç":{"docs":{},"õ":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}},"e":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"v":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},",":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}},",":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.3352165725047076},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"basics/":{"ref":"basics/","tf":0.013071895424836602},"cog/":{"ref":"cog/","tf":0.03361344537815126},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"i":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222}}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"m":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5021505376344084},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"s":{"docs":{},",":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}},"[":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.04477611940298507},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"vector/style.html":{"ref":"vector/style.html","tf":0.016216216216216217},"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02735562310030395},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.045454545454545456},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.02346041055718475},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.036231884057971016},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"s":{"docs":{},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"á":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},"s":{"docs":{},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"c":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668}},"(":{"docs":{},"{":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"é":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"e":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"l":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"i":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"o":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"!":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"r":{"docs":{},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"j":{"docs":{},"e":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"i":{"docs":{},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"n":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"r":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"l":{"2":{"docs":{},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}},"docs":{},"'":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"g":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"o":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/":{"ref":"controls/","tf":0.13636363636363635},"controls/select.html":{"ref":"controls/select.html","tf":2.5},"controls/draw.html":{"ref":"controls/draw.html","tf":2.5},"controls/modify.html":{"ref":"controls/modify.html","tf":2.5}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"ê":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"m":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"g":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"v":{"docs":{},"é":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839}}}}}}},"s":{"docs":{},"g":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.01984126984126984},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.028933092224231464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.027253668763102725},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.024344569288389514},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.02824858757062147},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030303030303030304},"controls/select.html":{"ref":"controls/select.html","tf":0.024691358024691357},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"vector/style.html":{"ref":"vector/style.html","tf":0.01834862385321101},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.010526315789473684}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},")":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/":{"ref":"basics/","tf":0.02287581699346405},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/style.html":{"ref":"vector/style.html","tf":0.01891891891891892},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":5.016129032258065},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.017595307917888565},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563}}}}}},"r":{"docs":{},"g":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"d":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.07142857142857142},"basics/":{"ref":"basics/","tf":5.090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.04395604395604396},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.01971830985915493},"basics/resources.html":{"ref":"basics/resources.html","tf":0.04187192118226601},"layers/":{"ref":"layers/","tf":4.111111111111111},"layers/wms.html":{"ref":"layers/wms.html","tf":0.02531645569620253},"layers/cached.html":{"ref":"layers/cached.html","tf":0.03878406708595388},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.03745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.026365348399246705},"controls/":{"ref":"controls/","tf":4.136363636363637},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.0303030303030303},"controls/select.html":{"ref":"controls/select.html","tf":0.033950617283950615},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02518891687657431},"vector/":{"ref":"vector/","tf":2.142857142857143},"vector/formats.html":{"ref":"vector/formats.html","tf":2.591463414634146},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0351123595505618},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/":{"ref":"custom-builds/","tf":3.458333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.04722222222222222},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.02456140350877193}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"t":{"docs":{},"'":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}},"f":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"g":{"docs":{},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}}}},"s":{"docs":{},"s":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"data-tiles/":{"ref":"data-tiles/","tf":0.057692307692307696},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.3534482758620685}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},")":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/":{"ref":"vector/","tf":2.0714285714285716}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"e":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}},"e":{"docs":{},"u":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"n":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"'":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"a":{"docs":{},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"h":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.014925373134328358}},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"a":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"x":{"docs":{},"o":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02735562310030395},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},")":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},"k":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":3.3387387387387384},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.020242914979757085},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.51056338028169},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"p":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}},"a":{"docs":{},"d":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"w":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"n":{"docs":{},"g":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"é":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{},"i":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"s":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"m":{"2":{"docs":{},".":{"5":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}},"docs":{}}},"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},".":{"docs":{},"j":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},")":{"docs":{},":":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"p":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"./":{"ref":"./","tf":0.030303030303030304},"basics/":{"ref":"basics/","tf":0.0392156862745098},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.029850746268656716},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.03164556962025317},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/":{"ref":"mobile/","tf":3.373333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":5.032786885245901},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":5.0055555555555555},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.02112676056338028},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":5.0146627565982405},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.013015184381778741},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":5.028985507246377},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"e":{"docs":{},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"[":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.18181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":3.370833333333333},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.5240549828178693},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"!":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},")":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vectortile/":{"ref":"vectortile/","tf":2.603448275862069},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.06690140845070422}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}},"'":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"s":{"docs":{},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"u":{"docs":{},"t":{"docs":{},"n":{"docs":{},"i":{"docs":{},"k":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},":":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}},"n":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"è":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}},"e":{"docs":{},"i":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"t":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"a":{"docs":{},"g":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}},"î":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"r":{"docs":{},"g":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"c":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"k":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/":{"ref":"vector/","tf":0.05454545454545454},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":3.3441441441441437},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.5035211267605635},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"t":{"docs":{},"h":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":5.0055401662049865},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"(":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}},"s":{"docs":{},"s":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.030303030303030304},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/":{"ref":"vector/","tf":0.03636363636363636},"mobile/":{"ref":"mobile/","tf":0.02},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"i":{"docs":{},"f":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/modify.html":{"ref":"controls/modify.html","tf":2.5125944584382873}},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/modify.html":{"ref":"controls/modify.html","tf":5.008264462809917},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/modify.html":{"ref":"vector/modify.html","tf":5.114754098360656},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"r":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}},"á":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"q":{"docs":{},"u":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"(":{"docs":{},"{":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"d":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"a":{"docs":{},"ï":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}}}},"v":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"mobile/":{"ref":"mobile/","tf":3.373333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":5.043715846994536},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"r":{"docs":{},"e":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"f":{"docs":{},"i":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"o":{"docs":{},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},")":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"s":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}},"é":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"a":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"t":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.01466275659824047},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.026030368763557483}},"e":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},".":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}},"n":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"a":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"e":{"docs":{},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"n":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"t":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"ó":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"p":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"i":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"c":{"docs":{},"h":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"á":{"docs":{},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"í":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"v":{"docs":{},"t":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"n":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.02676056338028169},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}},"x":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.016901408450704224},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"e":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"i":{"docs":{},"c":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"f":{"docs":{},"i":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"m":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}},"i":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"e":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"n":{"docs":{},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"p":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"x":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}},"m":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},"s":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.008450704225352112},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"w":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.025},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.015533980582524271},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008816120906801008},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.022727272727272728},"layers/vector.html":{"ref":"layers/vector.html","tf":0.035398230088495575},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.05161290322580645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.05714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.04878048780487805},"controls/modify.html":{"ref":"controls/modify.html","tf":0.06336088154269973},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.03125},"vector/style.html":{"ref":"vector/style.html","tf":0.024324324324324326},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.04059040590405904},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.03482587064676617},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0379746835443038},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":3.398268398268398},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.0273224043715847},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.02346041055718475},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.028985507246376812},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"n":{"docs":{},"h":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"l":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"x":{"docs":{},"t":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"a":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"'":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"é":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"c":{"docs":{},"e":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":3.336036036036036},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"!":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}}}}}},"a":{"docs":{},"n":{"docs":{},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.00859106529209622},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"ó":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.015463917525773196},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"ú":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"u":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"e":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"'":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.027700831024930747},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"w":{"docs":{},"i":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.03636363636363636},"basics/":{"ref":"basics/","tf":5.181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":0.0375},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.558419243986254},"basics/resources.html":{"ref":"basics/resources.html","tf":0.027692307692307693},"layers/wms.html":{"ref":"layers/wms.html","tf":0.021359223300970873},"layers/cached.html":{"ref":"layers/cached.html","tf":0.028967254408060455},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.022727272727272728},"layers/vector.html":{"ref":"layers/vector.html","tf":0.033185840707964605},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.025806451612903226},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.060240963855421686},"controls/select.html":{"ref":"controls/select.html","tf":0.02142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.024793388429752067},"vector/formats.html":{"ref":"vector/formats.html","tf":0.06206896551724138},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.029801324503311258},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.02214022140221402}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.03636363636363636},"basics/":{"ref":"basics/","tf":0.00980392156862745},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01639344262295082},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"s":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}},"m":{"docs":{"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"é":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"a":{"docs":{},"c":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"ç":{"docs":{},"õ":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"(":{"docs":{},"{":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"(":{"docs":{},"{":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"(":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"j":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"{":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},".":{"docs":{},"*":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"(":{"docs":{},"[":{"1":{"2":{"6":{"docs":{},".":{"9":{"7":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"2":{"1":{"7":{"8":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.011019283746556474}},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"y":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"s":{"docs":{},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}},"d":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"v":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style.html":{"ref":"vector/style.html","tf":0.012232415902140673}}}}}},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"r":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.022670025188916875},"vector/formats.html":{"ref":"vector/formats.html","tf":0.036585365853658534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"i":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"o":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"r":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"a":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"e":{"docs":{},"m":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"cog/":{"ref":"cog/","tf":0.01680672268907563}},".":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"f":{"docs":{},"f":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"g":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}},"p":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"basics/":{"ref":"basics/","tf":0.006535947712418301},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"a":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.02577319587628866},"basics/resources.html":{"ref":"basics/resources.html","tf":0.03076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.017475728155339806},"layers/cached.html":{"ref":"layers/cached.html","tf":0.022670025188916875},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.017699115044247787},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02710843373493976},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434}}}}},"e":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"i":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"b":{"docs":{},"é":{"docs":{},"n":{"docs":{},"s":{"docs":{},"!":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"mobile/":{"ref":"mobile/","tf":0.02}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"a":{"docs":{},"g":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"s":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008797653958944282},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}},"â":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"s":{"docs":{},"s":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"e":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"s":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"d":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"r":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/style.html":{"ref":"vector/style.html","tf":5},"custom-builds/":{"ref":"custom-builds/","tf":3.583333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013888888888888888},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":2.517543859649123}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/":{"ref":"custom-builds/","tf":5.333333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.348093480934809}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/":{"ref":"vector/","tf":0.125},"vector/style.html":{"ref":"vector/style.html","tf":3.333333333333333}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"a":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"i":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"./":{"ref":"./","tf":0.006060606060606061},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"]":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}}}}}}},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"l":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"a":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"l":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}}}}}},"ç":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.031746031746031744},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018309859154929577},"basics/resources.html":{"ref":"basics/resources.html","tf":0.024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.018083182640144666},"layers/cached.html":{"ref":"layers/cached.html","tf":0.018867924528301886},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.013108614232209739},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02564102564102564},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.015113350125944584},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.010526315789473684}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"c":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/":{"ref":"webgl/","tf":3.411764705882353},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008797653958944282},"webgl/points.html":{"ref":"webgl/points.html","tf":5.028938906752412},"webgl/animated.html":{"ref":"webgl/animated.html","tf":5.002169197396963},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},"'":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"u":{"docs":{},"i":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"m":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}}}},"i":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"y":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"]":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"u":{"docs":{},"l":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"a":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"í":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.011650485436893204},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"í":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"i":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.007556675062972292},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"r":{"docs":{},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.507751937984496}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"t":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.2545454545454546}},"s":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"y":{"docs":{},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"4":{"8":{"5":{"8":{"6":{"9":{"docs":{},".":{"5":{"7":{"2":{"8":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},":":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"l":{"docs":{},"è":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"v":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}}},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}}}}}},"é":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"c":{"docs":{},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"s":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"ê":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"r":{"docs":{},"v":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"t":{"docs":{},"i":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"i":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"e":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"o":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"ó":{"docs":{},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"é":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}},"l":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"e":{"docs":{},"c":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"n":{"docs":{},"g":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"á":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.020618556701030927},"basics/resources.html":{"ref":"basics/resources.html","tf":0.024615384615384615},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01327433628318584},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.012903225806451613},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.018092105263157895},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.033112582781456956},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"'":{"docs":{},"u":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.009363295880149813},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01544943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"s":{"docs":{},"s":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"t":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"'":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"u":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"e":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"r":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"e":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}},"è":{"docs":{},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146}},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"é":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":3.335796387520525}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"v":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},"á":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"d":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{},"i":{"docs":{},"ç":{"docs":{},"õ":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},".":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"m":{"docs":{},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}},"ã":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"n":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.013182674199623353},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":5.024875621890548},"vector/style.html":{"ref":"vector/style.html","tf":0.016216216216216217},"cog/":{"ref":"cog/","tf":5.033613445378151},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":3.4313725490196076},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.0469208211143695},"webgl/points.html":{"ref":"webgl/points.html","tf":5.028938906752412},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/":{"ref":"data-tiles/","tf":0.07692307692307693},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.3678160919540225},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.350574712643678}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},"ã":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"m":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"r":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":5.003076923076923}}}}}},"e":{"docs":{},"b":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"i":{"docs":{},"v":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"n":{"docs":{},"t":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"t":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"i":{"docs":{},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"e":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"e":{"docs":{},"s":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"m":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"i":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861}}}},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"á":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"ê":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}},"e":{"docs":{},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"á":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"r":{"docs":{},"s":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"e":{"docs":{},")":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.04522613065326633},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"l":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"d":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"c":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.014492753623188406},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}},"u":{"docs":{},"c":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}},"u":{"docs":{},"s":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"!":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"u":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},"s":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"'":{"docs":{},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"n":{"docs":{},"g":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}},"m":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"[":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"i":{"docs":{},"o":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"s":{"docs":{},"e":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"a":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"e":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}},"l":{"docs":{},"l":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.047619047619047616}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}},"l":{"docs":{},"e":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"ó":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}}}}},"á":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"g":{"docs":{},"b":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"a":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"(":{"2":{"5":{"5":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"docs":{}},"docs":{}},"docs":{}}},"/":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"y":{"docs":{},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"=":{"docs":{},"'":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"s":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}}}}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"t":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/":{"ref":"mobile/","tf":3.333333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"i":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124}},"e":{"docs":{},"\"":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"ç":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"l":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"u":{"docs":{},"r":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388}}}}},"u":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.508591065292096},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":5},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":5.007246376811594}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/select.html":{"ref":"controls/select.html","tf":5.003571428571429},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"d":{"docs":{},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"g":{"docs":{},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"d":{"docs":{},"a":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"i":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"õ":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"n":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"a":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.07692307692307693},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.3563218390804597}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},"õ":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/":{"ref":"layers/","tf":2.2222222222222223},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":5.0041928721174},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.338983050847457},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.02512562814070352},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"cog/":{"ref":"cog/","tf":0.01680672268907563}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338}}}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.012903225806451613},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.012195121951219513},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"[":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/":{"ref":"vector/","tf":3.458333333333333},"vector/formats.html":{"ref":"vector/formats.html","tf":0.020689655172413793}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}},"t":{"docs":{},"h":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"p":{"docs":{},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056}}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}}}}}},"n":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},")":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"i":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"a":{"docs":{},"l":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"a":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.024242424242424242},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}},")":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"e":{"docs":{},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}},"c":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},"k":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"y":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.01267605633802817},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/":{"ref":"vector/","tf":0.14285714285714285},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/":{"ref":"vectortile/","tf":2.603448275862069},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.05985915492957746},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.01929260450160772},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.013015184381778741},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"}":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},")":{"docs":{},";":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109}},".":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"'":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"z":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"'":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},";":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}},"d":{"docs":{},".":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"a":{"docs":{},"g":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"a":{"docs":{},"t":{"docs":{},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"y":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"}":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"p":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"e":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},"s":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"l":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"p":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"1":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112}}}},"2":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/":{"ref":"vector/","tf":2.0714285714285716}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011235955056179775},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/formats.html":{"ref":"vector/formats.html","tf":2.5},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"h":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"r":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},"s":{"docs":{},"i":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"m":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.015060240963855422},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"v":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"n":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"a":{"docs":{},"u":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"l":{"docs":{},"v":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"b":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"m":{"docs":{},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"k":{"docs":{},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":5.015060240963855}},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}},"p":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/":{"ref":"mobile/","tf":0.02},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"f":{"docs":{},"i":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":5.004347826086956}}}}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"t":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"g":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}}},"g":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577}}}}}}},"z":{"docs":{},"e":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524}}}},"e":{"docs":{},"m":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875}}}}}}}}}}}},"é":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/select.html":{"ref":"controls/select.html","tf":2.503086419753086}},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"é":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}},"s":{"docs":{},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}}}}}}},"'":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/snap.html":{"ref":"vector/snap.html","tf":10.098591549295774}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"(":{"docs":{},"{":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}},"i":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"r":{"docs":{},"t":{"docs":{},"p":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}},"í":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"mobile/":{"ref":"mobile/","tf":0.04},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"n":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"e":{"docs":{},"r":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"r":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},"o":{"docs":{},"w":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"r":{"docs":{},"c":{"docs":{},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"v":{"docs":{},"g":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/":{"ref":"basics/","tf":0.006535947712418301}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"b":{"docs":{},"é":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"k":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"d":{"docs":{},"a":{"docs":{},"!":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"l":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}}}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388}},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"i":{"docs":{},"n":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"s":{"docs":{},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"p":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"o":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"l":{"docs":{},"l":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"y":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.02287581699346405},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":2.5689655172413794},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.04435483870967742},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/":{"ref":"data-tiles/","tf":5.038461538461538},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.04597701149425287},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}},"d":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"./":{"ref":"./","tf":0.006060606060606061},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"e":{"docs":{},"t":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},":":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"t":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}},"p":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"m":{"docs":{},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"f":{"docs":{},"f":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"u":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"p":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"q":{"docs":{},"u":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"u":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3405797101449273},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},"}":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},")":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"l":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"c":{"docs":{},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}},"ç":{"docs":{},"õ":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}},"d":{"docs":{},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"è":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"ê":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}},"h":{"docs":{},"è":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.5035211267605635},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"k":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"s":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},",":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"e":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"'":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},":":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}},"m":{"docs":{},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}}}}},"s":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}},"s":{"docs":{},".":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},"o":{"docs":{},"f":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014}},"!":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}},"?":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"c":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"p":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043}},"y":{"docs":{},".":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"m":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}},"w":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"n":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.5232558139534884}},"é":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/cached.html":{"ref":"layers/cached.html","tf":5.00314465408805},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}}}},"ó":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/":{"ref":"vector/","tf":3.458333333333333}}}}}}},"í":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"w":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03571428571428571},"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.3827838827838823},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.028169014084507043},"basics/resources.html":{"ref":"basics/resources.html","tf":0.019704433497536946},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0433996383363472},"layers/cached.html":{"ref":"layers/cached.html","tf":0.02620545073375262},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.023255813953488372},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0299625468164794},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.026365348399246705},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.037296037296037296},"controls/select.html":{"ref":"controls/select.html","tf":0.024691358024691357},"controls/draw.html":{"ref":"controls/draw.html","tf":0.038869257950530034},"controls/modify.html":{"ref":"controls/modify.html","tf":0.027707808564231738},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.05337078651685393},"vector/style.html":{"ref":"vector/style.html","tf":0.024464831804281346},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.027777777777777776},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},"e":{"docs":{},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"t":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"v":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":3.335796387520525},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"s":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"á":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}},"y":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"m":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}},"r":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"i":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.020242914979757085},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902},"webgl/":{"ref":"webgl/","tf":0.0784313725490196},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/points.html":{"ref":"webgl/points.html","tf":0.022508038585209004},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.01735357917570499},"deploying/":{"ref":"deploying/","tf":0.02857142857142857},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.021739130434782608},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"i":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"u":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"a":{"docs":{},"l":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"á":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"g":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"e":{"docs":{},"r":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"'":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"m":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.370833333333333},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030120481927710843},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.03453947368421053},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"a":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.015463917525773196},"layers/wms.html":{"ref":"layers/wms.html","tf":0.02912621359223301},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.02727272727272727},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01991150442477876},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.02857142857142857},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.013774104683195593},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}},"p":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"v":{"2":{"0":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},"docs":{}},"9":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.02040816326530612},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"s":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"u":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.028735632183908046}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}},"i":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"layers/":{"ref":"layers/","tf":0.1111111111111111},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":5.01310861423221},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.3483992467043313},"controls/select.html":{"ref":"controls/select.html","tf":0.018518518518518517},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":2.0714285714285716},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.024242424242424242},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/":{"ref":"vector/","tf":5.036363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"vectortile/":{"ref":"vectortile/","tf":2.5689655172413794},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.03225806451612903},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.02112676056338028},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.01466275659824047},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},")":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},"}":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"vectortile/":{"ref":"vectortile/","tf":0.06896551724137931},"vectortile/map.html":{"ref":"vectortile/map.html","tf":5.012096774193548},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.3390151515151514}},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}},"f":{"docs":{},"i":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"q":{"docs":{},"u":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}},"e":{"docs":{},"x":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/":{"ref":"vector/","tf":3.458333333333333}},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.008849557522123894},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.012195121951219513},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"i":{"docs":{"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/vector.html":{"ref":"layers/vector.html","tf":5.004424778761062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5064516129032257},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"j":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"m":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.02512562814070352},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"u":{"docs":{"./":{"ref":"./","tf":0.027777777777777776},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.027093596059113302},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.009433962264150943},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011235955056179775},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.016317016317016316},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009831460674157303},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016666666666666666},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}}}},"t":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3389671361502344},"layers/wms.html":{"ref":"layers/wms.html","tf":0.012658227848101266},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.016853932584269662},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.009416195856873822},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02097902097902098},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.01834862385321101},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"c":{"docs":{},"i":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"d":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"c":{"docs":{},"ê":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012307692307692308},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01327433628318584},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016556291390728478},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"u":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"e":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":5.030434782608696},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"}":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}},"a":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"./":{"ref":"./","tf":0.006060606060606061},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":5.036144578313253},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.351432880844645}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"s":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"o":{"docs":{},"u":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}}}},"t":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"t":{"docs":{},"e":{"docs":{"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"ç":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/":{"ref":"webgl/","tf":3.3725490196078427},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008797653958944282},"webgl/points.html":{"ref":"webgl/points.html","tf":0.01929260450160772},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"./":{"ref":"./","tf":0.006060606060606061},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}},"l":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.024875621890547265},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.03409090909090909},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/":{"ref":"webgl/","tf":0.058823529411764705},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/":{"ref":"data-tiles/","tf":0.057692307692307696},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"r":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"v":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/":{"ref":"vector/","tf":0.05454545454545454},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.06060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},".":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},":":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"l":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"s":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"m":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/wms.html":{"ref":"layers/wms.html","tf":5.0077669902912625},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}},"y":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"l":{"docs":{},"k":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"v":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}}}}}}}},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"i":{"docs":{},"p":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"n":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"à":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.014466546112115732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.023310023310023312},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.007022471910112359},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"é":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.013745704467353952},"basics/resources.html":{"ref":"basics/resources.html","tf":0.021538461538461538},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.034482758620689655},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.026490066225165563}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"v":{"docs":{},"é":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875}}}}}},"#":{"0":{"4":{"0":{"4":{"1":{"docs":{},"b":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},"'":{"1":{"2":{"docs":{},"p":{"docs":{},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"docs":{}},"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"2":{"1":{"7":{"8":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"3":{"2":{"7":{"2":{"1":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"8":{"5":{"7":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"docs":{}},"docs":{}},"docs":{}},"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"a":{"docs":{},"h":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"g":{"docs":{},"w":{"docs":{},"c":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"m":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"/":{"docs":{},"'":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"y":{"docs":{},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"=":{"docs":{},"'":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"'":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},":":{"docs":{},"b":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}}}},"v":{"docs":{},"y":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"e":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"1":{"docs":{},"_":{"docs":{},"h":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"c":{"docs":{},"_":{"docs":{},"s":{"docs":{},"r":{"docs":{},"_":{"docs":{},"w":{"docs":{},"_":{"docs":{},"d":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}}}}}}}}}}}}}}}},"docs":{},"_":{"1":{"0":{"docs":{},"m":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"@":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},"%":{"3":{"docs":{},"a":{"9":{"0":{"0":{"9":{"1":{"3":{"docs":{},"@":{"docs":{},"p":{"docs":{},"b":{"docs":{},"f":{"docs":{},"/":{"docs":{},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}},"docs":{}},"docs":{}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"w":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"'":{"docs":{},";":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}},"m":{"docs":{},"v":{"docs":{},"t":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}},"w":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}}}}},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}}}},"'":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}}},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"g":{"docs":{},"b":{"docs":{},"a":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"2":{"5":{"5":{"docs":{},",":{"2":{"5":{"5":{"docs":{},",":{"2":{"5":{"5":{"docs":{},",":{"0":{"docs":{},".":{"5":{"docs":{},")":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"8":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"docs":{}},"docs":{}},"docs":{}},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"7":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"#":{"0":{"0":{"0":{"0":{"0":{"0":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"docs":{}},"docs":{},"f":{"docs":{},"f":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"docs":{}},"docs":{}},"docs":{},"f":{"docs":{},"f":{"0":{"0":{"0":{"0":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"docs":{}},"docs":{}},"docs":{}},"9":{"9":{"0":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"c":{"docs":{},"c":{"0":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"docs":{}},"docs":{}}},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}},"b":{"0":{"3":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"4":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"8":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"docs":{}},"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"'":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}},"◎":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"k":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}}}},"+":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"&":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"y":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}},"=":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.008849557522123894},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/download.html":{"ref":"vector/download.html","tf":0.03409090909090909},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0243161094224924},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0221606648199446},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.027777777777777776},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.024096385542168676},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.04072398190045249},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.028199566160520606},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}},"=":{"docs":{},"=":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},">":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"[":{"0":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}},"2":{"5":{"5":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},"docs":{}},"docs":{}},"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.025830258302583026},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"]":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}}}}}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"+":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"b":{"0":{"3":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"4":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"8":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"docs":{}},"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.01927710843373494},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}}},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},"i":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"0":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{}}}}}}}}}}},"]":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.025830258302583026},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}},")":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"g":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.022670025188916875},"vector/formats.html":{"ref":"vector/formats.html","tf":0.024390243902439025},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"s":{"docs":{},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}},"e":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":5.024875621890548},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"{":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"á":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"y":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"cog/":{"ref":"cog/","tf":5.050420168067227},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3478260869565215},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.021739130434782608},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"(":{"docs":{},"{":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":10.009118541033434}}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"e":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"m":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"d":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"t":{"docs":{},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"b":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195}}}},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"s":{"docs":{},"s":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"w":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},")":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"a":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"û":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"ç":{"docs":{},"u":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818}}}},"o":{"docs":{},"d":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0121580547112462}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"y":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}}},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.022727272727272728},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02127659574468085},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.02834008097165992},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.024096385542168676},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.027149321266968326},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}},"}":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"}":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"}":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}}}}}},"x":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"y":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"z":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"y":{"docs":{},"}":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"}":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}},"}":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01107011070110701},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01991150442477876},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.02795698924731183},"controls/select.html":{"ref":"controls/select.html","tf":0.03571428571428571},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.023809523809523808},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.016260162601626018},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.013157894736842105},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008797653958944282},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.014925373134328358},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011730205278592375},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.021739130434782608},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"(":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},";":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"]":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},")":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"\"":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"\"":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"\"":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"1":{"0":{"7":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}},"l":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"4":{"docs":{},"j":{"docs":{},"s":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}},"docs":{}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"\"":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}}},"*":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"y":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"/":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"r":{"docs":{},"i":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"4":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"docs":{}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"u":{"docs":{},"m":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"l":{"docs":{},"/":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"(":{"2":{"5":{"6":{"docs":{},"p":{"docs":{},"x":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"docs":{}},"docs":{}},"5":{"1":{"2":{"docs":{},"p":{"docs":{},"x":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"docs":{}},"docs":{}},"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},")":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"c":{"docs":{},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"e":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"g":{"docs":{},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.337858220211161}}}}}}}}}}},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"w":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"w":{"docs":{},"i":{"docs":{},")":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"i":{"docs":{},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"l":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}}}}},"s":{"docs":{},"m":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"g":{"docs":{},"c":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"u":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"v":{"docs":{},"o":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"e":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"3":{"8":{"5":{"7":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}},"docs":{}},"docs":{}},"docs":{}},"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301}}}}}},"l":{"2":{"docs":{},"a":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"e":{"docs":{},"t":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"a":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"a":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"d":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},")":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}},"o":{"docs":{},"w":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{},"v":{"docs":{},"/":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}}},"e":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"x":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"l":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"e":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"u":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}},"m":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"b":{"0":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"3":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"4":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"8":{"docs":{},")":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"docs":{}},"docs":{},"a":{"docs":{},"s":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"j":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}}}}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"z":{"docs":{},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406}},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},"!":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}},"μ":{"docs":{},"m":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"{":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"(":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},".":{"5":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"o":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}}}}}},".":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"]":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}}},"]":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"/":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"y":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}},"v":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"b":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.019522776572668113}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"e":{"docs":{},"l":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"/":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"/":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}},"x":{"6":{"4":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"docs":{}},"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"y":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}},"(":{"docs":{},"{":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"m":{"docs":{},"l":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"e":{"docs":{},"p":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"m":{"docs":{},"l":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668}},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"?":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"`":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"`":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"`":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"`":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}},"$":{"docs":{},"{":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"}":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"`":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"ú":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"t":{"docs":{},"e":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":5}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602}}}}}}},"í":{"docs":{},"n":{"docs":{},"v":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"á":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}}}},"$":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"{":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002932551319648094},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"—":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"+":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"*":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}}},"&":{"docs":{},"&":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"–":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"!":{"docs":{},"=":{"docs":{},"=":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"|":{"docs":{},"|":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005865102639296188}}}},"%":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"length":12426},"corpusTokens":["!==","\"*\"","\"a","\"advanced\",","\"analyzerchecks\",","\"api\",","\"base\".","\"block\".","\"clear\"","\"compilation_level\":","\"compile\":","\"coordinates\":","\"corrigez\"","\"de","\"define\":","\"download\"","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/cartodb.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"feature\",","\"geo\"","\"geometry\":","\"goog.debug=false\",","\"goog.dom.assume_standards_mode=true\",","\"id\":","\"inline\"","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"listener\"","\"manage_closure_dependencies\":","\"map\"","\"meilleur\",","\"n","\"name\"","\"node_modules/ol/ol.css\";","\"observable\"","\"ol.enable_dom=false\",","\"ol.enable_image=false\"","\"ol.enable_proj4js=false\"","\"ol.enable_proj4js=false\",","\"ol.enable_webgl=false\",","\"ol.format.kml\",","\"ol.layer.tile\",","\"ol.layer.vector\",","\"ol.map\",","\"ol.proj.fromlonlat\",","\"ol.source.osm\"","\"ol.source.osm\",","\"ol.source.vector\",","\"ol.style.fill\",","\"ol.style.stroke\",","\"ol.style.style\",","\"ol.style.text\"","\"ol.view\",","\"openlayers.feature.vector_107\",","\"parser\"","\"parsing\"","\"point\",","\"properties\":","\"snapshots\"","\"someclass\"","\"type\":","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"valid","\"verbose\",","\"warning_level\":","\"web","#04041b;","#control","#map","#slider","#tool","#year","$","${error.message}`);","%","&&","'","'#000'","'#000000'","'#0000ff'","'#ff0000'","'#ff9900',","'#ffcc00',","'#fff',","'©","''","'';","'*',","'+',","',","'./data/countries.json',","'./data/loc","'/data/layers/7day","'/data/layers/buildings.kml',","'12px","'anonymous',","'b03'],","'b04',","'b08'],","'black'","'black',","'blackbody',","'blue'","'bueno","'build'","'buildings'","'buildings',","'cape","'case',","'circl","'colormap';","'currentyear'],","'currentyear']],","'data:application/json;charset=utf","'earthquakes'","'earthquakes',","'epsg:21781',","'epsg:32721';","'epsg:3857'});","'epsg:4326',","'fals","'flat","'function'","'global","'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/'","'https://ahocevar.com/geoserver/wms',","'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key='","'https://api.maptiler.com/tiles/terrain","'https://sentinel","'https://tiles.openfreemap.org/styles/bright');","'https://tiles.openfreemap.org/styles/bright',","'interpolate',","'kompas';","'map","'map'","'map',","'mapbox://styles/mapbox/bright","'mass']","'mass'],","'minneapolis',","'nasa:bluemarble'","'nasa:bluemarble',","'navy'}),","'ndvi',","'ndwi',","'ne:ne1_hr_lc_sr_w_dr',","'ne:ne1_hr_lc_sr_w_dr'.","'ne:ne_10m_admin_0_countries@epsg%3a900913@pbf/{z}/{x}/{","'ol","'ol';","'ol/control/control';","'ol/extent.js';","'ol/feature';","'ol/format/geojson';","'ol/format/mvt';","'ol/geom/point';","'ol/geom/polygon';","'ol/interaction/draganddrop';","'ol/interaction/draw';","'ol/interaction/link';","'ol/interaction/modify';","'ol/interaction/snap';","'ol/layer/tile';","'ol/layer/vector';","'ol/layer/vectortile';","'ol/layer/webgltile.js';","'ol/layer/webglvector';","'ol/map';","'ol/map.js';","'ol/proj';","'ol/proj.js';","'ol/source';","'ol/source/geotiff.js';","'ol/source/osm';","'ol/source/vector';","'ol/source/vectortile';","'ol/source/xyz.js';","'ol/sphere';","'ol/style';","'ol/view';","'ol/view.js';","'olive',","'olive'}),","'openlay","'papaparse';","'point'","'polygon',","'red'","'red',","'rgba'});","'rgba(0,","'rgba(255,","'rgba(255,255,255,0.5)'","'rgba(255,255,255,0.8)',","'road',","'singleclick'","'someclass')","'someclass':","'stamen_toner',","'true","'white',","'white'})","'year'],","'your","'◎';","(","(!source.isempty())","('epsg:3857').","('epsg:4326')","('ondeviceorientationabsolute'","((r","()","().","(256px)","(512px)","(a","(at","(b02","(b03)","(b04)","(b08)","(baseado","(basé","(blue).","(brownish)","(c'est","(ce","(center)","(chamado","(ci","(cible)","(cog)","(cole","(collez","(continued)","(dan","(date.now()","(draw","(e.g.","(earth","(elaps","(en","(error)","(esta","(et","(event)","(ex.","(extent):","(feature)","(feature,","(feature.get('class')","(feature.get('shape_area')","(format)","(from","(function()","(geojson","(green","(green)","(heading)","(html)","(http://earthquake.usgs.gov/earthquakes/catalogs/).","(i.e.","(in","(information)","(informação)","(jre),","(jvm).","(l2a)","(la","(layers)","(let","(like","(longitud","(m)","(max","(maxresolution)","(ndvi)","(ndwi).","(nest","(newbase)","(nir","(nir)","(non","(not","(note","(não","(o","(ogc","(ol","(ol.collection)","(ol.source.tilewm","(open","(openstreetmap)","(or","(osm)","(ou","(par","(pixel)","(pos)","(projection),","(rate","(read","(red),","(red,","(remarquez","(reverse)","(row)","(scaleline)","(see","(sentinel","(seu","(size,","(sources),","(step","(são","(these","(tilelayer)","(tiles)","(title)","(um","(un","(usando","(ver:","(veri","(view,","(votr","(web","(whose","(with","(wms)","(wms).","(zoom).","({","(é","(μm)",")","),","):",");","*","+","+,",",",".","...","...]","...arguments].","...getcolorstops('earth',","...getcolorstops('viridis',","...other","./ngrok",".5em;",".catch(funct",".locat",".ol",".on('heading',",".scale",".someclass",".then(startcompass)",".watch()","/","//","0","0).","0,","0.1","0.1)","0.2)',","0.2,","0.4","0.433","0.460","0.5","0.5)',","0.5,","0.560","0.5rem;","0.6","0.6,","0.665","0.703125","0.705","0.740","0.75],","0.783","0.842","0.945","0;","0]),","0],","0px","0px;","1","1));","1),","1);","1,","1.375","1.5","1.610","10","10,","100%;","10000","10000,","100000","1000;","104.98,","104.98,39.76","10;","11,","122.79264450073244,","14,","153,","16","18,","180)","1850","1850;","1]","1],","1];","1]],","1]]],","1e8;","1em;","1px","1px;","1rem;","1})","2","2)","2);","2,","2.190","2.amazonaws.com/sentinel","20","20,","20000],","2015.","2015;","2021:","20px;","21s).","255","255)","255,","256","256,","256px;","256x256","26.","299941.7864]);","2],","2];","2]],","2]]],","2a","2d","2d.","2e13;","2em;","2})","3","3,","34.32183],","34.6037]),","35.32718,","350px;","37.56]),","39.76]","3]],","3rd","4","4,","42.30975194250527]),","45,000","4]","4],","4px","5","5,","500,","5000,","50;","512","512,","512px;","5173","57.98062,","58.3816,","59.19991,","5px;","6,","60","6em;","7,","76443.1884,","8","8,'","837076.5648,","84","8u60","8u92","9","9]","9],",":","=","===","=>","?","@import","[","['","['*',","['+',","['/',","['b03',","['b04',","['b08',","['band',","['between',","['clamp',","['color',","['get',","['linear'],","['tci'],","['var',","[0,","[255,","[],","[geojson],","[layer],","[new","[operator,","[pos.coords.longitude,","[stopvalue0,","]","]),","]);","],","];","`${base}/${id}.tif`,","`control`","`field`","`key`","`map`","`style`","`tiled`","aachen,21,1880,50.775000,6.083330","aba","abaixo","abaixo).","abaixo.","abaixo:","abordado","abov","above,","above:","abra","absolu","absolute;","acab","acaba","accept","accepton","access","accesstoken:","accompani","accompli","accomplir","accord","account","account,","accuraci","accuracy,","accuracy.","accuracy.transform('epsg:4326',","aceita","aceitamo","acessa","ach","acharão","achiev","acima","acima,","acima.","acontecendo.","acordo","act","actif,","action,","active,","actual","actuellement,","ad","add","added.","addit","addition,","additionnel","additionnelles:","adicion","adiciona","adicionado","adicionai","adicionais:","adicionam","adicionamo","adicionando","adicionar","adicionaremo","adjacent.","adjust","admetton","advantag","aerosol","affich","affichez","affiché","affichée.","afin","against","agora","agre","aient","ailleurs,","ainda","ainsi","ainsi,","air","aires',","ait","ajout","ajoutez","ajouton","ajouté","alert","alert('no","alert(`error:","algum","alguma","align","align:","allez","allon","allow","alor","alpha","alreadi","already,","already.","also,","alt+click.","altament","alter","alterada","alteram","alterando","alteração","alteraçõ","altere:","altern","alternativa","alternatively,","although","altura","além","amazon","ambient","ambo","amélior","ancestor","anchor","anim","animation,","animé","animée,","anmiat","anoth","ant","antender.","anterior","anterior,","anterior.","anteriores,","anteriorment","anteriormente:","antes!","antes,","ao","aparté","apesar","api","api,","api.","api:","apis.","aplica","aplicados.","aplicação","aplicação,","aplicação.","aplicaçõ","apont","aponta","app","appear","appel","appelé","appli","applic","application)","application).","application,","application:","applications,","applications.","appliqu","appliqués.","apply('map","apply()","apply.","apprendr","apprenon","approch","appropri","approprié","aprend","aprenda","aprenderemo","aprendida","apresenta","apresentado","aprofundamento","apropriada","aprè","apó","aquela","aqui","aqui.","arbitrário","archiv","are.","area","area.","areas.","argument","argument.","argumento","argumento.","arguments.","armazenada","around","arquivo","arranjo","arrast","array","array(step","array).","array,","array:","arrow","artifact","ask","asset","assign","assignez","assignon","assim,","assim:","assimil","assum","assumem","assument","assur","assurez","assuron","at.","at:","atalho","atingir","atividad","atla","atravé","atribui","atribuir","atribuição","atribuição,","atribuição.","atributo","atributo,","atribuímo","attempt","attribut","attribut,","attribute:","attributionoptions:","attributions,","attributions:","atual","atualmente,","até","au","aucun","aurez","aussi","autoris","autr","aux","avail","available,","avancez","avancé","avant","avantag","avançado","avec","avec,","avez","avoir","avon","aw","ax","ayant","ayez","azul","azul,","ação,","b","b)","b,","b01","b02","b03","b04","b05","b06","b07","b08","b08)","b09","b10","b11","b12","ba","back","background","background:","baixar","balis","balisag","balises,","band","bands).","bands.","bands:","barcelona,","barcelone,","bare","barr","barra","base","base\"","base.","base:","base;","baseada","basemap.","basic","basicamente,","basiqu","basique.","basiquement,","basiques:","basé","bbox","be","beaucoup","beauti","befor","before,","before.","before:","begin","behavior","below","below).","below:","belém","belém!","bem","besoin","besoin.","better","better!","between","biblioteca","bibliothèqu","bien","bienvenu","biggest","bing","bing!","bing.","bit","bit.","black;","blanc","bleu","bloc","block","block;","bloco","blocos)","blue","blue)","blue,","blue.","blue;","boa","bodies.","body,","bold;","bonn","bonu","bonus,","bonus.","boom!","borda","border","both","bottom","bottom:","botão","bougez","bound","boundary.","bouton","box","box,","branco","break","breakpoint","bright","bring","broad","browser","browser'","browser,","browser.","browser:","brut","bucket","bueno","bug,","build","build.","build.j","build:","builds)","built","bundl","bundler","button","buttons,","buttons.","básica","básico","básico.","básicos:","bâtiment","bâtiments.","bônu","bônus.","bônus:","c'est","ca","cach","cache,","cache.","cacheado","cacheados.","cada","caixa","calcul","calculations.","calculé","calibri,san","call","camada","camada,","camada.","camada:","camadas,","camadas.","came","candidat","candidata","canva","canvas,","capabl","capaz","capítulo.","caractèr","care","caribbean","carregado","carregado.","carregador","carregar","cart","carte!","carte)","carte).","carte,","carte.","carte:","cartes.","cartocss.","cartographi","cartographiqu","cas,","case","case)","case,","cases,","caso","caso,","caso:","casos,","causa","ce","ceci,","ceci:","cela","cela,","cela.","cell","celui","center","center,","center:","center;","centr","central","centro","cependant,","cercl","cercle,","cercle:","certifiqu","certo","cet","cett","ceux","chacun","challeng","chama","chamada","chamado","chamando","chang","changeant","changement","changent","changer","changes.","changez","channel","channel,","channel.","channels.","chapitre.","chapter","chaqu","charger","chargeur","chargé","chargé.","chargée.","chave","chaves:","chaîn","checar","chemin,","cherchez","chlorophyl","choos","chooser","chooser.","chose","chrome.","ci","cibl","circl","circle,","circles).","circles.","circular","circular(coords,","circulares,","cirru","citada","clamp(value,","clamp,","class","clear","clear.addeventlistener('click',","clic","clica","click","clicked:","client","client.","clip","cliqu","clique:","cliquez","cliqué:","closur","closure.","cloud","clé","clés:","coastal","cocher","coché","code","code!","code,","code.","code:","cog","cogs.s3.u","cogs/","cogs/15/t/wk/2021/9/s2b_15twk_20210918_0_l2a',","cogs/21/h/ub/2021/9/","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a';","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b03.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/s2b_21hub_20210915_0_l2a.json","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/tci.tif',","cogs/34/h/bh/2021/9/s2b_34hbh_20210922_0_l2a',","cogs/sentinel","coin","coisa","coletar","coleção","collapsible:","collect","colocando","colocar","colocá","colonn","color","color',","color':","color,","color0,","color1,","color2,","color:","colorié","colormap","colormap({","colormap({colormap:","colormap:","colors!","colors.","colors.reverse();","coluna","com","com,","comada","comando","combin","combinaison","combinaison,","combinação","combinação,","combiné","come","começar","começar.","comm","command","commas.","commenc","commencez","comment","commençon","commettr","commodité.","common","commun","communauté","como","como:","compar","compartilham","compass","compass.","competência","compil","compilador","compiler.","compiler.js\",","complet","completa","completado","complete(result)","completo","completo,","completo.","complets.","complèt","complète.","compléton","complété","compon","component","components,","comport","compos","composit","composite,","composite.","composites.","compreensão","comprehens","comprendr","compri","compris","compromi","compréhens","compt","computers,","compétenc","comum","comunidad","concebido","conceito","concept","concern","configur","configura","configurada","configuration,","configuration:","configuração","configuração.","configuração:","configuré","confirm","confirmar","confirmez","confor","conform","conformidad","congratulations!","conhecido","conhecimento","conjunto","connaîtr","connect","connections.","connecté","connu","consegu","conseguimo","consid","consider","considerando","considerar","considér","considéron","consist","consistent","consol","console.log(p.getcoordinates());","consortium,","const","constitu","constroem","construct","constructeur","constructor","constructors:","construir","construit","construtor","construída","consult","consuming.","conta","contain","container',","contendo","content","content:","contenu","context","context.","contexto","conteúdo","contient","continu","continua","continuament","continuaremo","contorno","contour","contraintes,","contrast,","contribuer,","contribuir,","contributors';","contriv","control","control({","control,","control.addeventlistener('change',","control.addeventlistener('input',","control.value;","controlam","controle:","controls.html.","controls:","contrôlent","contudo,","contém","contêin","contêiner,","conveni","conveniência.","convert","conçu","coord","coordenada","coordenadas.","coordin","coordinates,","coordinates.","coordonné","copi","copiez","copyright","cor","core","corner","corner,","corp","couch","couche,","couche.","couches,","couches.","couleur","countri","countries.json","coupl","couvert","cover","creat","created.","createlayer(base,","creation","crescent","cria","criado","criamo","criando","criar","criaremo","criação","crie","criou","crossorigin:","cru","créant","création","créent","créer","créez","créon","créé","créée","css","css:","csv","current","currentyear","currentyear:","currentyear;","currentyear});","cursor:","custom","custom.j","custom.js)","custom.json","customizado","círculo","código","código:","côté","d'accéder","d'affichag","d'api","d'appel","d'arrêt","d'attribut","d'attribution.","d'autr","d'avoir","d'ensembl","d'images,","d'inclur","d'inform","d'initialis","d'initialisation.","d'intérêt","d'objet","d'openlay","d'openlayers.","d'openlayers:","d'openstreetmap,","d'où","d'un","d'une","d'utilis","d'utilisateur","d'échell","d'échelle.","d'écrire","d'élément","d'étendu","d'éviter","da","dado","dados,","dados.","dan","daquel","dark","data","data,","data.","data/","data:","dataset","date","date.","date.now();","days.","de","debug","debug.j","debug.js.","debugg","decay","decay,","decay.","decay]],","decis","declar","declarada","declaração","declaraçõ","decod","decreas","dedan","dedans,","default","default,","defaultstyl","defin","defina","define.","definida","definit","definition:","definição","degrés,","dehor","deix","delegam","delet","delta","delà","delà.","demand","demander.","demandon","demandé","demandées,","demonstr","demonstra","demonstrado","densiti","dentr","dentro","depend","dependencies:","dependendencies.","dependendo","dependência","deploy","deployment,","deployment.","depoi","depui","depurador","depuração","dernier","dernièr","descobrí","descompactar","describ","descript","desempenho","desempenho.","desenhada","desenhando","desenhar","desenvolvedor","desenvolvedores.","desenvolvido","desenvolvimento","desenvolvimento.","desenvolvimento:","design","desktop","deslocamento.","dess","dessa","dessas,","dessin","dessinez","dessiné","dessiné.","dessou","dessous):","dessous.","dessous:","dessu","dessus)","dessus,","dessus.","dest","desta","detalh","detalhada.","detalhe.","detect","detecção","determin","determinada","determinado","deux","dev","deve","develop","development.","devem","deveria","devez","devic","device'","device');","device.","device:","deviceorient","deviceorientationevent.requestpermiss","deviceorientationevent.requestpermission()","devienn","devoir","devon","devraient","devrait","devrez","devriez","dialog.","dicas:","difent","diferent","diferente.","differ","difference,","difficil","différent","différent.","différente,","dificuldad","difícil","difícil,","dig","digit","dimens","dinamicamente.","dinâmico","dire","direct","directli","directly,","directly.","directori","directory.","directory:","direita","direta","diretament","diretório","disablehitdetection:","discuss","discussion,","discussão","discussão,","disparada","display","display.","display:","displayed.","displays.","disponibilité","disponibiliza","disponibilizado","disponibilizar","disponibilização","disponíveis,","disponível","disposit","dissecando","dissecar","dissemin","disso,","disséquez","disséqué","dist","dist/","distribuées:","distribuída:","dite","div","diversa","divid","dizer","do","document","document'","document,","document.","document.createelement('div');","document.createelement('option');","document.getelementbyid(\"map\")).","document.getelementbyid('clear');","document.getelementbyid('download');","document.getelementbyid('image');","document.getelementbyid('info');","document.getelementbyid('level');","document.getelementbyid('output');","document.getelementbyid('scal","document.getelementbyid('visualization');","document.getelementbyid('year');","documentação","documento","documento,","documento.","doesn't","doi","doit","dom","domain","dominado","don't","done","done!","donnent","donner","donnon","donné","donnée.","données,","données.","download","download,","download.href","download:","drag","draganddrop","draganddrop({","draw","draw({","draw,","draw.on('drawend',","drawend","drawn.","driven","droit","drop","du","dua","dur","durant","duration:","dure","duro","dynam","dynamiqu","dynamiquement.","dysfonctionnements/problèm","débuter.","déclarat","déclare","défaut","défaut,","définir","définit","déjà","délivré","démarrer","démonstrat","démontré","dépendanc","déplacement","déplacer","détail","détail.","détection","développ","développement.","développeur","développé","dê","e","each","earth","earth'","easi","easier","easier.","easiest","easili","edg","edifício","edifícios.","edit","editing,","editing.","editor","editor!","editor,","editor.","efetivament","effect.","effectiv","effectu","effectué","effici","effort","el","ela","elaps","elas,","ele,","ele.","electromagnet","element","element'","element),","element,","element:","elemento","elemento,","elemento:","eles.","elev","ell","em","em:","embarqu","embora","emborar","emplac","empreint","empti","en","en.zip","en:","enabl","enablehighaccuracy:","enchaîn","encod","encodeuricomponent(json);","encombrement,","encontr","encontram","encontrar","encontrarmo","encor","encourag","endereço","engag","enjoy","enlèv","enquanto","enregistr","enregistrez","enregistriez","ensembl","ensuit","ensuite,","entend","entendendo","entir","entr","entregu","entretanto,","entri","então","environ","environment,","enxergar","eo","epsg.","epsg:21781","epsg:32721","equip","equivalent","erreur","erreur/un","erro","error","escala","escala.","escalando","escopo","esforço","espagne).","espanha).","especifica","especificamente,","especificamo","especificando","especificação","específica","específico","específicos,","esquerda","ess","essa","essencialment","est","est:","esta","estado","estamo","estar","esteja","estilizado","estilizando","estilizar","estilização","estilo","estilo.","estilos,","estilos.","estim","estratégia","estrutura","estruturada","está","estático:","estáticos.","estável","estão","et","etc.","etc.).","evalu","event","event.","evento","everyth","evitar","evt.feature;","exact","exactli","examen","examin","examinar","examinaremo","examinon","exampl","example).","example,","example.","examples,","examples.","examplo","except","exceto","exceção","exceção.","executada","executado,","executar","executá","exempl","exemple,","exemplo","exemplo,","exemplo:","exercices:","exercis","exercise,","exercise.","exercise:","exercises.","exercises:","exercícios:","exiba","exibida","exibidos.","exibimo","exibindo","exibir","exigido","exist","existem","expect.","expected,","experient","explicit","explor","explícito","export","exports.","express","expression.","expression:","expressions,","expressions.","exprt","expériment","expérimenté","extend","extens","extensa","extensão","extent","extent\"","extent,","extent.","extent:","externes.","externo.","extra.","extract","extractstyles:","extremo","exécuté","exécuté,","f","facil","facilment","fact","fade","fair","faisait","fait","fait,","fait.","falarmo","fals","family:","far","faremo","fass","fast","faz","fazendo","fazendo.","fazer","fazer,","faça","featur","feature'","feature(","feature(fromextent(geometry.getextent())));","feature(new","feature({","feature.","feature.get('key'),","feature.get('name').touppercase();","feature.get('title')","feature.getgeometry();","feature:","feature;","features,","features.","features:","feed","feel","feita","feito","feito,","fenêtr","ferramenta","fetch","feuill","few","fez","ficar","ficarão","fichier","figur","file","file,","file.","files.","fill","fill({","fill,","fill:","filter","filter:","fin","final","final,","finale,","finally,","find","finishes,","fiqu","fiquem","first","first,","first.","fit","fix","fixe).","fixo).","flexibilité","flexibl","flexible.","flexível","flexível.","fluid","flux","fly?","foi","fois,","folder,","folder.","folha","follow","following:","fonction","fonctionn","fonctionnalité","fonctionnalités.","fonctionne,","fonctionne.","fonctionnel","fonctionnent.","fonctionnent:","fonctions/constructeur","fond","font","font:","for.","fora","foram","foreachfeatureatpixel","form","form:","forma","forma,","format","format.","format.writefeatures(features);","format:","formatconstructors:","formato","formats.","formula","formula.","formula:","fornec","fornecedor","fornecem","fornecemo","forneceremo","fornecida","fornecido","fortunately,","fourni","fournir","fournis,","fourniss","fournisseur","fournit","fournit.","fourth","fr","fr.zip","fragment","frame","frame,","free","fresh","friendli","fromlonlat","fromlonlat([","fromlonlat([0,","fromlonlat([parsefloat(row.reclong),","full","funciona","funciona.","funcionalidad","funcionalidades.","funcionam","funcionam.","funcionamento","funcionando","funcionando:","function","function(e)","function(evt){","function(feature)","function(feature,","function,","function.","function:","functionality.","fundo","função","função.","funçõ","funções/construtor","fur","further","fácil","g","g,","garantimo","garantir","gardez","gauch","gener","generalizado","geoespaciai","geograph","geográfica","geográficas,","geojson","geojson(),","geojson({featureprojection:","geojson:","geoloc","geometri","geometria","geometria,","geometria.","geometrias,","geometrias.","geometries.","geometry:","geoserv","geoserver.","geospati","geotiff","geotiff({","geotiffs),","geowebcach","gerado","geral","geralment","geralmente,","geramo","gerar","gerarem","gestur","get","get,","getarea(feature.getgeometry());","getcenter(extent),","getcenter)","getcolor(feature)","getcolor(feature),","getcolorstops(name,","give","global","go","goal","good","goût/aperçu.","gp","gps).","gpu","grab","grade","grade.","grand","grandissant","grant","graphic","gratuitament","grau","great","gree,","green","green),","green,","grid","grid.","grill","gross","group","grow","grupo","gyroscop","gyroscope,","gyroscope.","gère","génère","généralisé","génération","générer","générée","géographiqu","géographique:","géographiques,","géographiques.","géométri","géométrie,","géométrie.","géométries.","géospatial","gérer","gérer.","hand","handler","hard","hardest","hauteur","have","haven't","head","header","header:","header=\"localhost:5173\"","heading);","heading,","heading.","heading.svg',","health.","height","height:","help","helper","herdar","here","here,","high","high)","high));","higher","highlight","histori","histórico","hit","hold","hood,","hora","host","hover","href","html","html,","http","http://epsg.io/","http://epsg.io/,","http://localhost:3000/","http://localhost:5173.","http://localhost:5173/","http://localhost:5173/.","http://localhost:5173/doc/.","http://localhost:5173/map.html","http://localhost:5173/map.html.","http://openlayers.org/en/latest/apidoc/","http://openlayers.org/en/latest/apidoc/ol.layer.image.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html.","http://openlayers.org/en/latest/apidoc/ol.source.imagewms.html.","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html).","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html.","http://openlayers.org/en/latest/doc/quickstart.html","http://openlayers.org/en/latest/doc/tutori","http://openlayers.org/en/latest/examples/","http://openlayers.org/en/latest/examples/custom","http://stackoverflow.com/questions/tagged/openlay","https://","https://cloud.maptiler.com/tiles/terrain","https://groups.google.com/forum/#!forum/openlay","https://mapbox.com/'","https://ngrok.com.","https://s3.u","https://tiles.openfreemap.org/styles/bright.","https://www.bingmapsportal.com.","https://www.bingmapsportal.com/.","humain","humain)","humanament","humano","humanos)","hundr","há","hériter","i,","i586.exe.","ici","ici,","ici.","icon","icon({","icon,","icon:","id","id.","idea","ideal","ideia","ideia.","identifi","identificador","idé","idée.","il","illumination.","imag","image,","image.","image.name;","image:","imagem","imagem.","imagen","imagens,","imageri","imagery',","imagery,","imagery.","imageryset:","images,","images.foreach((image)","images[imageselector.selectedindex].base;","imageselector","imageselector.addeventlistener('change',","imageselector.appendchild(option);","imaginar","impact","impact,","impact.","impacts:","impliqu","import","import,","import.","import:","important","important,","important.","importante.","imported,","imports:","imposs","impossível,","improv","improvável","impérativ","in,","in.","inc.)","inc.).","inclu","inclua","incluant,","includ","included,","incluent","incluez","inclui","incluindo","incluir","incluir,","incluon","inclur","inclus","inclut","incluí","incluída","incluímo","increment","independ","index","index.html","index.html):","index.html,","index.html:","indic","indicar","indices:","indiqu","individu","individuel","inferior","info","infoel","infoelement.innerhtml","inform","informar","information,","informação","informaçõ","informações.","infrar","ingredi","ingredient","ingressar","ingrédient","inici","inicializar","inicializará","inicialização","inicialização,","inicialização.","inicializá","iniciar","iniciaremo","init","initi","initial","initial.","initialis","inlin","input","input,","inquiétez","inscrir","insira","instal","instalado","instalar","installed,","installerez","installez","installé","instanc","instead","instead,","instead.","instead:","instruct","instruçõ","instância","insérez","integr","interact","interaction,","interaction:","interactions,","interactions.","interactions:","interagir","interação","interaçõ","interações,","interess","interest","interfac","intern","internamente,","interne,","interpol","introduct","introduit","introduz","inutil","involv","invé","irá","island","isn't","isso,","isso.","issu","isto","it!","it,","it.","iter","iterativa.","java","java,","java.","javascript","javascript,","javascript.","jetez","jeton","jeu","jeux","jour","jre","json","json.","junção","just","justif","já","keep","key","key,","key.","key:","keyhol","kind","kml","know","knowledg","kompa","kompas()","kompas.","l'affichag","l'ajouton","l'animation.","l'api","l'api,","l'applic","l'archiv","l'arrang","l'attribut","l'avez","l'avon","l'empreint","l'ensembl","l'erreur","l'except","l'exempl","l'exercice,","l'extrêm","l'extérieur","l'historiqu","l'id","l'inform","l'initialis","l'initialisation.","l'interact","l'intérieur","l'intérêt","l'objet","l'objet,","l'ogc","l'onglet","l'option","l'ordr","l'url","l'usg","l'utilis","l'échell","l'échelle.","l'élement","l'élément","l'équival","l'étape","l'état","l'événement","l2a","la","label","lado,","laiss","lancer","land","languag","language)","larg","largament","largement","larger","largeur","largura","largura),","largura,","later","later:","latest","latitude)","latitude,","latter","layer","layer'","layer,","layer.","layer.setstyle(function(feature,","layer.setstyle(style);","layer.updatestylevariables({level:","layer:","layers,","layers.","layers:","layout","le","learn","left","left:","legível","ler","less","lesson","let'","leur","level","level).","level,","level.","level:","leverag","leçon","librari","library,","library.","lieu","lign","ligne,","ligne.","limit","limitam","line","line')})","line',","line:","linear","lines,","linha","linhas,","link","link());","lire","lisibl","list","listen","listener);","listener.","liter","littéral","litéral","lixo.","liçõ","lié","liée","lo","lo.","load","local","localizaçõ","locat","locate';","locate,","locate.addeventlistener('click',","locate.classnam","locate.innerhtml","location.","location:","loga","logique.):","logo","long","long,","longitud","look","look:","loop","lor","lot","lot,","low,","lower","ls","lugar","lui","léger","m","m\"","m2.5.json',","ma","machin","machine.","made","mai","main.j","main.js):","main.js,","main.js.","main.js:","maintain","mainten","maintenant,","maintenu","maioria","make","manag","maneira","mani","manipul","manièr","manter","mantido","manually,","map","map'","map({","map)","map).","map,","map.","map.:","map.addcontrol(","map.addinteraction(","map.addinteraction(new","map.addlayer(layer);","map.foreachfeatureatpixel(e.pixel,","map.foreachfeatureatpixel(event.pixel,","map.getview().fit(source.getextent(),","map.getview().getprojection()),","map.html","map.html(faz","map.html,","map.html.","map.htmlem","map.on('pointermove',","map.on('singleclick',","map.setlayers([layer]);","map.setview(layer.getsource().getview());","map:","mapa","mapa!","mapa).","mapa,","mapa.","mapa:","mapas.","mapbox","mapboxvector","mapboxvectorlayer({","mapping,","maps,","maps.","maptil","maptiler.","maputnik,","marcar","marcação","marcação,","marg","margin:","markup","markup.","mass","mass:","materials.","math","math.max(low,","math.min(value,","math.pow(clamp((area","math.round(f","math.round(minyear","max","max,","max:","maxresolut","maxresolution:","maxyear","maxzoom:","maîtrisé","mean","meant","measur","measure.","meilleur","meio","melhor","melhora","melhorar","meno","menor","menor.","mercat","mercator.","mergulhar","mesma","mesmo","mesur","meta","metadata","metdata","meteor","meteorit","meteorite,","meteorite.","meteorites,","meteorites...","meteorites.csv","meteorites.updatestylevariables({currentyear:","method","method,","method.","metros.","mettr","mettra","mi","migrat","min","min)","min),","min,","mind","minifi","minified.","minimum","minor","minyear","minyear):","minyear,","minyear;","mise","miss","mission","mobil","mode","mode,","mode.","modif","modifi","modificando","modificar","modificaremo","modificação","modificá","modifier,","modifiez","modifiqu","modify({","modify)","modify,","modify]),","modo","modul","module,","module.","modules,","modules.","moin","mond","monde.","monitor","monter","montr","more","mosaïque.","mostra","mostrando","mostrar","moteur","mouse,","move","mover","much","mudar","mude","muita","muito","multi","multipl","multipli","mundo","mundo.","mvt","mvt(),","máquina","máquina.","máxima","mètres.","mémoire.","méthode","método","même","mínimo,","módulo","módulo,","módulo.","módulos,","módulos.","n'avez","n'ayant","n'est","n'import","na","name","name,","name,mass,year,reclat,reclong","name.","name:","names.","narrow","nation","natur","navegador","navegador).","navegador.","navegador:","navegu","navig","navigateur","navigateur).","navigateur.","navigateur:","navigator.geolocation.watchposition(","navigu","ndvi","ndvi,","ndwi","ne","near","need","needed,","nele","nenhum","nenhuma","nest","nesta","network","new","newbas","next","next,","next.","ngrok'","nice","nice!","nice.","nice:","nicer","nicer:","ninguém","nir","nir)","nir,","niveau","niveaux","no","node","node_modules/openlayers/tasks/build.j","noir","nom","nombreus","nombreux","nome","nommé","none","normal","normalment","nosso","nota","note","noth","notic","notifi","notr","nou","nouveau","nouveau,","nouveaux","nouvel","nova","novament","novamente,","novo","now","now,","now:","npm","npm.","npx","nshades:","num","numa","number","numer","não","néanmoin","nécessit","nívei","nível","nó","número","o","object","object.","object:","objet","objetivo","objeto","objetos.","objets.","observ","observador","observation)","obter","obtido","obvious","ocasionando","ocupará","oddli","oeil","oferec","offr","ogc","ol","ol.collect","ol.control.attribut","ol.control.control","ol.control.control.","ol.control.defaults().extend([","ol.control.defaults({","ol.control.scalelin","ol.control.scaleline()","ol.control.scaleline({classname:","ol.featur","ol.feature.","ol.format","ol.format.geojson()","ol.format.geojson).","ol.format.kml({","ol.format.kml).","ol.inherits)","ol.interaction.defaults().extend([","ol.interaction.defaults().extend([draw]),","ol.interaction.defaults().extend([select,","ol.interaction.draw({","ol.interaction.draw.","ol.interaction.interact","ol.interaction.modifi","ol.interaction.modify({","ol.interaction.modify.","ol.interaction.select","ol.interaction.select({","ol.interaction.select({style:","ol.interaction.select.","ol.j","ol.js.","ol.layer.imag","ol.layer.image({","ol.layer.image.","ol.layer.til","ol.layer.tile({","ol.layer.tileopt","ol.layer.vector","ol.layer.vector({","ol.layer.vector,","ol.layer.vector.","ol.map","ol.map({","ol.map:","ol.proj.*.","ol.proj.fromlonlat","ol.proj.fromlonlat([","ol.proj.fromlonlat([126.97,","ol.proj.get('epsg:21781');","ol.proj.project","ol.source.bingmap","ol.source.bingmaps({","ol.source.imagevector","ol.source.imagevector({","ol.source.imagevector,","ol.source.imagevector.","ol.source.imagewms)","ol.source.imagewms).","ol.source.osm","ol.source.osm()","ol.source.tilewm","ol.source.tilewms({","ol.source.tilewms.","ol.source.vector","ol.source.vector(),","ol.source.vector({","ol.source.vector.","ol.source.xyz","ol.style).","ol.style.circl","ol.style.circle({","ol.style.fill({","ol.style.fill({color:","ol.style.icon.","ol.style.stroke({","ol.style.stroke({color:","ol.style.styl","ol.style.style({","ol.style.style,","ol.style.style.","ol.style.text({","ol.view({","ol/layer/vector","ol/layer/webgltil","ol/map","ol/proj","ol/source/geotiff","ol/spher","old","olh","olhando","olhar","olharemo","oliv","olive),","olive,","olive;","olx.layer.tileopt","on","on.","onc","once,","ond","onlin","only.","ont","onto","opac","opacity,","opacity.","opacity:","opcion","open","openlay","openlayers,","openlayers.","openlayers:","openstreetmap","openstreetmap.","oper","operator,","operator.","operators,","oposto,","opposé,","optim","option","option.textcont","optionnel","opção","opçõ","opções,","opções.","or,","oracle.","ordem","order","order.","organ","organisé","organizado","orient","origem","origin","original","os","osm","osm(),","other","otherstyl","otherstyle;","ou","ourselv","ourselves.","out","out,","out.","outil","output","output.","output.innertext","outra","outro","outsid","ouvrez","ouvrir","over","over.","overflow","overview","overview.","où","p","pa","packag","package,","package.","package.json:","pad","padding:","padrão","padrão,","page","page,","page.","page:","par","par:","para","para:","parabéns!","parait","param","paramet","params:","paramètr","parar","pars","parse('./data/meteorites.csv',","parsed.","parsefloat(control.value)});","parsefloat(row.mass)","parsefloat(row.reclat)]),","parseint(row.year)","parser","parserol.format.kml`).","parsing.","part","part,","partag","parti","parties.","partir","parâmetro","pass","passada","passamo","passando","passar","passe.","passer","passes.","passo","passon","passé","path","peindr","pela","pelo","pendant","pensar","pensez","peopl","pequena","per","perform","performance.","performances.","pergunta","period","period];","periodstart","periodstart,","perman","permet","permett","permit","permitir","personalizado","personalizado,","personalizados.","personalização","personn","personnalisé","personnalisé,","personnalisées.","perto","pessoa)","petit","peu","peut","peuvent","phase","pi","piec","pilha","pinch","pixel","pixel.","pixels,","pixels.","place","place,","place.","placehold","plaçant","pleinement","plonger","plot","plu","plupart","plus,","plusieur","plutôt","png","png).","pode","podem","podemo","poderia","poderá","poderíamo","point","point(","point(fromlonlat(coords))),","point,","point.","pointer","pointer'","pointer;","pointermov","points,","polygon","polygon,","polygon.","polygones,","polygons.","polígono","polígonos,","ponto","ponto,","ponto.","pontos,","pop","popul","popular","popularisé","popularizado","por","portanto,","portion","pos.coords.accuracy);","pos.coords.latitude];","posit","position,","position.","position:","positon","posição","possa","possam","possibilité","possibl","possuem","possui","possui,","possui.","possível","potentiel","pouco","pour","pourrez","pourrion","pouvant","pouvez","pouvoir","pouvon","pra","pratique.","precis","precisa","precisamo","precisará","preencher","preenchimento.","premier","premier,","premièr","prend","prendr","preocup","preparação","present","preserv","pressionado","pressé","preto","pretti","previou","previous","previousbas","previousbase;","previously,","primari","primarystyl","primarystyle;","primeira","primeiro","principaux","prior","probabl","problema","problème,","problèmes,","proceed.","process","processamento","prochain","procur","product","production,","production.","produção,","produção.","profondeur.","profundidade.","programa","programm","proj:epsg","project","project.","projection,","projection.","projection.setextent([485869.5728,","projection:","projections,","projet","projet.","projetada","projeto","projeto.","projeção","projeção.","projeçõ","projeções,","promis","pronounc","pronto","pronto.","properti","properties.","property).","propo","proposit","propriedad","proprietária","proprietárias.","proprietário","proprietários.","propriétair","propriétaires.","propriété","provavelmente,","provedor","provid","pré","précisément","précédemment,","précédemment:","précédent","précédente,","précédente.","précédentes,","présenté","présupposit","prévia.","prêt","própria,","próxima","próximo","pseudo","pt","pt.zip","publicado","publicament","publics,","publié","puiss","puissent","puission","pull","purpos","página","página.","página:","périmètr","qu'el","qu'il","qu'openlay","qu'un","qual","qualidad","qualidade.","qualité.","qualquer","quand","quando","quantidad","quantité","quatro","que","quel","quelqu","quelqu'un","quer","question","qui","quiser","quisess","quit","r,","raccourci","racin","radiu","radius':","radius,","radius:","rafraichissez","raison","raison,","raiz","ramp","ramp[index];","rang","rapidement!","rapport","raster","raster,","raster.","rate","ratio","re","react","read","readi","realizará","realli","reasons,","recalculé","recarregu","receb","recebeu","receiv","recent","rechargez","recommend","recurso","red","red)","red,","red];","redesenhada","redesenhar","reduc","refair","refer","refera","referenci","referenciai","referenciamento","referência","referênciá","reflect","regard","regardez","regardon","regist","registr","registramo","registrando","registrar","região","regular","regular,","rejoign","rel","relacionada","relacionado","relat","relativ","relativament","relative;","release.","relevant","reload","reload.","remont","remontez","remot","remov","remove.","remplacez","remplir","remplissage.","rencontrez","rend","render","render()","render();","render.","rendered.","renderer.","rendering,","rendering.","renderizada","renderizado","renderizado.","renderizam","renderizando","renderizar","renderização","renderização,","renderização.","renderizaçõ","rendr","rendra","rendu","rendu,","repartir","replac","report","reportando","reportar","reposicionando","repositionn","repres","representa","representada","representado","representam","representando","representar","representação","représent","représenté","requer","requerido.","requerimento","request","requestanimationframe(render);","requi","requir","requis.","requisitado","requisitar.","requisitará","requisiçõ","requêt","reset","resolut","resolution)","resolution,","resolução","resolução).","resolução,","resolv","resourc","respectivo","respond","respons","responsável","ressembl","ressourc","resssembl","rest","restrições,","result","result.","result.data.map(","resultado","retornada","retornando","retornar","retornará","retourn","retournera","retrouvé","return","reusado","reutilizados,","revenon","revers","reverse)","revis","revisit","revoyon","revu","rgb","rgb/","rgb/{z}/{x}/{y}.png?key='","rgba","rgba(255,","rich","rien.","right","right,","right.","right:","rise","rodando.","rodar","rode","roll","root","rotat","rotatewithview","rotatewithview:","rotation.","rotulado","roug","rouge:","rule","rule:","run","running.","runtim","rápido","rápido.","règle","récupèr","récupérer","récupéré","réelle.","réellement","réfère","référenc","référence.","référencer","référencé","référé,","régulièr","régulière,","régulière.","répertoir","réseau","résolut","résolution).","résultant","résultat","réutilisé","réutilisés,","révisé","rótulo","s'agit","s'arrêter","s2","s3","s3,","s3.","s3://sentinel","sabe","saber","sake","salv","salvar","same","san","satellit","saura","sauvegardez","sauvez","save","scale","scalelin","scaleline:","scratch","script","se","sea","sealevel","search","second","section","section,","secur","see","see,","seen","seen,","segu","seguida,","seguindo","seguint","seguir","seguir:","segundo","seja","sejam","selecionada","selecionando","selecionar","select","select.getfeatures()","selected.","seletor","seletor,","seletores.","seleção","sem","semelhante,","semi","sempr","sen","sendo","sensor","sentido","sentinel","separ","separação","september,","ser","sera","sera:","serait","serem","seria","serial","serializado","serif',","serif;","seront","sert","serv","server","server.","serveur","serveur.","servic","service\"","service)","service,","servidor","servir","servira","servirá","serviço","será","serão","set","set,","setup","seu","seul","seule.","seulement","sever","seção","seção,","seçõ","shader","shaders.","shadi","shadow:","short","show","show,","show.","showcas","shower","shown","si","sign","signatur","signifie.","similair","similaire,","similar","simpl","simples):","simplicidade,","simplicité","simplicité,","simplifi","singl","single,","sintax","sistema","site","site,","size","size:","skip","sld","slider","slider:","slope","slopes.","small","smallest","smallstyl","smartphon","snap","snap({","snapshot","snippet","so:","sobr","sofrer","soient","soil","soit","sol.","solut","solution.","solução","soluçõ","soment","someth","somwher","son","sont","soon","sorti","sou","souhaiteriez","sourc","source'","source)","source,","source.","source.addfeature(new","source.addfeatures(","source.addfeatures([","source.clear()","source.clear();","source.clear(true);","source.getfeatures();","source.getview()","source.getview(),","source.on('change',","source:","sources.","sources:","souri","souris,","souvent","span","span));","spatial","special","specif","specifi","spectra","spectral","spectrum","spectrum,","spectrum.","spent","spheric","spécifi","spécific","spécifion","spécifiqu","spécifiquement,","spécifiques,","src:","stabl","stable.","stac","stack","stadiamaps({","standard","start","start))","start,","startcompass()","startcompass();","started.","static","statique:","statiques.","stay","step","step,","step.","steps,","stick","still","stop","stopvalue1,","stopvalue2,","store","straightforward.","strategies.","strategy.","stratégi","street","string","string.","strips.","stroke","stroke({","stroke,","stroke:","stroke}","structuré","studio","studio,","stylag","style","style'","style';","style(feature,","style({","style,","style.","style.getimage().setrotation((math.pi","style:","styled.","styler","styler.","styles'","styles.","styles...","styles;","styleurl:","stylez","style}","style});","styling,","styling.","stylé","stylés.","sua","suav","subsequ","succè","sucesso","sucesso,","such","suit","suit).","suit:","suivant","suivant:","suivantes:","sujet","sum","sum,","sum];","summary.","sunni","suporta","suportado","suposição","supplémentaire.","support","supporté","supposit","sur","sure","surfac","surround","svg","switch","symbol","symboliseur","syntax","system","system,","system.","systèm","são","sélecteur","sélecteur,","sélecteurs.","sélection","sélectionn","sélectionné","sélectionnés.","séparat","sérialisé","símbolo","tableau","tableaux","tada!","tag","tag:","taill","take","talvez","tamanho","também","tant","tarefa","target","target:","task","technology.","tell","tem","temo","temp","tempor","ten","tendo","tenham","ter","term","termin","terminal.","terminal:","termo","terr","terrain","terre:","terremoto","terremoto:","terremotos:","terão","test","testar","teste,","tester","testing.","text","text.","text:","texte.","textfil","textfill,","texto","textstrok","that'","that,","that:","them.","therefore,","thicker","thing","thing)","think","this,","this.","this:","those","though","thousand","three","through","throughout","thème","tiff","tiff)","tile","tile.","tiled:","tilelay","tilelayer({","tiles,","tiles.","tileset","tileset:","tilesize:","time","time,","time.","tipo","titl","title,","title:","titr","tiver","toda","todo","token","ton","too?","tool","tool!","top","top),","top:","topolog","topology.","torna","tornam","tornar","tou","touch","toujour","tout","town',","trabalhado","trabalham","trabalhando","trabalhar","trabalharemo","trace","trade","trait","traitement","tranchée.","transfer","transform","transformaçõ","transformextent(","transformextent,","transit","transiçõ","transições,","transpar","trata.","tratar","travail","travail:","travaillé","trecho","tremblement","tri","trickiest","trigger","trocando","troi","trop","troqu","trouvent","trouver","trouveront","trouvez","true","true),","true,","true}","trè","trê","tudo","tuil","tuiles.","tuilé","two","type","type:","typeerror:","typeof","types.","typic","typiqu","tâche","télécharger","téléchargerez","título","tópico","ui","um","uma","un","uncaught","undefin","under","understand","unidad","uninteresting.","uniqu","unique:","unit","unité","unselect","unstyl","unveget","up","up,","updat","updatestylevariables()","updatevisu","updatevisualization()","updatevisualization();","updatevisualization);","upload","upon","upright,","upwards.","uri","url","url,","url.","url:","us","us.","usa","usada","usado","usag","usamo","usando","usar","usaria","use.","use:","user","user'","user.","usg","uso","usou","usual","usual,","usual:","usuário","usuário,","usuário.","usuários,","usá","util","utilis","utilisateur","utilisateurs,","utilisateurs.","utiliseriez","utilisez","utilison","utilisé","utilisées.","utilities.","utility,","utilizada","utilizado","utilizamo","utilizando","utilizar","utilizará","utilizará.","utm","v20","v9',","va","vai","valeur","valeurs,","valeurs.","validité","valor","valores,","valores.","valu","value,","value.","values,","values.","vamo","vantagen","vapor","var","variabl","variable,","variables:","variat","vasto","vecteur","vecteur,","vecteur.","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","vectorsource({","vectorsource.","vectorsource}","vectortil","vectortilelay","vectortilelayer({","vectortilelayer,","vectortilesourc","vectortilesource({","vectortilesource:","veget","vegetated)","vegetated).","veja","veja:","vejamo","vem","venant","venir","ver","veri","verifi","verifiqu","vermelha:","vermelhas,","verrez","version","version,","versions,","versu","versão","vertex","vertic","vertices.","verá","vetor","vetori","vetoria","vetoriai","vetoriais,","vetoriais.","vetorial,","vetorial.","vez","vez,","veze","via","vient","view","view({","view,","view.","view:","viewer","viewport","viewport:","view}","vimo","vindo","vir","virtual","virtuel","visibilité","visibl","visible.","visitar","visitez","visitées.","vista","visual","visual.","visualizar","visualization)","visualization):","visualization);","visualization.","visualization.max,","visualization.name;","visualization.sources.map((id)","visualization.style,","visualizations,","visualizations.foreach((visualization)","visualizations[visualizationselector.selectedindex];","visualizationselector","visualizationselector.addeventlistener('change',","visualizationselector.appendchild(option);","visualização","visualização.","visualizou.","visualizá","visuel","visuelle.","visão","visível.","vite","vite.","vizinhança","vo","você","você.","voici","void","voie","voir","voir,","voir:","voisins,","voit","voltar","votr","vou","voulez","vous.","voyez","vraiment","vu","vue","vue.","vária","vérifier","vérifiez","walk","want","watchposition()","water","wave","wavelength","wavelengths.","way","we'll","we'r","we'v","web","web,","web:","webgl","webgl,","webgl.","webgltil","webglvectorlay","webglvectorlayer({","webkit","webmapping.","webpage.","weight:","welcom","well,","well.","west","wg","whenev","wherev","whether","white;","whole","wide","widget","width","width:","window","window)","window.deviceorientationev","windows,","without","wm","wms,","wms.","work","work.","works,","workshop","workshop,","workshop.","workshop:","world","wouldn't","write","x","x64.exe.","xmlhttprequest","xyz","xyz({","xyzsource.","y","year","year,","year:","yearel","yearelement.innertext","years,","you'll","you'r","you'v","y}.pbf',","z","z\"","zero.","zindex.","zindex:","zip,","zone","zoom","zoom)","zoom,","zoom.","zoom:","{","{apply}","{circular}","{fill,","{fromextent}","{fromlonlat}","{getarea}","{getcenter}","{layers:","{map,","{mapboxvectorlayer}","{parse}","{stadiamaps,","{stroke,","{style,","{transformextent}","{x}","{y}","{z}","{},","||","}","})","})()","})();","})),","}),","});","})];","},","};","à","área","área.","é","é,","é:","échell","éditeur","également.","élement","élément","élément.","étape","étapes.","étiquett","été","étéendu","éviter","événement","ête","être","ínve","última","último","única","único","único:","útei","–","—"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"OpenLayers Workshop\nWelcome to the OpenLayers Workshop. This workshop is designed to give you a comprehensive overview of OpenLayers as a web mapping solution.\nSetup\nThese instructions assume that you are starting with an openlayers-workshop-en.zip archive from the latest workshop release. In addition, you'll need Node v20 or higher installed to run a development server for the workshop.\nAfter extracting the zip, change into the openlayers-workshop-en directory and install some additional dependencies:\nnpm install\nNow you're ready to start the workshop development server. This serves up the workshop documentation in addition to providing a module bundler for the OpenLayers library.\nnpm start\nThis will start a development server where you can read the workshop documentation and work through the exercises. You should be able to confirm that things are working by seeing an alert pop up at http://localhost:5173/. You can read through the workshop documentation at http://localhost:5173/doc/.\nOverview\nThis workshop is presented as a set of modules. In each module you will perform tasks designed to achieve a specific goal for that module. Each module builds upon lessons learned in previous modules and is designed to iteratively build up your knowledge base.\nThe following modules will be covered in this workshop:\n\nBasics - Learn how to add a map to a webpage.\nVector Data - Working with vector data.\nMobile Maps and Sensors - Mobile maps with GPS and compass.\nGeoTIFF Rendering - Generate and visualize data tiles from GeoTIFF sources.\nVector Tiles and Mapbox Styles - Create beautiful maps with vector tiles.\nWebGL Point Rendering - Render points with WebGL.\nDeploying - Building applications for production.\n\n"},"basics/":{"url":"basics/","title":"Basics","keywords":"","body":"Basics\nMake sure you've completed the setup instructions to install dependencies and get the development server running.\nNow that we have set up our development environment, let's get started by creating a simple web page with an OpenLayers map, and understand the code.\nIn OpenLayers, a map is a collection of layers that get rendered to a web page. To create a map, you need some markup (HTML) that creates the map viewport (e.g. a element), a bit of style to give the map viewport the appropriate dimensions on your page, and map initialization code.\nOpenLayers supports different kinds of layers:\n\nTile layers for tiled raster tile sets\nImage layers for static images or images that are provided on demand for the map's extent\nVector layers for vector data from static files or for the map's current extent\nVector tile layers for tiled vector tile sets\n\nIn addition to the layers and the view, a map can be configured with a set of controls (i.e. UI elements on top of the map) and interactions (i.e. components that react to touch or pointer gestures on the map).\nThe markup\nThere should be an existing index.html file at the root of the workshop directory. Let's replace it with the following code:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nThe markup includes a with an id of map-container that serves as the target container for the map. The makes the map container fill the whole page.\nThe application\nTo work with OpenLayers, we install the ol package from npm. This was already done in the previous npm install step. If you were starting from scratch on a new application, you would run npm install ol in the terminal.\nAs entry point of the application, we create a main.js file, and also save it in the root of the workshop directory:\nimport OSM from 'ol/source/OSM';\nimport TileLayer from 'ol/layer/Tile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new OSM(),\n }),\n ],\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nThe imports at the top bring in the required modules from the ol package. With everything we need imported, we create a Map. The target points to the container we have in our markup. We configure the map with a tiled image layer (TileLayer) and an XYZSource. Finally, the View defines the initial zoom, and the center of the map in the view projection. To provide geographic coordinates, we use the fromLonLat helper function from the ol/proj module.\nViewing the map\nNow our application is ready for testing. Let's open the working map in a web browser: http://localhost:5173/. This is how it should look:\nA map of the world\nFurther reading\nIn the final chapter of the workshop, we will learn how create a production build of the application for deployment.\nAs a starting point for your own applications, we recommend looking at the examples.\nThe API documentation provides reference to all classes and functions of OpenLayers.\n"},"basics/map.html":{"url":"basics/map.html","title":"Criando um mapa","keywords":"","body":"Criando um mapa\nNo OpenLayers, uma mapa é uma coleção de camadas e várias interações e controles para interagir com o usuário. Um mapa é gerado a partir de três ingredientes básicos: marcação, declarações de estilo e código de inicialização.\nExemplo completo\nVejamos um exemplo completo de um mapa OpenLayers.\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nCertifique-se de ter completado a preparação do ambiente para instalar as dependências e ter o servidor de depuração rodando. \n\nCopie o texto acima em um arquivo chamado map.html e salve-o no diretório raiz do workshop.\n\nAbra o arquivo em seu navegador: http://localhost:5173/map.html\n\n\nUm mapa completo exibindo uma imagem do mundo\nTendo criado nosso primeiro mapa com sucesso, examinaremos o exemplo de forma mais detalhada.\n"},"basics/dissect.html":{"url":"basics/dissect.html","title":"Dissecando o seu mapa","keywords":"","body":"Dissecando o seu mapa\nComo demonstrado na seção anterior, um mapa é gerado a partir da junção da marcação, declarações de estilo e código de inicialização. Olharemos cada uma dessas partes com um pouco mais detalhe.\nMarcação HTML para o mapa\nA marcação para o mapa no exemplo anterior criou um elemento DOM único:\n \n\nEste elemento servirá como contêiner para visualização de nosso mapa. Aqui usamos um elemento , mas o contêiner pode ser qualquer elemento do tipo \"block\".\nNeste caso, fornecemos um id para o elemento, dessa forma, podemos referênciá-lo como target de nosso mapa.\nEstilo do mapa\nO OpenLayers vem com uma folha de estilo padrão que especifica como os elementos relacionados ao mapa devem ser exibidos. Nós temos que incluí-la na página map.html ().\nO OpenLayers não atribui nenhum tamanho padrão para o seu mapa. Assim, seguindo a folha de estilo default, nós precisamos incluir, no mínimo, uma declaração para informar o tamanho que o mapa ocupará na página.\n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n\nNeste caso, nós estamos usando o id da div definida anteriormente como seletor e especificando a largura (512px) e a altura (256px) do mapa.\nEstas declarações de estilo estão incluídas diretamente no de nosso documento. Na maioria dos casos, as declarações de estilo relacionadas ao seu mapa ficarão em um arquivo CSS externo.\nInicialização do Mapa\nO próximo passo para gerar o seu mapa é incluir algum código para inicializá-lo. No nosso caso, incluímos o elemento na parte inferior do elemento do documento.\n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n\nA ordem desses passos é importante. Antes do nosso script ser executado, o OpenLayers deve ser carregado. No nosso exemplo, o OpenLayers é carregado no do documento com o elemento .\nDe forma semelhante, a inicialização do nosso mapa no código acima, não pode ser executada até que o elemento que servirá como contêiner, neste caso o , estar pronto. Incluindo o código na parte inferior do elemento , nós garantimos que o código da biblioteca está carregado e que o contêiner está pronto para receber nosso mapa.\nVamos olhar com mais detalhe o que o código de inicialização do mapa está fazendo. Nosso script cria um novo objeto ol.Map com algumas opções de configuração:\n target: 'map'\n\nNós usamos o id do contêiner para informar ao construtor do objeto onde o mapa deve ser renderizado. Neste caso, passamos a string \"map\" como target para o construtor do mapa. Esta sintaxe é um atalho para conveniência. Nós poderíamos ser mais explícitos e fornecer uma referência direta para o elemento (ex. document.getElementById(\"map\")).\nO trecho layers configura uma camada que será exibida em nosso mapa:\n layers: [\n new ol.layer.Tile({\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n\nNão se preocupe com a sintaxe aqui se ela for nova pra você. A criação de camadas será vista em outro módulo. A parte importante é entender que a visualização de nosso mapa é uma coleção de camadas. Para ver um mapa, nós precisamos incluir pelo menos uma camada.\nO passo final é a definição da view. Nós especificamos uma projeção (projection), um centro (center) e um nível de zoom (zoom). Nós também fornecemos uma resolução máxima (maxResolution) para garantir que não faremos requisições de bounding boxes que o GeoWebCache não possa antender.\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n\nVocê acaba de dissecar com sucesso o seu primeiro mapa! Em seguida, aprenderemos mais sobre o desenvolvimento com o OpenLayers.\n"},"basics/resources.html":{"url":"basics/resources.html","title":"Recursos úteis","keywords":"","body":"Recursos sobre o OpenLayers\nO OpenLayers contém um vasto número de funcionalidades. Embora os desenvolvedores tenham trabalhado duro para criar exemplos destas funcionalidades e tenham organizado o código de forma a permitir que outros desenvolvedores experientes possam descobrí-las por conta própria, muitos usuários encontram dificuldades para começar do zero.\nAprenda a partir dos exemplos\nNovos usuários, provavelmente, acharão que mergulhar nos exemplos do OpenLayers é a melhor forma de começar.\n\nhttp://openlayers.org/en/latest/examples/\n\nConsulte a documentação\nPara mais informações sobre tópicos específicos, navegue pela crescente documentação do OpenLayers.\n\nhttp://openlayers.org/en/latest/doc/quickstart.html\nhttp://openlayers.org/en/latest/doc/tutorials\n\nEncontre a referência da API\nDepois de entender os componentes básicos que constroem e controlam o mapa, procure na documentação da API detalhes sobre as propriedades e os métodos disponibilizados pelos objetos. Se você quer ver somente a parte estável da API, certifique-se de marcar a caixa de seleção Stable Only.\n\nhttp://openlayers.org/en/latest/apidoc/\n\nFaça parte da comunidade\nO OpenLayers é suportado e mantido pela comunidade de desenvolvedores e por usuários como você. Se tem perguntas ou código para contribuir, você pode utilizar a tag openlayers no Stack Overflow ou pode ingressar no grupo de discussão de desenvolvedores.\n\nhttp://stackoverflow.com/questions/tagged/openlayers\nhttps://groups.google.com/forum/#!forum/openlayers-dev\n\nReportando problemas\nPara reportar problemas é importante entender as maneiras como a biblioteca OpenLayers é distribuída:\n\nol.js - script que é feito utilizando o compilador Closure em modo avançado (não legível por humanos)\nol-debug.js - versão legível para humanos utilizada durante o desenvolvimento\n\nQuando encontrar um bug, é importante que reporte utilizando a versão ol-debug.js. Também inclua a pilha completa da exceção. Você pode visualizá-la por meio de ferramentas de desenvolvimento Web, como a Developer Tools disponível no Chrome. Para fazer um teste, faremos um erro proposital no arquivo map.html trocando ol.layer.Tile por ol.layer.Image. A exceção que você verá é: Uncaught TypeError: undefined is not a function. Se reportar esse erro para o grupo de discussão, ninguém irá saber do que se trata. Assim, a primeira coisa a fazer, é mudar a tag script para que ela aponte para ol-debug.js ao invés de ol.js. Recarregue a página. O depurador agora irá parar no local do erro e podemos ver a pilha completa da exceção.\nUm breakpoint no depurador\n"},"layers/":{"url":"layers/","title":"Camadas e Fontes de Dados","keywords":"","body":"Camadas e Fontes de Dados\n\nFontes WMS\nFontes de blocos de dados de imagem (tiles)\nFornecedores proprietários de blocos de dados de imagem\nDados vetoriais\nFontes de imagens vetoriais\n\n"},"layers/wms.html":{"url":"layers/wms.html","title":"Fontes WMS","keywords":"","body":"Camadas WMS (Web Map Service)\nQuando você adiciona uma camada ao seu mapa, a fonte de dados da camada é, geralmente, responsável por obter os dados a serem exibidos. O dado requisitado pode ser do tipo raster ou vetorial. Você pode pensar no raster como uma informação renderizada pelo servidor em formato de imagem. Por outro lado, um dado vetorial é entregue pelo servidor como uma informação estruturada e pode ser renderizada pelo cliente (seu navegador).\nExistem diferentes serviços que fornecem dados do tipo raster. Esta seção apresenta os provedores que estão em conformidade com a especificação OGC (Open Geospatial Consortium, Inc.) Web Map Service (WMS).\nCriando uma camada\nIniciaremos com um exemplo completo e modificaremos as camadas para uma melhor compreensão de como elas funcionam.\nVamos examinar o seguinte código:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nSe você ainda não tiver feito, salve o texto acima como map.html no diretório raiz do workshop.\n\nAbra a página no seu navegador para confirmar que está funcionando: http://localhost:5173/map.html\n\n\nO construtor da classe ol.layer.Tile\nO construtor da classe ol.layer.Tile aceita como parâmetro um objeto literal do tipo ol.layer.TileOptions veja: http://openlayers.org/en/latest/apidoc/ol.layer.Tile.html.\nNeste caso, nós estamos passando a chave source por meio do objeto ol.source.TileWMS.\nA camada pode receber um título humanamente legível por meio da chave title, mas qualquer nome arbitrário para a chave pode ser fornecido aqui.\nNo OpenLayers existe uma separação entre as camadas (layers) e as fontes de dados (sources), apesar de no OpenLayers 2 tudo fazer parte da camada.\nol.layer.Tile representa uma grade regular de imagens, ol.layer.Image representa uma única imagem. Dependendo do tipo de camada, você pode usar uma fonte de dados diferente (ol.source.TileWMS versus ol.source.ImageWMS).\nO construtor da classe ol.source.TileWMS\nO construtor da classe ol.source.TileWMS tem um único argumento (ver: http://openlayers.org/en/latest/apidoc/ol.source.TileWMS.html).\nurl é o endereço do provedor WMS e params é um objeto literal com os nomes dos parâmetros e seus respectivos valores. Somente o parâmetro LAYERS é requerido. Neste exemplo, adicionamos TILED: true, uma extensão específica do Geoserver para melhorar o cache dos blocos (tiles) gerados pelas camadas WMS.\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ]\n\nTarefas\n\nEste mesmo servidor WMS fornece uma camada Natural Earth chamada 'ne:NE1_HR_LC_SR_W_DR'. Mude o valor do parâmetro LAYERS de 'nasa:bluemarble' para 'ne:NE1_HR_LC_SR_W_DR'.\nSeu construtor da classe ol.layer.Tile deve ficar assim: \n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'ne:NE1_HR_LC_SR_W_DR', TILED: true}\n })\n })\n\n\nMude sua camada e fonte de dados para ter uma imagem única ao ínves dos tiles. Olhe a documentação da API para algumas dicas: http://openlayers.org/en/latest/apidoc/ol.layer.Image.html e http://openlayers.org/en/latest/apidoc/ol.source.ImageWMS.html. Use a aba Network da ferramenta para desenvolvedores do seu navegador para checar se somente uma única imagem está sendo retornada ao invés de blocos de 256x256 pixels.\nUma camada WMS como uma fonte de dados de imagem\n\n\nParabéns! Você acabou de renderizar dados dinâmicos obtidos por meio de um serviço WMS, vamos aprender mais sobre serviços de tiles cacheados.\n"},"layers/cached.html":{"url":"layers/cached.html","title":"Fontes de blocos de dados de imagem (tiles)","keywords":"","body":"Tiles cacheados\nPor padrão, a camada Tile faz requisições para obter imagens de 256 x 256 pixels de modo a preencher a área de visualização do mapa. Conforme você move ou faz zoom no mapa, mais requisições são disparadas para preencher áreas que você ainda não visualizou. Enquanto seu navegador faz o cache de algumas imagens, muito processamento é normalmente exigido do servidor para renderizar imagens dinamicamente.\nComo esse tipo de camada faz requisições de imagens numa grade regular, é possível para o servidor fazer cache dessas requisições e retornar o resultado cacheado na próxima vez que você (ou outra pessoa) visitar a mesma área - ocasionando uma melhora no desempenho.\nol.source.XYZ\nA especificação WMS é muito flexível em termos do que um cliente pode requisitar. Sem restrições, isto faz com que seja muito difícil, ou até mesmo impossível, fazer cache.\nNo extremo oposto, um serviço pode oferecer tiles somente para níveis de zoom pré-determinados e somente para uma determinada grade. Isto pode ser generalizado como uma camada tiled com uma fonte de dados XYZ - você pode considerar X e Y para indicar a coluna e a linha da grade e Z para representar o nível de zoom.\nol.source.OSM\nO projeto OpenStreetMap (OSM) é um esforço para coletar e disponibilizar gratuitamente dados geoespaciais para o mundo. O projeto fornece diferentes renderizações de seus dados como conjuntos de tiles cacheados. Estas renderizações estão em conformidade com o arranjo básico da grid XYZ e podem ser usadas num mapa OpenLayers. A fonte de dados ol.source.OSM acessa os tiles fornecidos pelo OpenStreetMap.\nTarefas\n\nAbra o arquivo map.html da seção anterior num editor de texto e mude o código de inicialização do mapa conforme abaixo:\n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n }),\n controls: ol.control.defaults({\n attributionOptions: {\n collapsible: false\n }\n })\n });\n \n\n\nNo do mesmo documento, adicione algumas declarações de estilo para a camada: \n \n #map {\n width: 512px;\n height: 256px;\n }\n .ol-attribution a {\n color: black;\n }\n \n\n\nSalve suas alterações e atualize a página no seu navegador: http://localhost:5173/map.html \nUma camada `tiled` com uma fonte OSM\n\n\nOlhando mais de perto\nProjeções\nRevise a definição de visualização do mapa:\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n })\n\nDados geoespaciais podem vir em qualquer sistema de coordenadas. Um conjunto de dados pode usar coordenadas geográficas (longitude e latitude) em graus e outro pode usar coordenadas numa projeção local com unidades em metros. Uma discussão completa sobre sistemas de coordenadas referenciais está fora do escopo deste módulo, mas é importante entender o conceito básico.\nO OpenLayers precisa saber o sistema de coordenadas de seus dados. Internamente, isto é representado pelo objeto ol.proj.Projection mas também pode ser fornecida uma string.\nOs tiles do OpenStreetMap que você utilizará está na projeção de Mercator. Por causa disso, nós precisamos atribuir o centro do mapa utilizando coordenadas desta projeção. Considerando que é relativamente fácil encontrar coordenadas de um lugar de interesse em coordenadas geográficas, nós usamos o método ol.proj.fromLonLat para converter coordenadas geográficas ('EPSG:4326') para coordenadas Mercator ('EPSG:3857').\nProjeções alternativas\nO OpenLayers inclui transformações entre sistemas de coordenadas geográficas ('EPSG:4326') e Web Mercator ('EPSG:3857'). Por isso, conseguimos utilizar a função ol.proj.fromLonLat sem qualquer esforço extra. Se você quiser trabalhar com dados em outras projeções, você precisará de algumas informações adicionais antes de usar as funções ol.proj.*.\nPor exemplo, se quiser trabalhar com dados no sistema de coordenadas 'EPSG:21781', você precisa incluir duas tags de script em sua página:\n \n \n\nEm seguida, no código de sua aplicação, você pode registrar esta projeção e atribuir sua extensão (extent):\n // This creates a projection object for the EPSG:21781 projection\n // and sets a \"validity extent\" in that projection object.\n var projection = ol.proj.get('EPSG:21781');\n projection.setExtent([485869.5728, 76443.1884, 837076.5648, 299941.7864]);\n\nO extent pode ser obtido no site http://epsg.io/ usando o código EPSG.\nCriação da camada\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n\nComo antes, nós criamos uma camada e a adicionamos ao array layers do objeto de configuração do mapa. Desta vez, nós aceitamos todas as opções default para a fonte de dados.\nStyle\n .ol-attribution a {\n color: black;\n }\n\nUm aprofundamento sobre os controles do mapa também está fora do escopo deste módulo, mas estas declarações fornecem uma prévia. Por padrão, um controle ol.control.Attribution é adicionado a todos os mapas. Isto permite que as fontes de dados possam fornecer informações de atribuição sobre a área de visualização do mapa. As declarações acima, alteram o estilo desta atribuição para o nosso mapa (note a linha de Copyright sobre a parte inferior direita do mapa).\nConfiguração do controle Attribution\nPor padrão, o controle ol.control.Attribution adiciona um botão i (informação) que pode ser pressionado para mostrar a informação de atribuição. Para ficar em conformidade com os Termos de Uso do OpenStreetMap e sempre mostrar a informação de atribuição, a seguinte opção é passada para o construtor do objeto ol.Map:\n controls: ol.control.defaults({\n attributionOptions: {\n collapsible: false\n }\n })\n\nIsto remove o botão i e faz com que a informação de atribuição esteja sempre visível.\nTendo dominado as camadas de tiles cacheados publicamente disponíveis, trabalharemos a seguir com camadas raster proprietárias.\n"},"layers/proprietary.html":{"url":"layers/proprietary.html","title":"Fornecedores proprietários de blocos de dados de imagem","keywords":"","body":"Camadas raster proprietárias\nNas seções anteriores, nós exibimos camadas que estão em conformidade com o padrão WMS (OGC Web Map Service) e um cache personalizado de tiles. Os mapas online (ou pelo menos os clientes de mapa em blocos) foram largamente popularizados pela disponibilização de serviços de tiles proprietários. O OpenLayers fornece tipos de camadas que trabalham com esses serviços proprietários por meio de suas APIs.\nNesta seção, continuaremos trabalhando sobre o exemplo da seção anterior, adicionando uma camada tiles do Bing.\nBing!\nVamos adicionar uma camada Bing!\nTarefas\n\nNo seu arquivo map.html, encontre o local onde foi configurada a fonte OSM (OpenStreetMap) e mude para ol.source.BingMaps\n source: new ol.source.BingMaps({\n imagerySet: 'Road',\n key: ''\n })\n\nNota - A API do Bing requer que você registre uma chave para usá-lo dentro de sua aplicação. Este exemplo usa uma chave que você não deve utilizar em produção. Para usar em produção, registre uma chave em: https://www.bingmapsportal.com/.\n\nSalve as alterações e recarregue o arquivo map.htmlem seu navegador: http://localhost:5173/map.html\nUm mapa com uma camada Bing\n\n\nExemplo completo\nSeu arquivo map.html deveria estar assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n .ol-attribution a {\n color: black;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.BingMaps({\n imagerySet: 'Road',\n key: ''\n })\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n })\n });\n \n \n\n\n"},"layers/vector.html":{"url":"layers/vector.html","title":"Dados vetoriais","keywords":"","body":"Camadas vetoriais\nCamadas vetoriais são representadas pela classe ol.layer.Vector e delegam para o cliente a renderização dos dados. Atualmente, o OpenLayers suporta uma renderização vetorial completa utilizando o Canvas, mas somente geometrias do tipo ponto no WebGL.\nRenderizando features no cliente\nVamos voltar ao exemplo WMS para gerar um mapa básico do mundo. Adicionaremos algumas geometrias sobre o mapa numa camada vetorial.\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nAbra o arquivo map.html no seu editor de texto e copie o conteúdo inicial do exemplo WMS. Salve suas alterações e confirme que está funcionando no seu navegador: http://localhost:5173/map.html\n\nNo seu código de inicialização, adicione outra camada depois da camada Tile (cole o código abaixo). Isto adiciona uma nova camada vetorial ao seu mapa. Ela requisitará um conjuntos de features armazenadas no formato GeoJSON:\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n\nLocalizações de terremoto\n\n\nOlhando mais de perto\nVamos examinar a criação da camada vetorial para termos uma ideia do que está acontecendo.\nnew ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n})\n\nA camada recebe o título de 'Earthquakes' e algumas outras opções. Dentre as opções, incluímos uma chave source do tipo ol.source.Vector que aponta para uma url. Além disso, fornecemos o formato (format) que será utilizado para fazer o parser dos dados.\nNota - Caso você quisesse estilizar features em função de algum atributo, você usaria uma função de estilo ao invés do ol.style.Style para a opção style da classe ol.layer.Vector.\nTarefa de Bônus\n\nOs círculos brancos no mapa representam um objeto ol.Feature da sua camada ol.layer.Vector. Cada uma dessas features, possui as propriedades title e summary. Registre um listener 'singleclick' no mapa que chama o método forEachFeatureAtPixel e mostra informações sobre o terremoto abaixo do mapa.\n\nOs dados da camada vetorial são de um feed publicado pela USGS (http://earthquake.usgs.gov/earthquakes/catalogs/). Veja se você consegue encontrar informações adicionais em formatos suportados pelo OpenLayers. Se você salvar outro documento no diretório data, você deve ser capaz de visualizá-lo por meio de uma camada vetorial. \n\n\nSoluções\nVocê pode adicionar uma div info abaixo do seu mapa para responder a primeira tarefa de bônus:\n\n\ne adicionar o seguinte código JavaScript para mostrar o título do objeto que recebeu o clique:\nmap.on('singleclick', function(e) {\n var feature = map.forEachFeatureAtPixel(e.pixel, function(feature) {\n return feature;\n });\n var infoElement = document.getElementById('info');\n infoElement.innerHTML = feature ? feature.get('title') : '';\n});\n\n"},"layers/imagevector.html":{"url":"layers/imagevector.html","title":"Fontes de imagens vetoriais","keywords":"","body":"Fontes de imagens vetoriais\nNo exemplo anterior usando a classe ol.layer.Vector, você pode ver que as features são redesenhadas continuamente durante o zoom (o tamanho dos símbolos que representam o ponto continua fixo). Com uma camada vetorial, o OpenLayers irá redesenhar a fonte de dados cada vez que o mapa sofrer algum deslocamento. Isto fornece uma renderização consistente das linhas, pontos, símbolos e rótulos de acordo com a resolução atual do mapa.\nUma estratégia alternativa é evitar essa re-renderização durante as transições, reposicionando e escalando a geometria em função do seu estado anterior. Isto é possível com o uso conjunto das classes ol.layer.Image e ol.source.ImageVector. Com esta combinação, \"snapshots\" dos seus dados são renderizados quando a visualização não está sendo alterada e estes snapshots são reusados durante as transições de visualização.\nO examplo abaixo usa as duas classes citadas acima. Emborar este exemplo renderize somente uma pequena quantidade de dados, esta combinação seria apropriada para aplicações que renderizam uma grande quantidade de dados estáticos.\nol.source.ImageVector\nVamos agora voltar ao exemplo dos dados sobre terremotos:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nAbra o arquivo map.html no seu editor de texto e copie o conteúdo do exemplo acima. Salve as alterações e confirme o funcionamento no navegador: http://localhost:5173/map.html\n\nAltere a camada vetorial para:\n new ol.layer.Image({\n title: 'Earthquakes',\n source: new ol.source.ImageVector({\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n })\n\n\nRecarregue a página http://localhost:5173/map.html no navegador\nNota - Você verá os mesmos dados vetoriais, mas representados como uma imagem. Ainda será possível fazer a detecção das geometrias, mas os dados vetoriais terão uma qualidade menor. Assim, é essencialmente um trade-off entre desempenho e qualidade. \n\n\nOlhando mais de perto\nVamos examinar a criação da camada para entender o que está acontecendo.\n new ol.layer.Image({\n title: 'Earthquakes',\n source: new ol.source.ImageVector({\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n })\n\nNós estamos usando a classe ol.layer.Image ao invés da ol.layer.Vector. Entretanto, nós podemos ainda usar os dados vetoriais a partir da classe ol.source.ImageVector, fazendo uso da fonte original da classe ol.source.Vector. Observe que o estilo é fornecido para a configuração da classe ol.source.ImageVector e não para a camada.\nTarefas de bônus\n\nVerifique se a detecção da feature continua funcionando registrando um listener 'singleclick' ao mapa e chamando o método forEachFeatureAtPixel sobre ele. Exiba as informações retornadas abaixo da área do mapa.\n\n"},"controls/":{"url":"controls/","title":"Controles e Interações","keywords":"","body":"Controles e Interações\n\nControle ScaleLine\nInteração Select\nInteração Draw\nInteração Modify\n\n"},"controls/scaleline.html":{"url":"controls/scaleline.html","title":"Controle ScaleLine","keywords":"","body":"Mostrando a barra de escala\nA barra de escala é um controle muito comum de encontrarmos num mapa. O OpenLayers fornece uma classe ol.control.ScaleLine para isso.\nCriando um controle ScaleLine\nTarefas\n\nAbra o arquivo map.html no seu editor.\n\nEm algum lugar na configuração do mapa, adicione o código para criar o controle ScaleLine:\ncontrols: ol.control.defaults().extend([\n new ol.control.ScaleLine()\n]),\n\n\nSalve suas alterações e abra o arquivo map.htmlem seu navegador: http://localhost:5173/map.html\nO controle ScaleLine na parte inferior esquerda\n\n\nReposicionando o controle\nTalvez você ache um pouco difícil enxergar o controle sobre a imagem. Há algumas alternativas para melhorar a visualização da escala. Se você quiser manter o controle na região do mapa, você pode adicionar algumas declarações de estilo ao seu documento. Vamos testar alterando a cor de fundo e alterando o padding do controle:\n .ol-scale-line {\n background: black;\n padding: 5px;\n }\n\nContudo, a título de exemplo, vamos imaginar que seu mapa já esteja com muitas informações. Para evitar adicionar mais um controle sobre ele, podemos exibir o ScaleLine em um local diferente. Para isso, precisamos criar um elemento de marcação adicional e dizer para o controle o novo local de renderização.\nTarefas\n\nCrie um novo elemento em nível de bloco no de sua página. Para tornar mais fácil o referenciamento deste novo elemento, forneceremos um identificador através do atributo id. Insira o seguinte código em algum lugar dentro do elemento da sua página map.html(faz sentido colocá-lo logo depois do trecho ):\n \n\n\nAgora modifique o código criando o controle ScaleLine e fazendo com que ele referencie este elemento:\n controls: ol.control.defaults().extend([\n new ol.control.ScaleLine({className: 'ol-scale-line', target: document.getElementById('scale-line')})\n ]),\n\n\nSalve suas alterações e abra o arquivo map.html no navegador: http://localhost:5173/map.html \n\nDefina a posição do controle com, por exemplo, a seguinte declaração CSS:\n .scale-line {\n position: absolute;\n top: 350px;\n }\n .ol-scale-line {\n position: relative;\n bottom: 0px;\n left: 0px;\n }\n\n\nSalve suas alterações e abra o arquivo map.html novamente no navegador: http://localhost:5173/map.html \nO controle ScaleLine fora do mapa\n\n\nNota - Para criar um controle personalizado você pode herdar (usando a classe ol.inherits) da classe ol.control.Control. Para ver um exemplo, veja: http://openlayers.org/en/latest/examples/custom-controls.html.\n"},"controls/select.html":{"url":"controls/select.html","title":"Interação Select","keywords":"","body":"Selecionando features\nComo vimos no módulo sobre camadas, nós podemos colocar features vetoriais sobre o mapa. Uma das vantagens dos dados vetoriais é que usuários podem interagir com eles. Neste exemplo, criaremos uma camada vetorial na qual os usuários podem selecionar e visualizar informações sobre a feature.\nNo exemplo anterior, utilizamos a classe ol.control.Control. Controles possuem uma representação visual sobre o mapa ou adicionam elementos DOM ao documento. Um objeto do tipo ol.interaction.Interaction é responsável por tratar a interação do usuário, mas geralmente não possui representação visual. Este exemplo demonstra o uso da classe ol.interaction.Select para interagir com as features de uma camada vetorial.\nCriar uma camada vetorial e adicionar uma interação do tipo Select\nTarefas\n\nIniciaremos com o exemplo de camada vetorial da seção anterior. Abra o arquivo map.html no seu editor de texto e altere-o para que fique assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([\n new ol.interaction.Select({\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#FF0000'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n\n\n\nSalve suas alterações no arquivo map.html e abra a página no navegador: http://localhost:5173/map.html. Para ver a seleção da feature em ação, dê um clique para selecionar um terremoto:\nUsando uma interação para selecionar features de uma camada vetorial\n\n\n"},"controls/draw.html":{"url":"controls/draw.html","title":"Interação Draw","keywords":"","body":"Desenhando features\nNovas geometrias podem ser desenhadas utilizando a interação ol.interaction.Draw. Esta interação é construída com uma fonte vetorial e um tipo de geometria.\nCriar uma camada vetorial e uma interação Draw\nTarefas\n\nVamos começar com o exemplo abaixo. Abra o arquivo map.html em seu editor de texto e deixe-o assim:\n \n \n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var source = new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n });\n var draw = new ol.interaction.Draw({\n source: source,\n type: 'Point'\n });\n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([draw]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: source,\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n \n\n\nSalve suas alterações no arquivo map.html e abra a página em seu navegador: http://localhost:5173/map.html. Para desenhar um ponto, clique sobre o mapa e adicione uma nova feature:\nUsando uma interação para adicionar geometrias para uma fonte vetorial\n\n\nTarefas de Bônus\n\nCrie um listener para obter as coordenadas X e Y após desenhar um ponto.\n\nSoluções\nAqui está a solução para a primeira atividade de bônus. Nós registramos um observador para o evento drawed da classe ol.interaction.Draw. Este método loga as coordenadas X e Y no console de desenvolvimento:\ndraw.on('drawend', function(evt){\n var feature = evt.feature;\n var p = feature.getGeometry();\n console.log(p.getCoordinates());\n});\n\n"},"controls/modify.html":{"url":"controls/modify.html","title":"Interação Modify","keywords":"","body":"Modificando features\nA alteração de features funciona a partir da combinação da classe ol.interaction.Select com a classe ol.interaction.Modify. Elas compartilham uma coleção (ol.Collection) de features. Features selecionadas pela ol.interaction.Select tornam-se candidatas para modificação com a ol.interaction.Modify.\nCriar uma camada vetorial e uma interação do tipo Modify\nTarefas\n\nVamos iniciar com o exemplo completo. Abra o arquivo map.html em seu editor de texto e deixe-o assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var source = new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n });\n var style = new ol.style.Style({\n image: new ol.style.Circle({\n radius: 7,\n fill: new ol.style.Fill({\n color: [0, 153, 255, 1]\n }),\n stroke: new ol.style.Stroke({\n color: [255, 255, 255, 0.75],\n width: 1.5\n })\n }),\n zIndex: 100000\n });\n var select = new ol.interaction.Select({style: style});\n var modify = new ol.interaction.Modify({\n features: select.getFeatures()\n });\n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([select, modify]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: source,\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n\n\n\nSalve suas alterações no arquivo map.html e abra a página em seu navegador: http://localhost:5173/map.html. Para ver o componente em ação, clique para selecionar um terremoto e arraste para mover o ponto.\n\n\nOlhando mais de perto\nVamos entender agora como a alteração de features funciona.\n var style = new ol.style.Style({\n image: new ol.style.Circle({\n radius: 7,\n fill: new ol.style.Fill({\n color: [0, 153, 255, 1]\n }),\n stroke: new ol.style.Stroke({\n color: [255, 255, 255, 0.75],\n width: 1.5\n })\n }),\n zIndex: 100000\n });\n var select = new ol.interaction.Select({style: style});\n var modify = new ol.interaction.Modify({\n features: select.getFeatures()\n });\n\nNós criamos duas interações, uma ol.interaction.Select para selecionar a feature antes de modificá-la e uma ol.interaction.Modify para modificar as geometrias. Elas compartilham a mesma coleção de features. Features selecionadas usando a ol.interaction.Modify tornam-se candidatas para modificação com a ol.interaction.Modify. Do mesmo modo de antes, a ol.interaction.Select é configurada com um objeto style, que efetivamente define o estilo para desenhar a geometria. Quando o usuário clica sobre o mapa novamente, a feature será desenhada com o estilo da camada.\n"},"vector/":{"url":"vector/","title":"Vector Data","keywords":"","body":"Let's make a feature editor!\nIn this module, we'll create a basic editor for working with vector data. Our goal is to make it so a user can import data, draw new features, modify existing features, and export the result. We'll be working with GeoJSON data in this module, but OpenLayers supports a broad range of vector formats if you're interested in working with other sources.\n\nRendering GeoJSON\nDrag and drop\nModifying features\nDrawing new features\nSnapping\nDownloading features\nMaking it look nice\n\n"},"vector/formats.html":{"url":"vector/formats.html","title":"Formatos","keywords":"","body":"Trabalhando com formatos vetoriais\nO construtor base da classe ol.layer.Vector fornece um tipo de camada altamente flexível. Por padrão, quando você cria uma camada vetorial, nenhuma suposição é feita sobre a origem dos dados, já que isto é competência da classe ol.source.Vector. Antes de falarmos sobre estilos, esta seção introduz o básico sobre formatos vetoriais.\nol.format\nA classe ol.Format do OpenLayers é responsável por fazer o parser dos dados vindos do servidor representando geometrias vetoriais. Esta classe converte o dado cru para um objeto do tipo ol.Feature.\nConsidere os dois blocos de código abaixo. Ambos representam o mesmo objeto ol.Feature (um ponto em Barcelona, Espanha). O primeiro é serializado como GeoJSON (usando o parser ol.format.GeoJSON). O segundo é serializado como KML (OGC Keyhole Markup Language) (usando o parserol.format.KML`).\nExemplo GeoJSON\n{\n \"type\": \"Feature\",\n \"id\": \"OpenLayers.Feature.Vector_107\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [-104.98, 39.76]\n }\n}\n\nExemplo KML\n\n\n \n \n -104.98,39.76\n \n \n\n\n"},"vector/style-intro.html":{"url":"vector/style-intro.html","title":"Estilos","keywords":"","body":"Entendendo estilos\nQuando atribuímos estilos a elementos HTML, geramos um CSS com uma estrutura mais ou menos assim:\n .someClass {\n background-color: blue;\n border-width: 1px;\n border-color: olive;\n }\n\n.someClass é um seletor (neste caso, está selecionando todos os elementos que possuem uma classe chamada 'someClass') e o bloco seguinte é um grupo de propriedades e valores, conhecido como declaração de estilos.\nEstilizando camadas\nCamadas vetoriais podem ter estilos. Mais especificamente, uma camada vetorial pode ser configurada com um objeto ol.style.Style, um array de objetos ol.style.Style, ou uma função que aceita como parâmetro um objeto ol.Feature e uma resolução, retornando um array de objetos ol.style.Style.\nAqui está um exemplo de camada vetorial configurada com um estilo estático:\n var layer = new ol.layer.Vector({\n source: new ol.source.Vector(),\n style: new ol.style.Style({\n // ...\n })\n });\n\nE aqui um exemplo de camada vetorial configurada com uma função de estilo que aplica um estilo para todas as features que tenham um atributo chamado class contendo o valor 'someClass':\n var layer = new ol.layer.Vector({\n source: new ol.source.Vector(),\n style: function(feature, resolution) {\n if (feature.get('class') === 'someClass') {\n // create styles...\n return styles;\n }\n },\n });\n\nSymbolizers\nO equivalente de um bloco de declaração de estilos em CSS no OpenLayers é um symbolizer (são geralmente instâncias de classes ol.style). Para desenhar um polígono com cor de fundo azul, linha na cor olive e 1 pixel de largura, você poderia utilizar dois symbolizers como a seguir:\n new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'blue'\n }),\n stroke: new ol.style.Stroke({\n color: 'olive',\n width: 1\n })\n });\n\nA depender do tipo de geometria, diferentes symbolizers podem ser aplicados. Linhas funcionam como polígonos, mas não possuem um preenchimento. Pontos podem ser estilizados com a classe ol.style.Circle ou ol.style.Icon. O primeiro é usado para renderizar formas circulares, o último para usar imagens de um arquivo (ex. arquivos png). Aqui está um exemplo do primeiro caso:\n new ol.style.Circle({\n radius: 20,\n fill: new ol.style.Fill({\n color: '#ff9900',\n opacity: 0.6\n }),\n stroke: new ol.style.Stroke({\n color: '#ffcc00',\n opacity: 0.4\n })\n });\n\nol.style.Style\nUm objeto ol.style.Style possui quatro chaves: fill, image, stroke and text. Possui, além dessas, uma propriedade opcional chamada zIndex. A função de estilo retornará um array de objetos ol.style.Style.\nSe você quiser que todas as features sejam vermelhas, exceto aquelas que possuem o atributo class com o valor \"someClass\" (estas você quer que fiquem na cor azul e linha olive com 1px de largura), você pode criar uma função de estilo dessa forma (é importante criar objetos de estilo fora da função para que eles possam ser reutilizados, mas aqui criaremos inline para manter o exemplo mais simples):\n var primaryStyle = new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'blue'\n }),\n stroke: new ol.style.Stroke({\n color: 'olive',\n width: 1\n })\n });\n\n var otherStyle = new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'red'\n })\n });\n\n layer.setStyle(function(feature, resolution) {\n if (feature.get('class') === 'someClass') {\n return primaryStyle;\n } else {\n return otherStyle;\n } \n });\n\nNota - É importante criar os estilos fora da função. A função é chamada diversas vezes durante a renderização, e você verá transições mais suaves se suas funções de estilo não gerarem muito lixo.\nUma feature também tem a opção de configuração de estilo que aceita somente a resolução como argumento. Isto torna possível estilizar as features de forma individual (baseado na resolução).\nPseudo-classes\nO CSS permite o uso de pseudo-classes nos seletores. Elas, basicamente, limitam a aplicação das declarações de estilo a certos contextos que não são facilmente representados no seletor, como: posição do mouse, vizinhança de elementos ou histórico do navegador. No OpenLayers, existe um conceito similar com a opção style de uma interação ol.interaction.Select.\nExemplo:\n var select = new ol.interaction.Select({\n style: new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'rgba(255,255,255,0.5)'\n })\n })\n });\n\nAgora que você já sabe os conceitos básicos dos estilos, é hora de seguir para estilização de camadas vetoriais.\n"},"vector/style.html":{"url":"vector/style.html","title":"Making it look nice","keywords":"","body":"Making it look nice\nAt this point we have a feature editor with basic import, editing, and export functionality. But we haven't spent any time trying to make the features look nice. When you create a vector layer in OpenLayers, you get a set of default styles. The editing interactions (draw and modify) also come with their own default styles. You may have noticed how geometries had a thicker stroke during editing. This behavior can be controlled by providing a style option to your vector layer and editing interactions.\nFirst, we will import the required constructors:\nimport {Style, Fill, Stroke} from 'ol/style';\n\nStatic style\nIf we wanted to give all features the same style, we could configure our vector layer like this:\nconst layer = new VectorLayer({\n source: source,\n style: new Style({\n fill: new Fill({\n color: 'red',\n }),\n stroke: new Stroke({\n color: 'white',\n }),\n }),\n});\n\nIt is also possible to set the style property to an array of styles. This allows rendering of a cased line (a wide stroke below and a narrower one on top), for example.\nWhile there isn't really a good justification of it here, for the sake of this exercise we'll take advantage of dynamic styling.\nDynamic style\nWhen you want to make decisions about how each feature should get rendered based on something about the feature or the current view resolution, you can configure a vector layer with a style function. This function gets called with each feature at each render frame, so it is important to write an efficient function if you have many features and want to maintain good rendering performance.\nHere is an example that renders features using one of two styles depending on whether the \"name\" attribute starts with \"A-M\" or \"N-Z\" (a completely contrived example).\nconst layer = new VectorLayer({\n source: source,\n style: function (feature, resolution) {\n const name = feature.get('name').toUpperCase();\n return name \nStyling based on geometry area\nTo see how dynamic styling works, we'll create a style function that renders features based on the geometry area. To do this, we're going to make use of a colormap package on npm. We can add this to our dependencies like this:\nnpm install colormap\nNow, we need to import the colormap package and ol/sphere for spherical area calculations.\nimport colormap from 'colormap';\nimport {getArea} from 'ol/sphere';\n\nNext we'll write a couple functions to determine a color based on the area of a geometry:\nconst min = 1e8; // the smallest area\nconst max = 2e13; // the biggest area\nconst steps = 50;\nconst ramp = colormap({\n colormap: 'blackbody',\n nshades: steps,\n});\n\nfunction clamp(value, low, high) {\n return Math.max(low, Math.min(value, high));\n}\n\nfunction getColor(feature) {\n const area = getArea(feature.getGeometry());\n const f = Math.pow(clamp((area - min) / (max - min), 0, 1), 1 / 2);\n const index = Math.round(f * (steps - 1));\n return ramp[index];\n}\n\nAnd now we can add a function that creates a style with a fill color based on the geometry area. Set this function as the style property of your vector layer:\nconst layer = new VectorLayer({\n source: source,\n style: function (feature) {\n return new Style({\n fill: new Fill({\n color: getColor(feature),\n }),\n stroke: new Stroke({\n color: 'rgba(255,255,255,0.8)',\n }),\n });\n },\n});\n\nFeatures colored by area\n"},"custom-builds/":{"url":"custom-builds/","title":"Builds Personalizados","keywords":"","body":"Builds Personalizados\n\nConceitos\nCriar builds personalizados\n\n"},"custom-builds/concepts.html":{"url":"custom-builds/concepts.html","title":"Conceitos","keywords":"","body":"Entendendo builds personalizados\nO OpenLayers é uma extensa biblioteca que fornece muitas funcionalidades. Assim, é improvável que uma aplicação precise e faça uso de todas as funcionalidades que a biblioteca possui. Builds personalizados (chamados de application-specific builds) são builds que contém somente as funções do OpenLayers que sua aplicação utilizará. Eles são geralmente muito menores do que um build completo, portanto, criar builds personalizados é muitas vezes uma boa ideia.\nRequerimentos\nOs builds do OpenLayers são criados a partir do Compilador Closure. O objetivo deste compilador é gerar um JavaScript menor e que rode mais rápido.\nO Compilador Closure é um programa java, então para executá-lo precisamos da máquina virtual Java (JVM). Portanto, antes de passar para a próxima seção e criar um build personalizado, veja se o Java está instalado em sua máquina.\nVocê precisa somente do Java Runtime Environment, que você pode baixar no site da Oracle. Por exemplo, para Windows, você pode baixar e instalar o arquivo jre-8u60-windows-i586.exe.\nArquivo de configuração do Build\nCriar um build personalizado requer um arquivo de configuração. O formato do arquivo é JSON. Segue um exemplo de arquivo de configuração:\n{\n \"exports\": [\n \"ol.Map\",\n \"ol.View\",\n \"ol.layer.Tile\",\n \"ol.source.OSM\"\n ],\n \"jvm\": [],\n \"umd\": true,\n \"compile\": {\n \"externs\": [\n \"externs/bingmaps.js\",\n \"externs/closure-compiler.js\",\n \"externs/esrijson.js\",\n \"externs/geojson.js\",\n \"externs/oli.js\",\n \"externs/olx.js\",\n \"externs/proj4js.js\",\n \"externs/tilejson.js\",\n \"externs/topojson.js\"\n ],\n \"define\": [\n \"goog.dom.ASSUME_STANDARDS_MODE=true\",\n \"goog.DEBUG=false\",\n \"ol.ENABLE_DOM=false\",\n \"ol.ENABLE_WEBGL=false\",\n \"ol.ENABLE_PROJ4JS=false\",\n \"ol.ENABLE_IMAGE=false\"\n ],\n \"jscomp_error\": [\n \"*\"\n ],\n \"jscomp_off\": [\n \"analyzerChecks\",\n \"lintChecks\",\n \"unnecessaryCasts\",\n \"useOfGoogBase\"\n ],\n \"extra_annotation_name\": [\n \"api\", \"observable\"\n ],\n \"compilation_level\": \"ADVANCED\",\n \"warning_level\": \"VERBOSE\",\n \"use_types_for_optimization\": true,\n \"manage_closure_dependencies\": true\n }\n}\n\nA parte mais relevante da configuração é o array exports. Nele estão declaradas as funções/construtores que você usou em seu código JavaScript. Por exemplo, a configuração acima é o que você precisará para executar o código abaixo:\nvar map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n view: new ol.View({\n center: [0, 0],\n zoom: 4\n })\n});\n\n"},"custom-builds/create.html":{"url":"custom-builds/create.html","title":"Criar builds personalizados","keywords":"","body":"Criando builds personalizados\nNesta seção, criaremos um build personalizado para criação do mapa do último capítulo.\n\nInicie com o arquivo map.html que você criou anteriormente:\n \n \n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var style = (function() {\n var stroke = new ol.style.Stroke({\n color: 'black'\n });\n var textStroke = new ol.style.Stroke({\n color: '#fff',\n width: 3\n });\n var textFill = new ol.style.Fill({\n color: '#000'\n });\n return function(feature, resolution) {\n return [new ol.style.Style({\n stroke: stroke,\n text: new ol.style.Text({\n font: '12px Calibri,sans-serif',\n text: feature.get('key'),\n fill: textFill,\n stroke: textStroke\n })\n })];\n };\n })();\n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n }),\n new ol.layer.Vector({\n title: 'Buildings',\n source: new ol.source.Vector({\n url: '/data/layers/buildings.kml',\n format: new ol.format.KML({\n extractStyles: false\n })\n }),\n style: style\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([-122.79264450073244, 42.30975194250527]),\n zoom: 16\n })\n });\n \n \n \n\n\nCrie um arquivo de build chamado ol-custom.json para este mapa: \n\n\n{\n \"exports\": [\n \"ol.Map\",\n \"ol.View\",\n \"ol.format.KML\",\n \"ol.layer.Tile\",\n \"ol.layer.Vector\",\n \"ol.proj.fromLonLat\",\n \"ol.source.OSM\",\n \"ol.source.Vector\",\n \"ol.style.Fill\",\n \"ol.style.Stroke\",\n \"ol.style.Style\",\n \"ol.style.Text\"\n ],\n \"jvm\": [],\n \"umd\": true,\n \"compile\": {\n \"externs\": [\n \"externs/bingmaps.js\",\n \"externs/cartodb.js\",\n \"externs/closure-compiler.js\",\n \"externs/esrijson.js\",\n \"externs/geojson.js\",\n \"externs/oli.js\",\n \"externs/olx.js\",\n \"externs/proj4js.js\",\n \"externs/tilejson.js\",\n \"externs/topojson.js\"\n ],\n \"define\": [\n \"goog.DEBUG=false\",\n \"ol.ENABLE_WEBGL=false\",\n \"ol.ENABLE_PROJ4JS=false\"\n ],\n \"jscomp_error\": [\n \"*\"\n ],\n \"jscomp_off\": [\n \"analyzerChecks\",\n \"lintChecks\",\n \"unnecessaryCasts\",\n \"useOfGoogBase\"\n ],\n \"extra_annotation_name\": [\n \"api\", \"observable\"\n ],\n \"compilation_level\": \"ADVANCED\",\n \"warning_level\": \"VERBOSE\",\n \"use_types_for_optimization\": true,\n \"manage_closure_dependencies\": true\n }\n}\n\n\nCrie o build personalizado usando o script Node build.js do OpenLayers:\n$ node node_modules/openlayers/tasks/build.js ol-custom.json ol-custom.js\n\nEste comando vai gerar o arquivo ol-custom.js no diretório raiz do projeto.\n\nAgora altere o arquivo map.html para usar o build personalizado (ol-custom.js) ao invés do carregador de desenvolvimento.\nEntão altere:\n \n\nPara\n \n\nA página deve carregar muito mais rápido do que antes!\n\n\n"},"vector/geojson.html":{"url":"vector/geojson.html","title":"Rendering GeoJSON","keywords":"","body":"Rendering GeoJSON\nBefore getting into editing, we'll take a look at basic feature rendering with a vector source and layer. The workshop includes a countries.json GeoJSON file in the data directory. We'll start by just loading that data up and rendering it on a map.\nFirst, edit your index.html in order to add a dark background to the map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n background-color: #04041b;\n }\n \n \n \n \n \n \n\n\nNow we'll import the three important ingredients for working with vector data:\n\na format for reading and writing serialized data (GeoJSON in this case)\na vector source for fetching the data and managing a spatial index of features\na vector layer for rendering the features on the map\n\nUpdate your main.js to load and render a local file containing GeoJSON features:\nimport GeoJSON from 'ol/format/GeoJSON';\nimport Map from 'ol/Map';\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\nimport View from 'ol/View';\n\n// assign to a variable named `map` for later use\nconst map = new Map({\n target: 'map-container',\n layers: [\n new VectorLayer({\n source: new VectorSource({\n format: new GeoJSON(),\n url: './data/countries.json',\n }),\n }),\n ],\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nYou should now be able to see a map with country borders at http://localhost:5173/.\nGeoJSON features\nSince we'll be reloading the page a lot, it would be nice if the map stayed where we left it in a reload. We can bring in the Link interaction to make this work.\nIn our main.js we'll import the new interaction:\nimport Link from 'ol/interaction/Link';\n\nAnd now we can add a new link interaction to our map:\nmap.addInteraction(new Link());\n\nNow you should see that page reloads keep the map view stable. And the back button works as you might expect.\n"},"vector/drag-n-drop.html":{"url":"vector/drag-n-drop.html","title":"Drag and drop","keywords":"","body":"Drag and drop\nFor our feature editor, we want users to be able to import their own data for editing. We'll use the DragAndDrop interaction for this. As before, we'll stick with the GeoJSON format for parsing features, but the interaction can be configured to work with any number of feature formats.\nStart by editing the map configuration in your main.js file so that there are no layers added. We're going to be passing our map to a number of other components in this exercise, so make sure you have assigned the map to a variable named map.:\nconst map = new Map({\n target: 'map-container',\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nNext, import the drag and drop interaction into your main.js:\nimport DragAndDrop from 'ol/interaction/DragAndDrop';\n\nNext, we'll create a vector source with no initial data. Instead of loading data from a remote location as in the previous example, this source will store features that the user drags and drops onto the map.\nconst source = new VectorSource();\n\nNow, remove the old layers list from the map, create a new layer with our empty vector source, and add it to the map.\nconst layer = new VectorLayer({\n source: source,\n});\nmap.addLayer(layer);\n\nFinally, we'll create a drag and drop interaction, configure it to work with our vector source, and add it to the map:\nmap.addInteraction(\n new DragAndDrop({\n source: source,\n formatConstructors: [GeoJSON],\n }),\n);\n\nNow you should be able to drag and drop GeoJSON files onto the map and see them rendered.\nDrag and drop\n"},"vector/modify.html":{"url":"vector/modify.html","title":"Modifying features","keywords":"","body":"Modifying features\nNow that we have a way for users to load data into the editor, we want to let them edit features. We'll use the Modify interaction for this, configuring it to modify features on our vector source.\nFirst, import the Modify interaction in your main.js:\nimport Modify from 'ol/interaction/Modify';\n\nNext, create a new interaction connected to the vector source and add it to the map (at the bottom of main.js):\nmap.addInteraction(\n new Modify({\n source: source,\n }),\n);\n\nAfter adding data to the map confirm that you can modify features by dragging their vertices. You can also delete vertices with Alt+Click.\nModifying features\n"},"vector/draw.html":{"url":"vector/draw.html","title":"Drawing new features","keywords":"","body":"Drawing new features\nOur feature editor can now be used for loading data and modifying features. Next up, we'll add a Draw interaction to allow people to draw new features and add them to our source.\nFirst, import the Draw interaction (in main.js):\nimport Draw from 'ol/interaction/Draw';\n\nNow, create a draw interaction configured to draw polygons and add them to our vector source:\nmap.addInteraction(\n new Draw({\n type: 'Polygon',\n source: source,\n }),\n);\n\nThe type property of the draw interaction controls what type of geometries are drawn. The value can be any of the GeoJSON geometry types.\nWith our draw interaction in place, we can now add new features to our vector source.\nA new island nation in the Caribbean\n"},"vector/snap.html":{"url":"vector/snap.html","title":"Snapping","keywords":"","body":"Snapping\nYou may have noticed that it is easy to draw features that don't line up nicely with existing features. In addition, when modifying features, we can break topology — adding a void between polygons that were previously adjacent. The Snap interaction can be used to help preserve topology while drawing and editing features.\nFirst, import the Snap interaction into your main.js:\nimport Snap from 'ol/interaction/Snap';\n\nAs with the other editing interactions, we'll configure the snap interaction to work with our vector source and add it to the map:\nmap.addInteraction(\n new Snap({\n source: source,\n }),\n);\n\nWith the draw, modify, and snap interactions all active, we can edit data while maintaining topology.\nUniting nations with the snap interaction\n"},"vector/download.html":{"url":"vector/download.html","title":"Downloading features","keywords":"","body":"Downloading features\nAfter uploading data and editing it, we want to let our users download the result. To do this, we'll serialize our feature data as GeoJSON and create an element with a download attribute that triggers the browser's file save dialog. At the same time, we'll add a button to the map that let's users clear existing features and start over.\nFirst, we need a bit of markup to represent the buttons. Add the following elements after the map-container in your index.html:\n\n Clear\n Download\n\n\nNow we need some CSS to make the buttons look right. Add something like this to the element in index.html:\n#tools {\n position: absolute;\n top: 1rem;\n right: 1rem;\n}\n#tools a {\n display: inline-block;\n padding: 0.5rem;\n background: white;\n cursor: pointer;\n}\n\nClearing features is the easier part, so we'll do that first. The vector source has a source.clear() method. We want clicks on the \"Clear\" button to call that method, so we'll add a listener for click in our main.js:\nconst clear = document.getElementById('clear');\nclear.addEventListener('click', function () {\n source.clear();\n});\n\nTo serialize our feature data for download, we'll use a GeoJSON format. Since we want the \"Download\" button to work at any time during editing, we'll serialize features on every change event from the source and construct a data URI for the anchor element's href attribute:\nconst format = new GeoJSON({featureProjection: 'EPSG:3857'});\nconst download = document.getElementById('download');\nsource.on('change', function () {\n const features = source.getFeatures();\n const json = format.writeFeatures(features);\n download.href =\n 'data:application/json;charset=utf-8,' + encodeURIComponent(json);\n});\n\nButtons to clear and download data\n"},"mobile/":{"url":"mobile/","title":"Mobile Maps and Sensors","keywords":"","body":"A simple navigation tool!\nIn this module, we'll create a mobile map showing the user's GPS position and heading. The purpose of this example is to show how to integrate OpenLayers with browser APIs and 3rd party utilities.\nWith just a few lines of code, we'll be taking advantage of the browser's Geolocation API to get the GPS position, and the kompas utility to get the heading from the device's gyroscope. Using a vector layer, we can easily display the results on a map.\n\nA mobile map\nGeolocation\nCompass\n\n"},"mobile/map.html":{"url":"mobile/map.html","title":"A mobile map","keywords":"","body":"A mobile map\nOpenLayers supports mobile devices out of the box, providing multi-touch gestures like pinch zoom and rotation. So there is nothing OpenLayers specific to do here, only the general rules for mobile web pages apply.\nThe nice thing about mobile devices is that we have access to sensors like the GPS or a gyroscope, which we will be using here as a compass.\nMarkup for a mobile web page\nWe start with the same markup in index.html as we had for the basic map we already created. The only difference is an additional meta tag in the document's head to add device-width and initial-scale settings for the viewport:\n\n\n \n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nA street map for navigation\nThe map we start with in main.js is the same as the basic map from the previous exercise:\nimport OSM from 'ol/source/OSM';\nimport TileLayer from 'ol/layer/Tile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new OSM(),\n }),\n ],\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nTesting on a mobile device\nSince a gyroscope is typically not available on desktop computers, we'll need to test our application on a mobile device. For security reasons, access to the Geolocation is only granted to pages served over secure connections.\nThe easiest way to achieve that is to use https://ngrok.com. Once set up, the application can be served with the following command in a new terminal:\n./ngrok http 5173 --host-header=\"localhost:5173\"\nWhen everything works, open the https:// page indicated by ngrok's output on a mobile device:\nMap on a smartphone\n"},"mobile/geolocation.html":{"url":"mobile/geolocation.html","title":"Geolocation","keywords":"","body":"Show the user's location\nOn our map, we want to see where we are. The browser's Geolocation API gives us access to the device's GPS position (or an estimated positon on devices without a GPS). In OpenLayers, we can visualize the position with an icon on the map. In addition, we can show the accuracy radius around the reported position. We can also add a button that allows centering the map on the current position.\nThe first thing to do in main.js is add imports for the vector source and layer we're going to use:\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\n\nAlso, we have to assign the ol/Map instance to variable so we can reference it later:\nconst map = new Map({\n\nNext, we can create a vector source for the GPS location we want to show, add the source to a layer, and add the layer to the map:\nconst source = new VectorSource();\nconst layer = new VectorLayer({\n source: source,\n});\nmap.addLayer(layer);\n\nNow it is time to import the feature and geometry components we need for visualizing the GPS location:\nimport Feature from 'ol/Feature';\nimport Point from 'ol/geom/Point';\nimport {circular} from 'ol/geom/Polygon';\n\nWith that in place, we can finally add a code snippet that gets the location and its accuracy from the browser's Geolocation API:\nnavigator.geolocation.watchPosition(\n function (pos) {\n const coords = [pos.coords.longitude, pos.coords.latitude];\n const accuracy = circular(coords, pos.coords.accuracy);\n source.clear(true);\n source.addFeatures([\n new Feature(\n accuracy.transform('EPSG:4326', map.getView().getProjection()),\n ),\n new Feature(new Point(fromLonLat(coords))),\n ]);\n },\n function (error) {\n alert(`ERROR: ${error.message}`);\n },\n {\n enableHighAccuracy: true,\n },\n);\n\nThis snippet uses the watchPosition() function, which updates the user's location as soon as it changes. It takes the latitude, longitude and accuracy, and creates two features: a circular polygon with the accuracy radius, and a point with the location. Both features are transformed from geographic coordinates into the view projection.\nIn addition to the above, we also add an error handler which notifies the user when the location is not available, and configures the Geolocation API to enable high accuracy. The latter is important, because it makes the browser ask for the exact GPS position, instead of just an estimated location.\nAt this point, the map displays the user's location already. What we still have to add is a button that centers the map on that location. The easiest way to get this is to use an OpenLayers Control, which we are going to import now:\nimport Control from 'ol/control/Control';\n\nNext we'll create the markup for the control and register a click listener. The listener fits the map to the extent of the source that holds the location point and the accuracy polygon, in a 0.5 seconds animation, when the button is clicked:\nconst locate = document.createElement('div');\nlocate.className = 'ol-control ol-unselectable locate';\nlocate.innerHTML = '◎';\nlocate.addEventListener('click', function () {\n if (!source.isEmpty()) {\n map.getView().fit(source.getExtent(), {\n maxZoom: 18,\n duration: 500,\n });\n }\n});\nmap.addControl(\n new Control({\n element: locate,\n }),\n);\n\nTo position the control button under the zoom buttons, we add a few lines of css to the section of index.html:\n.locate {\n top: 6em;\n left: .5em;\n}\n\nThe result after clicking the button should look something like this:\nLocation with accuracy polygon\n"},"mobile/compass.html":{"url":"mobile/compass.html","title":"Compass","keywords":"","body":"Add heading and make things look nice\nMost mobile devices are equipped with a gyroscope, which we are going to use as a compass to show our heading on the map.\nUnder the hood, the browser can access the gyroscope through the deviceorientation event. Listeners receive readings for the three axes of the device. Fortunately, we do not have to do the math ourselves. Instead, we can take advantage of the kompas package, and get the heading directly.\nWe want give the location point an icon with an arrow that shows the heading.\nFirst, we import the OpenLayers style modules we're going to use to make the location and heading indicators look nice:\nimport {Fill, Icon, Style} from 'ol/style';\n\nNow we can create the style and assign it to the layer. While we're at it, we not only create a nice icon with arrow for the location and heading, but also make the accuracy polygon look nicer:\nconst style = new Style({\n fill: new Fill({\n color: 'rgba(0, 0, 255, 0.2)',\n }),\n image: new Icon({\n src: './data/location-heading.svg',\n rotateWithView: true,\n }),\n});\nlayer.setStyle(style);\n\nThe style contains a fill, which is used for the accuracy polygon. For the location point, we use a svg file that is already in the data/ directory of the workshop materials. The rotateWithView option tells OpenLayers to not keep the icon upright, but rotate it with the view to preserve the heading. For now, the icon does not have a rotation set, so the arrow will point upwards.\nNext, we will be using the kompas utility to get the heading from the device orientation API. This package is already installed as part of the workshop dependendencies. If it were not already included, you could install it from a terminal with npm install kompas.\nThe import for this utility is added at the top of main.js as usual:\nimport kompas from 'kompas';\n\nThe final thing to do is get the heading from the Kompas utility, and set it as rotation on the icon:\nfunction startCompass() {\n kompas()\n .watch()\n .on('heading', function (heading) {\n style.getImage().setRotation((Math.PI / 180) * heading);\n });\n}\n\nif (\n window.DeviceOrientationEvent &&\n typeof DeviceOrientationEvent.requestPermission === 'function'\n) {\n locate.addEventListener('click', function () {\n DeviceOrientationEvent.requestPermission()\n .then(startCompass)\n .catch(function (error) {\n alert(`ERROR: ${error.message}`);\n });\n });\n} else if ('ondeviceorientationabsolute' in window) {\n startCompass();\n} else {\n alert('No device orientation provided by device');\n}\n\nThe final navigation tool with a user looking for orientation should now act like this:\nUser looking around with the navigation tool\n"},"cog/":{"url":"cog/","title":"GeoTIFF Rendering","keywords":"","body":"Cloud-Optimized GeoTIFF Viewer\nIn this module, we'll demonstrate how to render a map visualizing data from Cloud-Optimized GeoTIFF (COG) sources. GeoTIFF (or any TIFF) images are allowed to have additional overview images in addition to the primary full-resolution image. In addition, the internal pixel layout of the images may be tiled instead of organized in strips. The Cloud-Optimized GeoTIFF format encourages people to host data with a regular tiled layout and with overviews built in, making it more efficient for clients to render a small portion of an image (reading only the required tiles instead of the whole thing) or a lower resolution overview.\nOpenLayers has a ol/source/GeoTIFF source that can read multi-band data from one or more remotely hosted GeoTIFF sources. The exercises in this module walk through rendering of a single multi-band image, rendering multiple single-band images, and performing simple band math on the input data.\n\nTrue color GeoTIFF\nSimplified view\nFalse color composite\nBand math\nColor maps\nVisualization chooser\nVisualization chooser (continued)\n\n"},"cog/true-color.html":{"url":"cog/true-color.html","title":"True color GeoTIFF","keywords":"","body":"True color GeoTIFF\nThe Sentinel-2 satellite mission has resulted in the collection and dissemination of imagery covering the earth's land surface with a revisit rate of 2 to 5 days. The sensors collect multi-band imagery, where each band is a portion of the electromagnetic spectrum. The Level 2A (L2A) product provides surface reflectance measures in the following bands:\n\n\n\nBand\nDescription\nCentral Wavelength (μm)\nResolution (m)\n\n\n\n\nB01\nCoastal aerosol\n0.433\n60\n\n\nB02\nBlue\n0.460\n10\n\n\nB03\nGreen\n0.560\n10\n\n\nB04\nRed\n0.665\n10\n\n\nB05\nVegetation red edge\n0.705\n20\n\n\nB06\nVegetation red edge\n0.740\n20\n\n\nB07\nVegetation red edge\n0.783\n20\n\n\nB08\nNear-infrared\n0.842\n10\n\n\nB09\nWater vapor\n0.945\n60\n\n\nB10\nShort-wave infrared - Cirrus\n1.375\n60\n\n\nB11\nShort-wave infrared\n1.610\n20\n\n\nB12\nShort-wave infrared\n2.190\n20\n\n\n\nWhen viewing multi-band imagery that includes data from outside the visible spectrum, we have to choose how to map each band to one of the three visible channels (red, green, or blue) available for rendering on digital displays. A true color composite is a rendering that displays visible blue (B02 from Sentinel-2) in the blue channel, visible green (B03) in the green channel, and visible red (B04) in the red channel. Any other mapping of satellite image bands to display channels is a false color composite.\nThere are a collection of Sentinel-2 L2A products hosted as Cloud-Optimized GeoTIFFs on Amazon S3. In this exercise, we'll render one of these on a map.\nFirst, reset your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nNow we'll import two new components we haven't used before:\n\nthe ol/source/GeoTIFF source for working with multi-band raster data\nthe ol/layer/WebGLTile layer for manipulating data tiles with shaders on the GPU\n\nUpdate your main.js to load and render a remotely hosted GeoTIFF file on a map:\nimport GeoTIFF from 'ol/source/GeoTIFF.js';\nimport Map from 'ol/Map.js';\nimport TileLayer from 'ol/layer/WebGLTile.js';\nimport View from 'ol/View.js';\nimport {getCenter} from 'ol/extent.js';\nimport {transformExtent} from 'ol/proj';\n\n// metadata from https://s3.us-west-2.amazonaws.com/sentinel-cogs/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/S2B_21HUB_20210915_0_L2A.json\nconst projection = 'EPSG:32721';\n\nconst extent = transformExtent(\n [-59.19991, -35.32718, -57.98062, -34.32183],\n 'EPSG:4326',\n projection,\n);\n\nconst source = new GeoTIFF({\n sources: [\n {\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/TCI.tif',\n },\n ],\n});\n\nconst layer = new TileLayer({\n source: source,\n});\n\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: new View({\n projection: projection,\n center: getCenter(extent),\n extent: extent,\n zoom: 1,\n }),\n});\n\nThe working example at http://localhost:5173/ shows a map with a GeoTIFF rendered in a WebGL tile layer.\nA true color rendering of a Sentinel-2 GeoTIFF\nThe trickiest part here is finding the URL for an image that you might be interested in. To do that, you can try searching in the EO (Earth Observation) Browser. If you have the aws command line interface installed, you can also list the s3://sentinel-cogs/ bucket contents to get the paths for images by the Sentinel-2 grid cell identifier and date. For example, to search for images around Buenos Aires from September, 2021:\naws s3 ls s3://sentinel-cogs/sentinel-s2-l2a-cogs/21/H/UB/2021/9/ --no-sign-request\n\nThe next hardest part is figuring out what projection and extent are appropriate for the map view. In the next step, we'll make that easier.\n"},"cog/simplified-view.html":{"url":"cog/simplified-view.html","title":"Simplified view","keywords":"","body":"Simplifying the map's view configuration\nIn the previous example, we had to configure the map's view with information about the spatial reference system and location of the image.\nThe first thing we needed to know was an identifier for the spatial reference system. In this case, the GeoTIFF is accompanied by STAC metadata that includes this projection information (see the proj:epsg property).\nconst projection = 'EPSG:32721';\n\nThe second piece of metadata we needed to know was the bounding box or extent of the image. This is also included in the STAC metadata in geographic coordinates (see the bbox array). We needed to transform this from geographic coordinates into EPSG:32721 (or WGS 84 / UTM zone 21S). OpenLayers has support for transforming coordinates to and from UTM projections, so we used this to transform the image extent.\nconst extent = transformExtent(\n [-59.19991, -35.32718, -57.98062, -34.32183],\n 'EPSG:4326',\n projection,\n);\n\nWith this information, we were able to configure the view for the map:\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: new View({\n projection: projection,\n center: getCenter(extent),\n extent: extent,\n zoom: 1,\n }),\n});\n\nGeoTIFF imagery extends regular TIFF imagery with special \"geo\" tags that provide information about things like the spatial reference system and coordinate location of the imagery. The ol/source/GeoTIFF source in OpenLayers parses this information and can ideally be used to configure a map's view.\nThe source.getView() method of the GeoTIFF source returns a promise for view properties (like projection, center, extent, and zoom) that resolves when the GeoTIFF metdata has been parsed. The map constructor now accepts a view option that can be a promise for these same properties. So instead of digging through the metadata ourselves to find things like projection and extent, we can provide the map with a promise for view properties from the source.\nUpdate your main.js so that the map constructor uses this new method for getting view properties from the source:\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: source.getView(),\n});\n\nNow you can remove the projection, extent, and related imports (View, transformExtent, and getCenter) from your main.js file.\nYou should find the same result as before at http://localhost:5173/ – only this time we had to write less code!\nA true color rendering of a Sentinel-2 GeoTIFF\n"},"cog/false-color.html":{"url":"cog/false-color.html","title":"False color composite","keywords":"","body":"False color composite\nIn the previous step, we used the ol/source/GeoTIFF source to render a true color image from a single, multi-band source (with red, green, blue, and alpha bands). In this example, we'll pull in data from outside the visible spectrum and use it to render a false color composite.\nWe want to render a false color composite that highlights vegetation over bare soil areas. Chlorophyll-rich vegetation is bright in the near-infrared (Sentinel-2 B08) portion of the spectrum compared with its reflectance in visible wavelengths. By contrast, bare soil is not as bright in near-infrared compared with its reflectance in visible wavelengths. See the plot below for the reflectance spectra of green vegetation and bare soil shown with the Sentinel-2 bands.\nSpectral signatures of vegetation (in green), soil (red), and water (blue).\nTo highlight vegetation in multi-spectral imagery, it is common to show the near-infrared (B08) reflectance in the red channel, red reflectance (B04) in the green channel, and green reflectance (B03) in the blue channel. We can use the ol/source/GeoTIFF source to do this by loading three separate single-band GeoTIFF images in RGB order.\nUpdate your main.js so the source looks like the following:\nconst source = new GeoTIFF({\n sources: [\n {\n // near-infrared reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B08.tif',\n max: 5000,\n },\n {\n // red reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B04.tif',\n max: 5000,\n },\n {\n // green reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B03.tif',\n max: 5000,\n },\n ],\n});\n\nReload http://localhost:5173/ to see your false color composite.\nA false color rendering of a Sentinel-2 GeoTIFF\n"},"cog/ndvi.html":{"url":"cog/ndvi.html","title":"Band math","keywords":"","body":"Band math\nWe have seen how the ol/source/GeoTIFF source can be used to render true and false color composites. We did this by rendering scaled reflectance values directly into one of the red, green, or blue display channels. It is also possible to run calculations on reflectance values from a GeoTIFF (or other data tile source) and map the output values to RGBA color values.\nThe ol/layer/WebGLTile layer accepts a style property that can be used to control source rendering. In this example, we'll use math expressions to calculate the Normalized Difference Vegetation Index (NDVI) from the same Sentinel-2 sources used in the previous examples.\nThe NDVI is the ratio of the difference between near-infrared (NIR) and red to the sum of near-infrared and red reflectance values.\nNDVI = (NIR - RED) / (NIR + RED)\nThis normalized difference provides an index of green vegetation density or health. In dividing the difference in NIR and red reflectance by the sum, the index is normalized against variations in brightness or illumination. The idea is that vegetated sunny slopes should have a similar index as vegetated shady slopes.\nTo render NDVI values, we need to configure our source to use the near-infrared (B08) and red (B04) bands. Update your main.js script so the source looks like this:\nconst source = new GeoTIFF({\n sources: [\n {\n // red reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B04.tif',\n max: 10000,\n },\n {\n // near-infrared reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B08.tif',\n max: 10000,\n },\n ],\n});\n\nNext, we'll create the expression for calculating NDVI from the source's input bands. Add the following variables to your main.js:\n// near-infrared is the second band from above\nconst nir = ['band', 2];\n\n// near-infrared is the first band from above\nconst red = ['band', 1];\n\nconst difference = ['-', nir, red];\nconst sum = ['+', nir, red];\n\nconst ndvi = ['/', difference, sum];\n\nThe expressions above use an array-based syntax of this form: [operator, ...arguments]. The band operator accesses bands from the list of sources for the ol/source/GeoTIFF – where the first configured band is 1, the second is 2, etc. The -, +, and / operators calculate the difference, sum, and ratio of their input arguments. The ndvi expression will result in a value between -1 (not very vegetated) and 1 (very vegetated). The next step is to map these values to colors.\nThe ol/layer/WebGLTile layer's style takes a color property that determines the final output color for each pixel. We want to interpolate colors between the unvegetated (brownish) and vegetated (green) NDVI values. To do this, we use an interpolate operator, applying linear interpolation between a number of stop values.\nEdit your main.js so the layer definition looks like this:\nconst layer = new TileLayer({\n source: source,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ndvi,\n -0.2, // ndvi values \nIf everything worked out, you should see your NDVI visualization at http://localhost:5173/.\nNDVI generated from a Sentinel-2 GeoTIFF\nChoosing these stop values and colors is hard work. Next up we will pull in a helper library to do this for us.\n"},"cog/colormap.html":{"url":"cog/colormap.html","title":"Color maps","keywords":"","body":"More colors!\nThe colormap package is a nice utility library for creating color maps. This library has already been added as a dependency for the project. To import it, edit your main.js to include the line below:\nimport colormap from 'colormap';\n\nThe colormap module exprts a function that returns an array of RGBA color values from one of the named color maps. As seen in the previous example, we want an array of values that looks like this:\n[stopValue0, color0, stopValue1, color1, stopValue1, stopValue2, color2, ...]\n\nTo create such an array, we'll write a function that takes a name for the color map, a min stop value, a max stop value, a number of steps, and an option to reverse the array of colors from the colormap function. Add the following function to your main.js:\nfunction getColorStops(name, min, max, steps, reverse) {\n const delta = (max - min) / (steps - 1);\n const stops = new Array(steps * 2);\n const colors = colormap({colormap: name, nshades: steps, format: 'rgba'});\n if (reverse) {\n colors.reverse();\n }\n for (let i = 0; i \nNow we can modify our layer style's color expression to use an array of stop and color values. Edit the layer definition in main.js to use our new function:\nThe layer:\nconst layer = new TileLayer({\n source: source,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ndvi,\n // color ramp for NDVI values\n ...getColorStops('earth', -0.5, 1, 10, true),\n ],\n },\n});\n\nReload http://localhost:5173/ to see your new color map applied to the NDVI output.\nNDVI generated from a Sentinel-2 GeoTIFF\n"},"cog/visualizations.html":{"url":"cog/visualizations.html","title":"Visualization chooser","keywords":"","body":"Visualization chooser\nIn the previous examples, we have seen a true color composite, a false color composite, and an NDVI rendering of the same Sentinel-2 image. It would be nice to allow users to choose from one of these visualizations and more without having to change our code each time. To do this, we'll create a list of available visualizations and add a element to our page to let users choose which to display.\nIn addition to the true color, false color, and NDVI visualizations, we'll add a new Normalized Difference Water Index (NDWI). This is similar to NDVI except that it can be used to monitor changes in water bodies.\nNDWI = (GREEN - NIR) / (GREEN + NIR)\nAs we've seen, each visualization needs to have an array of sources (these are the URLs for single- or multi-band GeoTIFFs), an optional max value for scaling GeoTIFF values, and an optional style for rendering the layer. In addition, we'll give each visualization a name for displaying to the user.\nEdit your main.js to include the visualizations data below:\nconst visualizations = [\n {\n name: 'True Color',\n sources: ['TCI'],\n },\n {\n name: 'False Color',\n sources: ['B08', 'B04', 'B03'],\n max: 5000,\n },\n {\n name: 'NDVI',\n sources: ['B04', 'B08'],\n max: 10000,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ['/', ['-', ['band', 2], ['band', 1]], ['+', ['band', 2], ['band', 1]]],\n ...getColorStops('earth', -0.5, 1, 10, true),\n ],\n },\n },\n {\n name: 'NDWI',\n sources: ['B03', 'B08'],\n max: 10000,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ['/', ['-', ['band', 1], ['band', 2]], ['+', ['band', 1], ['band', 2]]],\n ...getColorStops('viridis', -1, 1, 10, true),\n ],\n },\n },\n];\n\nNow instead of creating our GeoTIFF source and layer once, we need a function to create these when the user chooses a visualization. This function will take a base URL and a visualization and will return a layer. Edit your main.js to remove the source and layer definitions and include this function instead:\nfunction createLayer(base, visualization) {\n const source = new GeoTIFF({\n sources: visualization.sources.map((id) => ({\n url: `${base}/${id}.tif`,\n max: visualization.max,\n })),\n });\n\n return new TileLayer({\n source: source,\n style: visualization.style,\n });\n}\n\nNext we can change the map definition in main.js so it doesn't include any layers at all (these will be added when the user selects a visualization):\nconst map = new Map({\n target: 'map-container',\n});\n\nNow we need a way for users to choose which visualization to show. For this, we'll add a element to the index.html just before the tag:\n\n \n\n\nTo get this element to display over the map in the top right corner, add the following block to the tag in your index.html:\n#controls {\n position: absolute;\n top: 20px;\n right: 20px;\n}\n\nWith the element in place, we need to populate it with an for each of the visualization names. To do this, add the following to your main.js somwhere below the visualizations array:\nconst visualizationSelector = document.getElementById('visualization');\nvisualizations.forEach((visualization) => {\n const option = document.createElement('option');\n option.textContent = visualization.name;\n visualizationSelector.appendChild(option);\n});\n\nFinally, we will create a function to update the map with a new layer based on the selected visualization. We'll add this function as a change listener on our element and call it to initalize our application:\nfunction updateVisualization() {\n const visualization = visualizations[visualizationSelector.selectedIndex];\n const base =\n 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A';\n\n const layer = createLayer(base, visualization);\n map.setLayers([layer]);\n\n map.setView(layer.getSource().getView());\n}\n\nvisualizationSelector.addEventListener('change', updateVisualization);\nupdateVisualization();\n\nNow http://localhost:5173/ should show a visualization chooser.\nVisualization chooser\nNice! Now the user can choose what type of visualization to render. But wouldn't it be nice to be able to change the imagery source too? That's next.\n"},"cog/viz-plus.html":{"url":"cog/viz-plus.html","title":"Visualization chooser (continued)","keywords":"","body":"Visualization chooser (continued)\nThe final missing piece of our COG explorer is to make it so the user can choose the imagery source. While this section is already getting quite long, you may be able to tell that there is not that much more work involved in adding an image chooser. Let's do it!\nThe first thing we need to do is come up with a list of images that should be displayed. For each image, we want to display a name to show the user in a element, and we need to have a base for the GeoTIFF URL. So we'll want to add something like this to your main.js:\nconst images = [\n {\n name: 'Buenos Aires',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A',\n },\n {\n name: 'Minneapolis',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/15/T/WK/2021/9/S2B_15TWK_20210918_0_L2A',\n },\n {\n name: 'Cape Town',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/34/H/BH/2021/9/S2B_34HBH_20210922_0_L2A',\n },\n];\n\nNext, we'll add another element to let the user choose the image. In your index.html, adjust the controls to look like this:\n\n \n \n\n\nBack to the JavaScript, we need to populate that element with one for each imagery source. In your main.js add the following:\nconst imageSelector = document.getElementById('image');\nimages.forEach((image) => {\n const option = document.createElement('option');\n option.textContent = image.name;\n imageSelector.appendChild(option);\n});\n\nNow we just need to make a minor adjustment to the function that updates our visualization so it grabs the base URL from the selected imagery source. In main.js edit the updateVisualization function and surrounding lines so it looks something like this:\nlet previousBase;\nfunction updateVisualization() {\n const visualization = visualizations[visualizationSelector.selectedIndex];\n const base = images[imageSelector.selectedIndex].base;\n const newBase = base !== previousBase;\n previousBase = base;\n\n const layer = createLayer(base, visualization);\n map.setLayers([layer]);\n\n if (newBase) {\n map.setView(layer.getSource().getView());\n }\n}\n\nvisualizationSelector.addEventListener('change', updateVisualization);\nimageSelector.addEventListener('change', updateVisualization);\nupdateVisualization();\n\nNote that we also only now update the view if the user has selected a new imagery source. This is nicer than zooming out to the full extent whenever a new visualization type is selected.\nReload http://localhost:5173/. Boom!\nCOG explorer\n"},"vectortile/":{"url":"vectortile/","title":"Vector Tiles and Mapbox Styles","keywords":"","body":"Vector tiles and Mapbox styles\nIn this module we will learn everything about using vector tiles in OpenLayers, and bring in the ol-mapbox-style utility to work with Mapbox Style files.\n\nThe VectorTile layer\nInteract with VectorTile features\nMaking things look bright\n\n"},"vectortile/map.html":{"url":"vectortile/map.html","title":"The VectorTile layer","keywords":"","body":"The VectorTile layer\nWe now know how to load tiled images, and we have seen different ways to load and render vector data. But what if we could have tiles that are fast to transfer to the browser, and can be styled on the fly? Well, this is what vector tiles were made for. OpenLayers supports vector tiles through the VectorTile layer.\nA world map rendered from vector data\nWe'll start with the same markup in index.html as in the Basics exercise.\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nAs usual, we save index.html in the root of our workshop folder.\nFor the application, we'll start with a fresh main.js in the root of the workshop folder, and add the required imports:\nimport MVT from 'ol/format/MVT';\nimport VectorTileLayer from 'ol/layer/VectorTile';\nimport VectorTileSource from 'ol/source/VectorTile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nThe data source we are going to use is a simple map of the countries of the world from Natural Earth data, served as vector tiles by GeoServer.\nThe map setup we're going to create here is the same that we have used in previous exercises:\nconst map = new Map({\n target: 'map-container',\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nThe layer type we are going to use this time is a VectorTileLayer, with a VectorTileSource:\nconst layer = new VectorTileLayer({\n source: new VectorTileSource({\n format: new MVT(),\n url:\n 'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/' +\n 'ne:ne_10m_admin_0_countries@EPSG%3A900913@pbf/{z}/{x}/{-y}.pbf',\n maxZoom: 14,\n }),\n});\nmap.addLayer(layer);\n\nOur data source provides only zoom levels 0 to 14, so we need to pass this information to the source. Vector tile layers are usually optimized for a tile size of 512 pixels, which is also the default for the VectorTile source's tile grid. The data provider requires us to display some attributions, which we are adding to the source configuration as well.\nAs you can see, a VectorTileSource is configured with a format and a url, just like a VectorSource. The MVT format parses Mapbox Vector Tiles. Like with raster tiles, the tile data is accessed by zoom level and x and y coordinates of the tile. Therefore, the URL includes a {z} placeholder for the zoom level, and {x} and {y} placeholders for the tile coordinates.\nThe working example at http://localhost:5173/ shows an unstyled vector tile map like this:\nA world without style\n"},"vectortile/bright.html":{"url":"vectortile/bright.html","title":"Making things look bright","keywords":"","body":"Making things look bright\nObviously the map we currently have needs some style. Styles for VectorTile layers work exactly the same way as for Vector layers. The styles described there will work here as well.\nFor maps like this, creating data driven styles like for vector layers is straightforward. But vector tiles are also being used for street maps, where styling will usually differ a lot depending on the map's zoom level. In these cases, doing all this by hand may be too time-consuming.\nIn the history of web mapping, there have been many attempts to create tools and formats for styling maps. The most popular formats were probably SLD and CartoCSS. A graphical tool that comes to mind is Atlas Styler. But none of these formats or tools were really convenient to use.\nMapbox finally came up with Mapbox Studio, a very user-friendly style editor, and the Mapbox Style format. The Mapbox Style format is easy to read and write manually, and supported by a growing number of applications. A graphical Open Source editor, Maputnik, is available as an independent alternative to Mapbox Studio for creating and modifying Mapbox Style files.\nUsing a Mapbox Style definition\nWith the additional ol-mapbox-style library, there are several ways to use vector tile layers with Mapbox styles in OpenLayers. The easiest is the MapboxVector layer from the ol-mapbox-style import. It is configured with a url that points to a Mapbox Style document. Let's try it out.\nFirst, add the required import:\nimport {MapboxVectorLayer} from 'ol-mapbox-style';\n\nThe tile dataset we are going to use is https://tiles.openfreemap.org/styles/bright. Alternatively, if you have a Mapbox account, you could use the ancestor of that map from Mapbox (see comments in the code below).\nconst layer = new MapboxVectorLayer({\n styleUrl: 'https://tiles.openfreemap.org/styles/bright',\n // or, instead of the above, try\n // styleUrl: 'mapbox://styles/mapbox/bright-v9',\n // accessToken: 'Your token from https://mapbox.com/'\n});\nmap.addLayer(layer);\n\nThe above code replaces the VectorTileLayer from the previous step. When everything works as expected, we can finally enjoy a nice looking world map, and zoom in to Belém!\nA bright map of Belém\nBuild a complete map from a Mapbox Style definition\nThe Mapbox Style format was not just made for styling vector data. It was made to describe an entire map, with all its sources and layers, and its initial view configuration (e.g. center and zoom level).\nWith ol-mapbox-style's apply() function, it is also possible to create a whole map from a Mapbox Style. If you want to try that, you could replace the whole code in main.js with this:\nimport {apply} from 'ol-mapbox-style';\napply('map-container', 'https://tiles.openfreemap.org/styles/bright');\n\nAfter trying this, switch back to the previous code, as we will be looking into how to interact with a vector tile map.\n"},"vectortile/interact.html":{"url":"vectortile/interact.html","title":"Interact with VectorTile features","keywords":"","body":"Interact with VectorTile features\nThe nice thing about vector tiles is that we can interact with features, because we have the data on the client. One thing to note though is that vector tiles are optimized for rendering. This means that features only contain attributes that are needed for filtering and rendering, and that geometries are optimized for the rendered resolution and clipped near the tile boundary.\nFor this exercise, we're going to draw a box around the features at the pointer's location when hovering over them.\nAdding a vector layer for displaying bounding boxes\nWe will be drawing the bounding boxes of the hovered features on a separate layer. The following imports are needed, and we add them next to the other imports in main.js:\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\nimport {Stroke, Style} from 'ol/style';\n\nNext, we can create a source for the layer, the layer, and assign it to the map:\nconst source = new VectorSource();\nnew VectorLayer({\n map: map,\n source: source,\n style: new Style({\n stroke: new Stroke({\n color: 'red',\n width: 4,\n }),\n }),\n});\n\nInteracting with the map\nNow it is time to add a pointermove listener to the map, which gets all the features at the pointer location and adds their bounding boxes to the layer. We need two additional imports for that:\nimport Feature from 'ol/Feature';\nimport {fromExtent} from 'ol/geom/Polygon';\n\nFinally we can add the code that clears the current contents of the source and adds the bounding boxes for the features at the pointer location as new content:\nmap.on('pointermove', function (event) {\n source.clear();\n map.forEachFeatureAtPixel(event.pixel, function (feature) {\n const geometry = feature.getGeometry();\n source.addFeature(new Feature(fromExtent(geometry.getExtent())));\n });\n});\n\nNow when hovering over the map, the result should look like this:\nHovering over the map\n"},"webgl/":{"url":"webgl/","title":"WebGL Point Rendering","keywords":"","body":"WebGL Meteor Shower\nIn this module, we'll use WebGL to do custom rendering of meteorite impact data from a CSV file.\nThe module starts out rendering points with a normal vector layer using the Canvas 2D context. Then we'll use new point rendering utilities to render the same data with WebGL. Finally, we'll use custom style expressions to show how the data can be dynamically styled.\n\nSetup\nRendering points\nAnimating points\n\n"},"webgl/meteorites.html":{"url":"webgl/meteorites.html","title":"Map setup","keywords":"","body":"Rendering meteorites with Canvas 2D\nStarting with OpenLayers 6, each layer in a map has an independent renderer. Previously, all layer rendering was managed by a single map renderer and depended on a single rendering strategy. So prior to OpenLayers 6, you needed to choose between Canvas 2D or WebGL rendering for all layers. In recent OpenLayers versions, you can have a map composed of layers with different rendering strategies. For example, you can render some layers with a Canvas 2D renderer and others with a WebGL renderer.\nThe ol/layer/Vector class uses Canvas 2D to render points, lines, or polygons. This layer has a full featured renderer with a ton of flexibility in feature styling. For very large numbers of features, WebGL might be a more appropriate technology. In this module, we'll start by using Canvas 2D to render 45,000 meteorite locations and then migrate the example to WebGL.\nFirst, edit your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nNext we'll fetch and parse data from a local CSV file, add the resulting features to a vector source, and render it on the map with a vector layer.\nThe meteorites.csv file has data in it that looks like this:\nname,mass,year,reclat,reclong\nAachen,21,1880,50.775000,6.083330\n...\nThe first line of the file is a header line that we'll skip over when parsing. Subsequent lines have the name of the site, the mass of the meteorite, the year of impact, the latitude, and the longitude separated by commas. We'll use an XMLHttpRequest client to fetch the data and write a short function to parse lines in the file as features with point geometries.\nUpdate your main.js to load and render a local CSV file with data representing meteorite impacts:\nimport Feature from 'ol/Feature';\nimport Point from 'ol/geom/Point';\nimport TileLayer from 'ol/layer/Tile';\nimport VectorLayer from 'ol/layer/Vector';\nimport {Map, View} from 'ol';\nimport {StadiaMaps, Vector as VectorSource} from 'ol/source';\nimport {fromLonLat} from 'ol/proj';\nimport {parse} from 'papaparse';\n\nconst source = new VectorSource();\nparse('./data/meteorites.csv', {\n download: true,\n header: true,\n complete(result) {\n source.addFeatures(\n result.data.map(\n (row) =>\n new Feature({\n mass: parseFloat(row.mass) || 0,\n year: parseInt(row.year) || 0,\n geometry: new Point(\n fromLonLat([parseFloat(row.reclong), parseFloat(row.reclat)]),\n ),\n }),\n ),\n );\n },\n});\n\nconst meteorites = new VectorLayer({\n source: source,\n style: {\n 'circle-radius': 7,\n 'circle-fill-color': 'rgba(255, 0, 0, 0.5)',\n },\n});\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new StadiaMaps({\n layer: 'stamen_toner',\n }),\n }),\n meteorites,\n ],\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nAfter fetching and parsing the data, features are added to a vector source. This source is rendered in a vector layer over a tile layer. We're applying very simple styling here - red, semi-transparent circles. The point is just to see how it feels to use the map with 45,000 features rendered with Canvas 2D.\nMeteorite impact sites\n"},"webgl/points.html":{"url":"webgl/points.html","title":"Rendering points","keywords":"","body":"Rendering points with WebGL\nIn the previous step, we rendered point features with the normal vector layer. This layer uses the 2D canvas context for rendering. With that layer, you can render tens of thousands of points – as long as you are careful about writing efficient styling code. For rendering larger numbers of points, or to do more efficient dynamic styling, WebGL is a good solution. OpenLayers has a growing set of utilities for rendering with WebGL. In this exercise we'll use it to render point geometries.\nFirst, we'll import the constructor of the WebGL-enabled points layer. This layer is an easy-to-use entry point for leveraging the advantages of the WebGL technology.\nimport WebGLVectorLayer from 'ol/layer/WebGLVector';\n\nThis is a replacement for the VectorLayer import, which you can now remove.\nReplace the const meteorites... assignment with an instance of your WebGLVectorLayer using the same vector source as before.\nconst meteorites = new WebGLVectorLayer({\n source: source,\n style: {\n 'circle-radius': 7,\n 'circle-fill-color': 'rgba(255, 0, 0, 0.5)',\n },\n});\n\nTada! Meteorite impact locations rendered with WebGL.\nImpact sites rendered as circles\nLike in the previous version, we specified a style parameter when creating the layer, and that style allowed us to specify the appearance of the points (red, semi-transparent circles).\nThis concept of 'flat styles' is available for both Canvas 2D and WebGL layers, although the supported range of features differs a bit.\n\nWebGL layers use a completely different rendering system, and the style object is actually transformed dynamically into fragment and vertex shaders. \n\nBy navigating the map you might notice a performance improvement from the previous step where we were using a standard Canvas 2D layer. This would be more pronounced if we had hundreds of thousands of points to render.\nNow, I think we can all agree on the fact that this map isn't great to look at: that is probably because each and every point has the same styling.\nLet's begin by sizing our circles depending on the mass of the meteorite. To achieve this, we're replacing the circle-radius of the style with the following expression:\n'circle-radius': [\n '+',\n ['*', ['clamp', ['*', ['get', 'mass'], 1 / 20000], 0, 1], 9],\n 4,\n],\n\nThis expression results in a minimum radius of 4 pixels, which can grow by 9 pixels depending on the mass of the meteorite, \nThe WebGLVectorLayer class supports this kind of expression for the numerical attributes of its style (size, opacity, color components, etc.).\nAn expression is composed of operators that are expressed as arrays like so:\n['get', 'mass']\n\n['clamp', value, 0, 1]\n\n['*', value, 9]\n\n['+', value, 4]\n\nThe first operator, get, will read the feature's attribute by its name. The other operators, here showcased clamp, * and +, allow manipulating the output of another operator. In the previous example we used these to transform the meteorites mass values into a final size comprised between 8 and 26.\nLooking better and better!\nCircle sized by meteorite mass\n"},"webgl/animated.html":{"url":"webgl/animated.html","title":"Animating points","keywords":"","body":"Animating meteorite impacts\nSo far we have managed to get data from our CSV file rendered with WebGL, but the map is pretty uninteresting. We're using the mass of the meteorite to determine the radius of the circle, but we're not making use of the meteorite impact date that we parsed as the year property in our point features.\nThe year property for our meteorite features have values that range from 1850 to 2015. We'll set up an animation loop that increments the current year, render meteorites on their impact year, and then decrease their size and opacity as time passes.\nAs a first step, we'll get the animation loop going and render the current year to a on top of the map. Add the following markup below the map container in your index.html:\n\n\nEdit the block to include the following rule:\n#year {\n position: absolute;\n bottom: 1em;\n left: 1em;\n color: white;\n -webkit-text-stroke: 1px black;\n font-size: 2em;\n font-weight: bold;\n}\n\nNow, back in main.js, we'll declare some variables to represent the time range of the data and the rate at which we want the animation to proceed. Add the following code above your const meteorites declaration in main.js:\nconst minYear = 1850;\nconst maxYear = 2015;\nconst span = maxYear - minYear;\nconst rate = 10; // years per second\n\nconst start = Date.now();\n\nTo be able to access the current year in style expressions, we need to use the variables constructor option on the meteorites layer and include the currentYear (whose value will start with minYear):\nvariables: {\n currentYear: minYear,\n},\n// ...other options like `style`\n\nStyle variables are values that are available in var expressions in the layer style.\nNext we need to assign our map instance to a map variable that we can reference later:\nconst map = new Map({\n\nBelow the map configuration, add the following render function to get the animation loop started. In this function, we'll update the current year and call updateStyleVariables() on the meteorites layer to update the year used in the style expressions.\nconst yearElement = document.getElementById('year');\n\nfunction render() {\n const elapsed = (rate * (Date.now() - start)) / 1000;\n const currentYear = Math.round(minYear + (elapsed % span));\n meteorites.updateStyleVariables({currentYear: currentYear});\n yearElement.innerText = currentYear;\n requestAnimationFrame(render);\n}\n\nrender();\n\nIf you got it all right, you should see the years rolling by in the lower left corner above the map.\nThrough the years\nWe also add another layer option to the meteorites layer, which will improve the performance of the animation – we do not need to process hit detection data in every anmiation step.\ndisableHitDetection: true,\n\nNow to show the temporal context on the map, we only want to show each meteorite for a period of 10 years, starting at the time of its impact. For this, we're adding a filter to the meteorites layer's style object:\nfilter: ['between', ['get', 'year'], periodStart, ['var', 'currentYear']],\n\nThe filter references a periodStart variable, which is an expression on its own that we need to define. While we're at it, we define a few more of those to use in the style object. Let's add the following above the const meteorites layer definition:\nconst period = 10;\nconst periodStart = ['-', ['var', 'currentYear'], period];\nconst decay = [\n 'interpolate',\n ['linear'],\n ['get', 'year'],\n periodStart,\n 0,\n ['var', 'currentYear'],\n 1,\n];\n\nThe decay is an expression we're going to use to fade out circles by reducing their size and opacity. It gives us a value between 0 and 1, which we can apply as multiplier for the fade effect. To use it for reducing the size over time, we have to modify the circle-radius in the style object:\n'circle-radius': [\n '*',\n decay,\n ['+', ['*', ['clamp', ['*', ['get', 'mass'], 1 / 20000], 0, 1], 9], 4],\n],\n\nThe existing expression is the fourth line of the new circle-radius expression.\nFor reducing the opacity over time, we also apply the decay to the circle-fill-color:\n'circle-fill-color': ['color', 255, 0, 0, ['*', 0.5, decay]],\n\nPreviously we had an rgba color, now we use a color expression consisting of r, g, b and alpha values. The alpha value is now dynamic and considers the decay.\nMeteor shower\nCongratulations!\n"},"deploying/":{"url":"deploying/","title":"Deploying","keywords":"","body":"Deploying\nThroughout the workshop, we've been using a development server to view the examples. This is similar to the setup you would use when developing an application with the ol package. When you're ready to deploy your application, you'll want to create a minified bundle of your application entry point with a build step.\nWe've been using Vite for module bundling during development. When we started the development server with npm start, we were running Vite in development mode. In production mode, the bundle is minified.\nTo build assets for deployment, we run our build script from package.json:\nnpm run build\nThis runs vite build and copies the data directory to the dist/ folder.\nAfter the build finishes, you'll have artifacts in the dist directory. These are the assets that you would deploy to your production server (or S3, or wherever you want to host your application). You can see what the app looks like by running a local http server.\nnpx serve dist\nNow you can open http://localhost:3000/ to see how the application will look in production.\nThat's it. You're done!\n"},"data-tiles/":{"url":"data-tiles/","title":"Data Tiles","keywords":"","body":"Data Tiles\nThe WebGL tile layer renderer allows us to manipulate pixel values before rendering. In this exercise, we'll use a tileset that encodes elevation data as RGB values. In this section, we'll create a map that gives the user control over sea level. With a sea level value from a range input, we'll render the user adjusted sea level over a basemap.\n\nMap setup\nRender elevation data\nRender sea level\n\n"},"data-tiles/map.html":{"url":"data-tiles/map.html","title":"Map setup","keywords":"","body":"Map setup\nEdit your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nClear out your main.js and add the following imports:\nimport Map from 'ol/Map.js';\nimport TileLayer from 'ol/layer/WebGLTile.js';\nimport View from 'ol/View.js';\nimport XYZ from 'ol/source/XYZ.js';\nimport {fromLonLat} from 'ol/proj.js';\n\nIn this section, we'll be using tiles from MapTiler. If you don't have an account already, you can sign up for a free one and use your key in these examples. After signing up for an account, find your default API key, and add it to main.js:\nconst key = '';\n\nTo verify that everything works, we'll create a map with a single layer using your API key.\nconst attributions =\n '© MapTiler ' +\n '© OpenStreetMap contributors';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new XYZ({\n url: 'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key=' + key,\n attributions: attributions,\n crossOrigin: 'anonymous',\n tileSize: 512,\n }),\n }),\n ],\n view: new View({\n center: fromLonLat([-58.3816, -34.6037]),\n zoom: 11,\n }),\n});\n\nA map of Buenos Aires\n"},"data-tiles/elevation.html":{"url":"data-tiles/elevation.html","title":"Render elevation data","keywords":"","body":"Render elevation data\nMapTiler provides a global tileset with elevation data encoded as PNG files.\nLet's see what these tiles look like by adding them to our map. In your main.js, create a new layer that uses the MapTiler terrain-rgb tileset:\nconst layer = new TileLayer({\n opacity: 0.6,\n source: new XYZ({\n url:\n 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key,\n maxZoom: 10,\n tileSize: 512,\n crossOrigin: 'anonymous',\n }),\n});\n\nAfter adding that layer to your map, you should be able to reload the page some oddly colored tiles shown over your base layer. The elevation data in the Terrain-RGB tiles is encoded in the red, green, and blue channels. So while this data isn't meant to be rendered directly, it is interesting to look at.\nTerrain-RGB tiles rendered over a base map\n"},"data-tiles/sea-level.html":{"url":"data-tiles/sea-level.html","title":"Render sea level","keywords":"","body":"Render sea level\nIn the previous step, we rendered the Terrain-RGB tiles directly on the map. What we want to do is render sea level on the map instead. And we want users to be able to adjust the height above sea level and see the adjusted height rendered on the map. We'll use a WebGL tile layer to work with the elevation data directly and get the user input from an input slider on the page.\nLet's add the controls to the page first. In your index.html, add the following label and input slider:\n\n Sea level\n \n + m\n\n\nNow add some style to those controls (in the of your index.html):\n#slider {\n position: absolute;\n bottom: 1rem;\n width: 100%;\n text-align: center;\n text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);\n}\n\nInstead of directly rendering the R, G, B, A values from the Terrain-RGB tiles, we want to manipulate the pixel values before rendering. The WebGL tile layer allows you to manipulate pixel values in a style expression before rendering them. This expression is evaluated for every pixel in the input source.\nFirst, import the WebGLTile layer (in main.js):\nimport TileLayer from 'ol/layer/WebGLTile.js';\n\nThe elevation values in the terrain-rgb tiles are encoded as red, gree, and blue values (from 0-255) in the tiles according to the following formula:\nelevation = -10000 + ((R * 256 * 256 + G * 256 + B) * 0.1)\nWe can use the WebGL style expression language to represent that formula. Add the expression below to your main.js. This expression decodes the input elevation data — transforming red, green, and blue values into a single elevation measure.\n// band math operates on normalized values from 0-1\n// so we scale by 255 to align with the elevation formula\n// from https://cloud.maptiler.com/tiles/terrain-rgb/\nconst elevation = [\n '+',\n -10000,\n [\n '*',\n 0.1 * 255,\n [\n '+',\n ['*', 256 * 256, ['band', 1]],\n ['+', ['*', 256, ['band', 2]], ['band', 3]],\n ],\n ],\n];\n\nCreate a WebGL tile layer that uses the expression above:\nconst layer = new TileLayer({\n opacity: 0.6,\n source: new XYZ({\n url:\n 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key,\n maxZoom: 10,\n tileSize: 512,\n crossOrigin: 'anonymous',\n }),\n style: {\n variables: {\n level: 0,\n },\n color: [\n 'case',\n ['\nThe color expression above uses a case expression to color values at or below sea level as blue. Elevation values above sea level will be transparent (with an alpha value of 0).\nNext we need to listen for changes on the slider input and update the seaLevel style variable when the user adjusts the value.\nconst control = document.getElementById('level');\nconst output = document.getElementById('output');\nconst listener = function () {\n output.innerText = control.value;\n layer.updateStyleVariables({level: parseFloat(control.value)});\n};\ncontrol.addEventListener('input', listener);\ncontrol.addEventListener('change', listener);\noutput.innerText = control.value;\n\nWith all this in place, the map should now have a slider that let's users control changes in sea level.\nSea level rise\n"}}}
\ No newline at end of file
+{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["achiev","add","addit","addition,","alert","applic","archiv","assum","base.","basic","beauti","build","bundler","chang","compass.","comprehens","confirm","cover","creat","data","data.","dependencies:","deploy","design","develop","directori","document","each","en","en.zip","exercises.","extract","follow","gener","geotiff","give","goal","gp","higher","http://localhost:5173/.","http://localhost:5173/doc/.","instal","instruct","introduct","iter","knowledg","latest","learn","lesson","library.","map","mapbox","mobil","modul","module.","modules.","need","node","now","npm","openlay","overview","perform","point","pop","present","previou","production.","provid","read","readi","release.","render","run","see","sensor","serv","server","server.","set","setup","solution.","sources.","specif","start","style","task","thing","through","tile","tiles.","up","upon","v20","vector","visual","web","webgl","webgl.","webpage.","welcom","work","workshop","workshop.","workshop:","you'll","you'r","zip,"],"basics/":["\"node_modules/ol/ol.css\";","#map","'map","'ol';","'ol/layer/tile';","'ol/proj';","'ol/source/osm';","(e.g.","(html)","(i.e.","(tilelayer)","0;","0]),","100%;","2,","@import","[","],","addit","alreadi","api","applic","application,","applications,","appropri","basic","bit","body,","bring","browser:","build","center","center:","chapter","class","code.","code:","collect","complet","compon","configur","contain","container',","control","coordinates,","creat","current","data","defin","demand","depend","deployment.","develop","differ","dimens","directory.","directory:","document","done","element","element),","entri","environment,","everyth","examples.","exist","extent","family:","file","file,","fill","final","finally,","follow","font","fromlonlat","fromlonlat([0,","function","further","geograph","gestur","give","height:","helper","html,","http://localhost:5173/.","id","imag","import","imported,","includ","index.html","initi","instal","instruct","interact","kind","layer","layers:","learn","let'","look","look:","main.j","make","map","map'","map({","map)","map).","map,","map.","margin:","markup","markup.","modul","module.","need","new","now","npm","npm.","ol","ol/proj","open","openlay","openlayers,","openlayers.","osm","osm(),","packag","package.","page","page,","page.","point","pointer","previou","product","projection.","provid","raster","react","read","readi","recommend","refer","render","replac","requir","root","run","running.","san","save","scratch","serif;","serv","server","set","setup","simpl","source:","start","static","step.","style","support","sure","target","target:","terminal.","testing.","tile","tilelay","tilelayer({","top","touch","ui","understand","up","us","vector","view","view({","view,","view:","viewport","view}","web","whole","width:","work","workshop","workshop,","world","xyzsource.","you'v","zoom,","zoom:","{","{fromlonlat}","{map,","}","}),","});"],"basics/map.html":["#map","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","0,","0.703125","0],","256px;","512px;","=","[","[0,","],","abra","acima","ambient","arquivo","básicos:","camada","center:","certifiqu","chamado","coleção","com","completado","completo","control","copi","criado","criando","código","de","declaraçõ","dependência","depuração","detalhada.","diretório","e","em","estilo","examinaremo","exampl","exemplo","exibindo","forma","gerado","height:","http://localhost:5173/map.html","imagem","imagery',","ingredient","inicialização.","instalar","interagir","interaçõ","layers:","mai","map","map.html","mapa","marcação,","maxresolution:","mundo","navegador:","new","nosso","o","ol.layer.tile({","ol.map({","ol.source.tilewms({","ol.view({","openlay","openlayers,","openlayers.","para","params:","partir","preparação","primeiro","projection:","raiz","rodando.","salv","se","servidor","seu","source:","sucesso,","tarefa","target:","tendo","ter","texto","tiled:","title:","true}","trê","um","uma","url:","usuário.","var","vejamo","view:","vária","width:","workshop.","zoom:","{","{layers:","}","})","});","é"],"basics/dissect.html":["\"block\".","\"map\"","#map","'epsg:4326',","'https://ahocevar.com/geoserver/wms',","'map'","'map',","'nasa:bluemarble',","().","(256px)","(512px)","(center)","(ex.","(maxresolution)","(projection),","(zoom).",",",".","0,","0.703125","0],","256px;","512px;","=","[","[0,","],","acaba","acima,","algum","alguma","altura","ant","antender.","anterior","anterior,","anteriorment","ao","aprenderemo","aqui","arquivo","assim,","atalho","atribui","até","biblioteca","bound","box","cada","camada","camada.","camadas.","carregado","carregado.","caso","caso,","casos,","center:","centro","coleção","com","como","configura","configuração:","construtor","contêin","contêiner,","conveniência.","cria","criação","criou","css","código","da","de","declaração","declaraçõ","default,","definida","definição","demonstrado","desenvolvimento","dess","dessa","detalh","detalhe.","deve","devem","direta","diretament","dissecando","dissecar","div","do","document.getelementbyid(\"map\")).","documento","documento.","dom","e","ela","elemento","elemento,","em","entend","especifica","especificamo","especificando","est","esta","estamo","estar","estilo","está","estão","executada","executado,","exemplo","exemplo,","exibida","exibidos.","explícito","externo.","faremo","fazendo.","ficarão","final","folha","forma","forma,","fornec","fornecemo","garantimo","garantir","geowebcach","gerado","gerar","height:","html","id","important","importante.","incluindo","incluir","incluir,","incluí","incluída","incluímo","inferior","informar","inicialização","inicialização.","inicializá","junção","la","largura","layer","layers:","lo","lo.","ma","mai","maioria","map","map.html","mapa","mapa!","mapa,","mapa.","mapa:","marcação","marcação,","maxresolution:","meno","máxima","mínimo,","módulo.","na","nenhum","nest","new","nosso","nova","novo","não","nível","nó","o","objeto","ocupará","ol.layer.tile({","ol.map","ol.map({","ol.source.tilewms({","ol.view({","olhar","olharemo","ond","openlay","openlayers.","opçõ","ordem","os","outro","padrão","para","params:","part","partir","passamo","passo","pelo","pode","podemo","poderíamo","possa","pouco","pra","precisamo","preocup","primeiro","projection:","projeção","pronto","pronto.","próximo","página","página.","qualquer","que","receb","referência","referênciá","relacionada","relacionado","renderizado.","requisiçõ","resolução","script","se","seguida,","seguindo","seletor","semelhante,","ser","servirá","será","seu","seção","sintax","sobr","source:","string","sucesso","tamanho","também","target","target:","temo","tiled:","tipo","trecho","true}","um","uma","url:","usamo","usando","vamo","var","vem","ver","view.","view:","vista","visualização","você","você.","width:","zoom","zoom:","{","{layers:","}","})","});","é","único:"],"basics/resources.html":["(não","acharão","agora","ao","api","api,","apont","aprenda","arquivo","assim,","avançado","biblioteca","breakpoint","bug,","básico","caixa","certifiqu","chrome.","closur","coisa","começar","começar.","como","compilador","completa","component","comunidad","constroem","consult","conta","contribuir,","controlam","contém","crescent","criar","código","da","de","debug.j","debug.js.","depoi","depurador","descobrí","desenvolvedor","desenvolvedores.","desenvolvimento","desta","detalh","dev","develop","dificuldad","discussão","discussão,","disponibilizado","disponível","distribuída:","do","documentação","durant","duro","e","ela","em","embora","encontr","encontram","encontrar","entend","erro","específicos,","ess","estável","exceção","exceção.","exemplo","experient","faremo","fazer","fazer,","faça","feito","ferramenta","forma","funcionalidad","funcionalidades.","function.","grupo","http://openlayers.org/en/latest/apidoc/","http://openlayers.org/en/latest/doc/quickstart.html","http://openlayers.org/en/latest/doc/tutori","http://openlayers.org/en/latest/examples/","http://stackoverflow.com/questions/tagged/openlay","https://groups.google.com/forum/#!forum/openlay","humano","humanos)","important","inclua","informaçõ","ingressar","invé","irá","la","legível","local","mai","maneira","mantido","map.html","mapa,","marcar","meio","melhor","mergulhar","modo","mudar","muito","método","na","navegu","ninguém","no","novo","número","o","objetos.","ol","ol.j","ol.js.","ol.layer.image.","ol.layer.til","only.","openlay","openlayers.","organizado","os","ou","outro","overflow","para","parar","part","partir","pela","pelo","pergunta","permitir","pilha","pode","podemo","por","possam","primeira","problema","procur","proposit","propriedad","provavelmente,","própria,","página.","quando","que","quer","recarregu","recurso","referência","report","reportando","reportar","saber","script","se","seleção","sobr","soment","stabl","stack","suportado","tag","também","tem","tenham","teste,","tool","trabalhado","trata.","trocando","typeerror:","tópico","um","uncaught","undefin","usuário","usuários,","utilizada","utilizando","utilizar","vasto","ver","versão","verá","visualizá","você","você.","web,","zero.","é","é:","útei"],"layers/":["(tiles)","bloco","camada","dado","de","e","font","fornecedor","imagem","imagen","proprietário","vetoriai","wm"],"layers/wms.html":["#map","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble'","'nasa:bluemarble',","'ne:ne1_hr_lc_sr_w_dr',","'ne:ne1_hr_lc_sr_w_dr'.","(layers)","(ol.source.tilewm","(open","(seu","(sources),","(tiles)","(ver:","(web","(wms).","0,","0.703125","0],","2","256px;","256x256","512px;","=","[","[0,","]","],","aba","abra","acab","aceita","acima","adiciona","adicionamo","ainda","alguma","ao","apesar","api","aprend","apresenta","aqui.","arbitrário","argumento","assim:","bloco","cach","cacheados.","camada","camada,","camada.","caso,","center:","chamada","chave","checar","class","client","com","como","completo","compreensão","confirmar","conformidad","consortium,","construtor","criando","código:","da","dado","de","dependendo","desenvolvedor","deve","dicas:","diferent","dinâmico","diretório","do","documentação","e","earth","ela","em","endereço","entr","entregu","especificação","específica","est","esta","estamo","estruturada","está","estão","examinar","exampl","exemplo","exemplo,","exibidos.","exist","existem","extensão","fazer","feito,","ferramenta","ficar","font","formato","fornec","fornecem","fornecido","funcionam.","funcionando:","geoserv","geospati","gerado","geralmente,","grade","height:","http://localhost:5173/map.html","http://openlayers.org/en/latest/apidoc/ol.layer.image.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html.","http://openlayers.org/en/latest/apidoc/ol.source.imagewms.html.","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html).","humanament","imagem","imagem.","imagens,","imagery',","inc.)","informação","iniciaremo","invé","lado,","layer","layers:","legível","liter","ma","mai","map","map.html","mapa,","maxresolution:","meio","melhor","melhorar","mesmo","modificaremo","mude","natur","navegador","navegador).","nest","network","new","nome","não","nó","o","objeto","obter","obtido","ogc","ol.layer.imag","ol.layer.til","ol.layer.tile({","ol.layer.tileopt","ol.map({","ol.source.imagewms).","ol.source.tilewm","ol.source.tilewms({","ol.source.tilewms.","ol.view({","olh","openlay","os","ou","outro","para","parabéns!","param","params:","part","parâmetro","passando","pela","pelo","pensar","pixels.","pode","por","projection:","provedor","página","qualquer","quando","que","raiz","raster","raster.","receb","regular","renderizada","renderizar","representa","requerido.","requisitado","respectivo","responsável","retornada","salv","se","seguint","sendo","separação","ser","serem","servic","service)","servidor","serviço","seu","seção","sobr","soment","sourc","source:","sua","tarefa","target:","tem","ter","texto","tile","tiled:","tiles.","tipo","title,","title:","tiver","true,","true}","tudo","título","um","uma","url","url:","us","usar","valor","valores.","vamo","var","veja:","versu","vetori","vetorial.","view:","você","web","width:","wm","wms,","wms.","workshop.","zoom:","{","{layers:","}","})","});","é","é,","ínve","única","único"],"layers/cached.html":["\"valid","#map","'epsg:21781',","'map',","('epsg:3857').","('epsg:4326')","(extent):","(informação)","(longitud","(note","(osm)","(ou","(tiles)",".ol","//","256","256px;","299941.7864]);","37.56]),","512px;","76443.1884,","837076.5648,","9","=","[","],","`tiled`","abaixo:","abra","aceitamo","acessa","acima,","adicion","adiciona","adicionado","adicionai","adicionamo","ainda","alguma","alteram","alteraçõ","alternativa","ant","anterior","antes,","ao","aplicação,","aprofundamento","arquivo","arranjo","array","atribuir","atribuição","atribuição,","atribuição.","attribut","attributionoptions:","atual","até","black;","bloco","botão","básico","básico.","cach","cache.","cacheado","cacheados.","camada","camada:","causa","center:","centro","client","coletar","collapsible:","color:","coluna","com","como","completa","conceito","configuração","conform","conformidad","conjunto","conseguimo","considerando","considerar","construtor","control","controls:","convert","coordenada","coordenadas.","copyright","creat","criamo","criação","código","da","dado","dados.","de","declaraçõ","default","definição","desempenho.","dessa","dest","desta","determinada","determinado","diferent","difícil,","dinamicamente.","direita","discussão","disparada","disponibilizar","disponíveis,","disso,","documento,","dominado","dua","e","editor","em","encontrar","enquanto","entend","entr","epsg.","epsg:21781","escopo","esforço","especificação","ess","esta","esteja","estilo","está","estão","exemplo,","exigido","extensão","extent","extent\"","extra.","extremo","fals","faz","fazer","ficar","flexível","font","fora","fornec","fornecem","fornecida","fornecido","função","funçõ","fácil","generalizado","geoespaciai","geográfica","geográficas,","grade","grade.","gratuitament","grau","grid","height:","http://epsg.io/","http://localhost:5173/map.html","imagem","imagen","imagens,","important","impossível,","inclui","incluir","indicar","inferior","informação","informaçõ","inicialização","interess","internamente,","isso,","isto","latitude)","layer","layers:","linha","local","lugar","ma","mai","map","map.html","mapa","mapa).","mapa,","mapa.","mapa:","mapas.","melhora","mercat","mercator.","mesma","mesmo","metros.","modo","mostrar","move","mude","muito","mundo.","método","módulo,","na","navegador","navegador:","new","normalment","nosso","num","numa","não","nívei","nível","nó","o","object","object.","objeto","obter","obtido","ocasionando","oferec","ol.control.attribut","ol.control.defaults({","ol.layer.tile({","ol.map({","ol.map:","ol.proj.*.","ol.proj.fromlonlat","ol.proj.fromlonlat([126.97,","ol.proj.get('epsg:21781');","ol.proj.project","ol.source.osm","ol.source.osm()","ol.source.xyz","ol.view({","olhando","openlay","openlayers.","openstreetmap","openstreetmap.","oposto,","opção","opçõ","os","osm","ou","outra","outro","padrão,","para","part","passada","pelo","permit","perto","pessoa)","pixel","pode","podem","por","possam","possível","precisa","precisamo","precisará","preencher","pressionado","processamento","project","projection.setextent([485869.5728,","projeto","projeção","projeção.","projeçõ","projeções,","proprietárias.","pré","prévia.","próxima","publicament","página","página:","qualquer","que","quiser","raster","referenciai","registrar","regular,","relativament","remov","renderizar","renderizaçõ","representado","representar","requisitar.","requisiçõ","restrições,","resultado","retornar","revis","saber","salv","script","se","seguida,","seguint","seguir","seja","sem","sempr","ser","servidor","serviço","set","seu","seção","sistema","site","sobr","soment","source:","string.","style","sua","são","tag","também","tarefa","target:","tendo","termo","texto","tile","tipo","toda","todo","trabalhar","trabalharemo","transformaçõ","um","uma","unidad","usada","usamo","usando","usar","uso","utilizando","utilizar","utilizará","var","vez","vez,","view:","vir","visitar","visualização","visualizou.","visível.","você","web","width:","wm","x","xyz","y","z","zoom","zoom.","zoom:","{","}","})","}),","});","área","é"],"layers/proprietary.html":["#map","''","'map',","'road',","(ogc","(openstreetmap)","(ou",".ol","256px;","37.56]),","512px;","9","=","[","],","adicionando","adicionar","alteraçõ","anterior,","anteriores,","api","apis.","aplicação.","arquivo","assim:","attribut","bing","bing!","bing.","black;","bloco","blocos)","cach","camada","center:","chave","client","color:","com","completo","configurada","conformidad","continuaremo","da","dado","de","dentro","deve","deveria","disponibilização","e","em","em:","encontr","ess","est","estar","estão","exampl","exemplo","exibimo","foi","font","foram","fornec","fornecedor","height:","http://localhost:5173/map.html","https://www.bingmapsportal.com/.","imagem","imageryset:","key:","largament","layers:","lo","local","map","map.html","map.html,","map.htmlem","mapa","meio","meno","mude","na","navegador:","nesta","new","nota","não","nó","o","ol.layer.tile({","ol.map({","ol.proj.fromlonlat([126.97,","ol.source.bingmap","ol.source.bingmaps({","ol.view({","ond","onlin","openlay","os","osm","padrão","para","pela","pelo","personalizado","popularizado","por","produção,","produção.","proprietária","proprietário","proprietários.","que","raster","recarregu","registr","requer","salv","service)","serviço","seu","seção","seção,","seçõ","sobr","source:","sua","tarefa","target:","tile","tiles.","tipo","trabalham","trabalhando","um","uma","usa","usar","usá","utilizar","vamo","var","view:","você","web","width:","wm","zoom:","{","}","})","});"],"layers/vector.html":["#map","'';","'/data/layers/7day","'earthquakes'","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'singleclick'","'white'})","(cole","(format)","(http://earthquake.usgs.gov/earthquakes/catalogs/).","0,","0.703125","0],","256px;","3,","512px;",":","=","?","[","[0,","],","abaixo","abaixo).","abra","acontecendo.","adicion","adiciona","adicionai","adicionar","adicionaremo","algum","alguma","alteraçõ","além","ao","aponta","armazenada","arquivo","atributo,","atualmente,","branco","básico","bônu","bônus:","cada","camada","canvas,","capaz","caso","center:","chama","chave","class","client","clique:","completa","confirm","conjunto","consegu","conteúdo","copi","criação","círculo","código","da","dado","dados.","data,","de","delegam","dentr","depoi","dessa","deve","diretório","disso,","div","do","document.getelementbyid('info');","documento","e","editor","ela","em","encontrar","estilizar","estilo","está","examinar","exampl","exemplo","fazer","featur","feature.get('title')","feature;","features,","feed","fill:","foreachfeatureatpixel","format:","formato","fornecemo","funcionando","function(e)","function(feature)","função","geojson:","geometria","gerar","height:","http://localhost:5173/map.html","ideia","image:","imagery',","incluímo","info","infoel","infoelement.innerhtml","informaçõ","inici","inicialização,","invé","isto","javascript","layers:","listen","lo","localizaçõ","m2.5.json',","ma","mai","map","map.foreachfeatureatpixel(e.pixel,","map.html","map.on('singleclick',","mapa","mapa.","maxresolution:","meio","mostra","mostrar","mundo.","método","navegador:","new","nota","nova","numa","o","objeto","ol.featur","ol.format.geojson()","ol.layer.tile({","ol.layer.vector","ol.layer.vector({","ol.layer.vector.","ol.map({","ol.source.tilewms({","ol.source.vector","ol.source.vector({","ol.style.circle({","ol.style.fill({color:","ol.style.styl","ol.style.style({","ol.view({","olhando","openlay","openlayers.","opção","opções,","opções.","os","outra","outro","para","params:","parser","pela","pelo","perto","pode","ponto","por","possui","primeira","projection:","propriedad","publicado","que","quisess","radius:","receb","recebeu","registr","renderizando","renderização","representada","representam","requisitará","respond","return","salv","salvar","se","seguint","ser","será","seu","sobr","soluçõ","soment","sourc","source:","style","style:","sua","summary.","suporta","suportado","são","tarefa","target:","termo","terremoto","texto","tile","tiled:","tipo","titl","title:","true}","título","um","uma","url.","url:","usaria","usg","utilizado","utilizando","vamo","var","veja","vetori","vetoriai","vetorial.","view:","visualizá","você","voltar","webgl.","width:","wm","wms.","zoom:","{","{layers:","}","})","}),","});"],"layers/imagevector.html":["\"snapshots\"","#map","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'singleclick'","'white'})","(o","0,","0.703125","0],","256px;","3,","512px;","=","[","[0,","],","abaixo","abra","acima.","acontecendo.","acordo","agora","ainda","algum","alter","alterada","alteraçõ","alternativa","anterior","anterior.","ao","aplicaçõ","apropriada","arquivo","assim,","atual","bônu","cada","camada","camada.","center:","chamando","citada","class","com","combinação","combinação,","como","configuração","confirm","conjunto","consistent","conteúdo","continua","continuament","copi","criação","da","dado","dados,","de","desempenho","deslocamento.","detecção","do","dua","durant","e","editor","ele.","em","emborar","entend","entr","entretanto,","escalando","essa","essencialment","est","esta","estado","estamo","estilo","estratégia","está","estáticos.","evitar","examinar","exampl","examplo","exemplo","exiba","fazendo","fazer","featur","fill:","fixo).","font","foreachfeatureatpixel","format:","fornec","fornecido","funcionamento","funcionando","função","geometria","geometrias,","grand","height:","http://localhost:5173/map.html","image:","imagem.","imagen","imagery',","informaçõ","invé","irá","isto","layers:","linhas,","listen","m2.5.json',","ma","mai","map","map.html","mapa","mapa.","maxresolution:","menor.","mesmo","método","navegador","navegador:","new","nota","não","nó","o","observ","ol.format.geojson()","ol.layer.imag","ol.layer.image({","ol.layer.tile({","ol.layer.vector({","ol.layer.vector,","ol.layer.vector.","ol.map({","ol.source.imagevector","ol.source.imagevector({","ol.source.imagevector,","ol.source.imagevector.","ol.source.tilewms({","ol.source.vector({","ol.source.vector.","ol.style.circle({","ol.style.fill({color:","ol.style.style({","ol.view({","olhando","openlay","origin","os","para","para:","params:","partir","pequena","perto","pode","podemo","ponto","pontos,","possível","projection:","página","qualidad","qualidade.","quando","quantidad","que","radius:","re","recarregu","redesenhada","redesenhar","registrando","render","renderizado","renderizam","renderização","reposicionando","representado","representam","resolução","retornada","reusado","rótulo","salv","se","sendo","seria","será","seu","snapshot","sobr","sofrer","soment","source:","style:","são","símbolo","tamanho","tarefa","target:","terremotos:","terão","texto","tiled:","title:","trade","transiçõ","transições,","true}","um","uma","url:","usa","usando","usar","uso","vamo","var","ver","verifiqu","verá","vetori","vetoriai","vetoriais,","vetorial,","vez","view:","visualização","visualização.","você","voltar","width:","zoom","zoom:","{","{layers:","}","})","}),","});","área","é"],"controls/":["control","draw","e","interação","interaçõ","modifi","scalelin","select"],"controls/scaleline.html":["'ol","(usando","):",".ol",".scale","0px;","350px;","5px;","]),","abra","absolute;","ach","adicion","adicionar","agora","algum","alguma","alterando","alteraçõ","alternativa","ao","arquivo","atravé","atributo","background:","barra","black;","bloco","bottom:","class","colocá","com","com,","comum","configuração","control","controle:","controls.html.","controls:","contudo,","cor","criando","criar","crie","css:","código","da","de","declaração","declaraçõ","defina","dentro","depoi","dest","diferente.","difícil","dizer","document.getelementbyid('scal","documento.","e","editor.","el","ele,","elemento","elemento,","elemento:","em","encontrarmo","enxergar","escala","escala.","esquerda","est","esteja","estilo","evitar","exemplo,","exibir","fazendo","fora","fornec","forneceremo","fundo","fácil","herdar","http://localhost:5173/map.html","http://openlayers.org/en/latest/examples/custom","há","id.","identificador","imagem.","imaginar","inferior","informações.","insira","isso,","isso.","já","left:","line","line')})","line',","lo","local","logo","lugar","mai","manter","map.html","map.html(faz","map.htmlem","mapa","mapa,","mapa.","marcação","melhorar","modifiqu","mostrando","muita","muito","na","navegador:","new","nota","novament","novo","num","nível","o","ol.control.control.","ol.control.defaults().extend([","ol.control.scalelin","ol.control.scaleline()","ol.control.scaleline({classname:","ol.inherits)","openlay","pad","padding:","para","part","personalizado","pode","podemo","por","position:","posição","pouco","precisamo","página","página.","que","quiser","referenci","referenciamento","região","relative;","renderização.","reposicionando","salv","scale","scalelin","scaleline:","se","seguint","sentido","seu","sobr","sua","talvez","tarefa","target:","testar","top:","tornar","trecho","título","um","uma","vamo","veja:","ver","visualização","você","{","}","é"],"controls/select.html":["#map","'#000000'","'#0000ff'","'#ff0000'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","0],","1","256px;","5,","512px;","=","[","[0,","]),","],","abra","adicionam","adicionar","alter","alteraçõ","anterior,","anterior.","ao","arquivo","assim:","ação,","camada","camadas,","center:","class","cliqu","colocar","color:","com","como","control","criar","criaremo","da","dado","de","demonstra","do","documento.","dom","dê","e","editor","elemento","eles.","em","est","exampl","exemplo","exemplo,","featur","feature.","fill:","fiqu","format:","geralment","height:","http://localhost:5173/map.html.","image:","imagery',","informaçõ","iniciaremo","interactions:","interagir","interação","layers:","m2.5.json',","ma","map","map.html","mapa","mapa.","módulo","na","navegador:","nest","new","não","nó","o","objeto","ol.control.control.","ol.format.geojson()","ol.interaction.defaults().extend([","ol.interaction.interact","ol.interaction.select","ol.interaction.select({","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","openlay","os","ou","para","params:","podem","podemo","por","possuem","possui","projection:","página","qual","que","radius:","representação","responsável","salv","selecionando","selecionar","select","seleção","seu","seção","sobr","source:","stroke:","style:","sua","tarefa","target:","terremoto:","texto","tiled:","tipo","title:","tratar","true}","um","uma","url:","usando","uso","usuário","usuário,","utilizamo","vantagen","var","ver","vetori","vetoriai","vetorial.","view:","vimo","visual","visual.","visualizar","width:","zoom:","{","{layers:","}","})","}),","});","é"],"controls/draw.html":["#map","'#000000'","'#0000ff'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","'point'","0],","1","256px;","5,","512px;","=","[","[0,","],","abaixo.","abra","adicion","adicionar","alteraçõ","apó","aqui","arquivo","assim:","atividad","bônu","bônus.","camada","center:","class","cliqu","color:","com","começar","consol","console.log(p.getcoordinates());","construída","coordenada","criar","crie","da","de","deix","desenhada","desenhando","desenhar","desenvolvimento:","draw","draw.on('drawend',","e","editor","em","est","esta","está","evento","evt.feature;","exampl","exemplo","featur","feature.getgeometry();","feature:","fill:","font","format:","function(evt){","geometria","geometria.","height:","http://localhost:5173/map.html.","image:","imagery',","interactions:","interação","layers:","listen","loga","m2.5.json',","map","map.html","mapa","método","navegador:","new","nova","nó","o","observador","obter","ol.format.geojson()","ol.interaction.defaults().extend([draw]),","ol.interaction.draw({","ol.interaction.draw.","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","openlay","p","para","params:","podem","ponto,","ponto.","primeira","projection:","página","radius:","registramo","salv","ser","seu","sobr","solução","soluçõ","sourc","source,","source:","stroke:","style:","sua","tarefa","target:","texto","tiled:","tipo","title:","true}","type:","um","uma","url:","usando","utilizando","vamo","var","vetori","view:","width:","x","y","zoom:","{","{layers:","}","})","}),","});","é"],"controls/modify.html":["#map","'#000000'","'#0000ff'","'/data/layers/7day","'earthquakes',","'epsg:4326',","'global","'https://ahocevar.com/geoserver/wms',","'map',","'nasa:bluemarble',","(ol.collection)","0.75],","0],","1","1.5","100000","153,","1]","255,","256px;","5,","512px;","7,","=","[","[0,","[255,","],","abra","agora","alteração","alteraçõ","ant","antes,","arquivo","arrast","assim:","ação,","camada","camada.","candidata","center:","class","clica","cliqu","coleção","color:","com","combinação","como","compartilham","completo.","component","configurada","criamo","criar","da","de","defin","deix","desenhada","desenhar","dua","e","editor","efetivament","ela","em","entend","estilo","exampl","exemplo","featur","features.","features:","fill:","format:","funciona","funciona.","geometria.","geometrias.","height:","http://localhost:5173/map.html.","image:","imagery',","iniciar","interactions:","interação","interações,","la","layers:","m2.5.json',","mai","map","map.html","mapa","mesma","mesmo","modifi","modificando","modificar","modificação","modificá","modify]),","modo","mover","navegador:","new","novamente,","nó","o","objeto","ol.format.geojson()","ol.interaction.defaults().extend([select,","ol.interaction.modifi","ol.interaction.modify({","ol.interaction.modify.","ol.interaction.select","ol.interaction.select({style:","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.source.tilewms({","ol.source.vector({","ol.style.circle({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.view({","olhando","openlay","para","params:","partir","pela","perto","ponto.","projection:","página","quando","que","radius:","salv","se","selecionada","selecionar","select","select.getfeatures()","será","seu","sobr","sourc","source,","source:","stroke:","style","style,","style:","style});","sua","tarefa","target:","terremoto","texto","tiled:","tipo","title:","tornam","true}","um","uma","url:","usando","usuário","vamo","var","ver","vetori","view:","width:","zindex:","zoom:","{","{layers:","}","})","}),","});","é"],"vector/":["basic","broad","creat","data","data,","data.","download","drag","draw","drop","editor","editor!","exist","export","featur","features,","format","geojson","goal","import","interest","let'","look","make","modifi","module,","new","nice","openlay","rang","render","result.","snap","sources.","support","user","vector","we'll","work","you'r"],"vector/formats.html":["\"coordinates\":","\"feature\",","\"geometry\":","\"id\":","\"openlayers.feature.vector_107\",","\"point\",","\"properties\":","\"type\":","(ogc","(um","(usando","104.98,","104.98,39.76","39.76]","[","abaixo.","altament","ambo","ant","barcelona,","base","bloco","básico","camada","class","com","como","competência","consider","construtor","convert","cria","cru","código","da","dado","dados,","de","do","doi","em","espanha).","esta","estilos,","exemplo","falarmo","fazer","feita","flexível.","formato","fornec","geojson","geometria","introduz","isto","já","keyhol","kml","language)","markup","mesmo","nenhuma","o","objeto","ol.featur","ol.feature.","ol.format","ol.format.geojson).","ol.layer.vector","ol.source.vector.","openlay","origem","os","padrão,","para","parser","parserol.format.kml`).","ponto","por","primeiro","quando","que","representam","representando","responsável","segundo","serializado","servidor","seção","sobr","suposição","tipo","trabalhando","um","uma","vetoriai","vetoriais.","vetorial,","vindo","você","{","{},","}","é"],"vector/style-intro.html":["\"someclass\"","'#ff9900',","'#ffcc00',","'blue'","'olive',","'red'","'rgba(255,255,255,0.5)'","'someclass')","'someclass':","(baseado","(esta","(ex.","(feature.get('class')","(nest","(são","(é","...",".someclass","//","0.4","0.6","1","1px","1px;","20,","=","===","aceita","agora","além","aplica","aplicados.","aplicação","aquela","aqui","argumento.","arquivo","array","assim:","atributo","atribuímo","azul","azul,","background","basicamente,","bloco","blue;","border","básico","camada","caso,","caso:","certo","chamada","chamado","chaves:","circulares,","class","color:","com","como","como:","conceito","configurada","configuração","conhecido","contendo","contexto","cor","creat","criar","criaremo","css","da","de","declaração","declaraçõ","depend","desenhar","dessa","dessas,","diferent","diversa","do","doi","durant","e","el","elas,","elemento","em","entendendo","equivalent","especificamente,","estilizado","estilizando","estilizar","estilização","estilo","estilos,","estilos.","estrutura","está","estático:","exceto","exemplo","exemplo:","exist","facilment","featur","fill,","fill:","fiquem","fora","forma","funcionam","function(feature,","fundo","função","função.","funçõ","geometria,","geralment","geramo","gerarem","grupo","histórico","hora","html,","image,","imagen","important","individu","inlin","instância","interação","isto","já","largura),","largura,","layer","layer.setstyle(function(feature,","limitam","linha","lixo.","ma","mai","manter","meno","mouse,","muito","na","navegador.","new","no","nota","não","o","objeto","ol.featur","ol.interaction.select({","ol.interaction.select.","ol.layer.vector({","ol.source.vector(),","ol.style).","ol.style.circl","ol.style.circle({","ol.style.fill({","ol.style.icon.","ol.style.stroke({","ol.style.styl","ol.style.style({","ol.style.style,","ol.style.style.","oliv","olive;","opacity:","opcion","openlay","openlayers,","opção","os","otherstyl","otherstyle;","ou","para","parâmetro","permit","pixel","png).","pode","podem","poderia","polígono","polígonos,","ponto","posição","possam","possuem","possui","possui,","possível","preenchimento.","primarystyl","primarystyle;","primeiro","propriedad","pseudo","quando","quatro","que","quer","quiser","radius:","renderizar","renderização,","representado","resolution)","resolução","resolução).","resolução,","retornando","retornará","return","reutilizados,","sabe","se","seguint","seguir","seguir:","sejam","selecionando","select","seletor","seletor,","seletores.","ser","similar","simples):","soment","source:","stroke","stroke:","style","style:","styles...","styles;","sua","suav","symbol","são","também","tem","tenham","ter","text.","tipo","toda","todo","torna","transiçõ","um","uma","usado","usar","uso","utilizar","valor","valores,","var","vermelhas,","verá","vetori","vetoriai","vetoriais.","veze","vizinhança","você","width:","zindex.","{","}","})","}),","});","},","é","último"],"vector/style.html":["\"a","\"n","\"name\"","'blackbody',","'colormap';","'ol/sphere';","'ol/style';","'red',","'rgba(255,255,255,0.8)',","'white',","(a","(draw","(feature)","(feature,","(max","(step","*","/","//","0,","1","1));","1),","1e8;","2);","2e13;","50;","=","add","advantag","allow","area","area.","array","attribut","base","basic","behavior","below","biggest","calculations.","call","case","clamp(value,","color","color:","colormap","colormap({","colormap:","come","complet","configur","const","constructors:","contriv","control","coupl","creat","current","decis","default","depend","determin","dure","dynam","each","edit","editing,","editing.","editor","effici","exampl","example).","example.","exercis","export","f","featur","feature.get('name').touppercase();","fill","fill({","fill,","fill:","first,","frame,","function","function.","functionality.","geometri","geometry:","get","getarea(feature.getgeometry());","getcolor(feature)","getcolor(feature),","give","go","good","haven't","here","here,","high)","high));","import","import,","index","instal","interact","interactions.","isn't","justif","layer","layer:","line","look","low,","m\"","maintain","make","mani","math.max(low,","math.min(value,","math.pow(clamp((area","math.round(f","max","min","min)","min),","modify)","name","narrow","need","new","next","nice","nice.","notic","now","now,","npm","npm.","nshades:","ol/spher","on","openlayers,","option","packag","performance.","point","possibl","properti","provid","ramp","ramp[index];","realli","render","requir","resolution)","resolution,","return","sake","same","see","set","smallest","someth","source,","source:","spent","spheric","start","static","step","steps,","stroke","stroke({","stroke:","stroke}","style","style({","style,","style:","styles.","styling.","take","thicker","this,","this:","time","top),","tri","two","us","vector","vectorlayer({","view","want","we'll","we'r","whether","wide","works,","write","z\"","{","{getarea}","{style,","}","}),","});","},"],"custom-builds/":["build","conceito","criar","personalizado"],"custom-builds/concepts.html":["\"*\"","\"advanced\",","\"analyzerchecks\",","\"api\",","\"compilation_level\":","\"compile\":","\"define\":","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"goog.debug=false\",","\"goog.dom.assume_standards_mode=true\",","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"manage_closure_dependencies\":","\"observable\"","\"ol.enable_dom=false\",","\"ol.enable_image=false\"","\"ol.enable_proj4js=false\",","\"ol.enable_webgl=false\",","\"ol.layer.tile\",","\"ol.map\",","\"ol.source.osm\"","\"ol.view\",","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"verbose\",","\"warning_level\":","'map',","(chamado","(jvm).","0],","4","8u60","=","[","[0,","[],","],","abaixo:","acima","ant","aplicação","applic","arquivo","array","assim,","baixar","biblioteca","boa","build","builds)","center:","closur","closure.","compilador","compiler.js\",","completo,","conceito","configuração","configuração.","configuração:","contém","criado","criar","código","da","de","declarada","dest","e","el","em","entendendo","então","environment,","está","estão","executar","executá","exemplo","exemplo,","exports.","extensa","faça","formato","fornec","funcionalidad","funcionalidades.","funçõ","funções/construtor","geralment","gerar","i586.exe.","ideia.","improvável","instalado","instalar","java","java,","javascript","javascript.","jre","json.","layers:","lo","mai","map","menor","muita","muito","máquina","máquina.","nele","new","o","objetivo","ol.layer.tile({","ol.map({","ol.source.osm()","ol.view({","openlay","oracle.","os","para","part","partir","passar","personalizado","personalizado,","pode","por","portanto,","possui.","precis","precisa","precisamo","precisará","programa","próxima","que","relevant","requer","requerimento","rode","runtim","rápido.","se","segu","seu","seção","site","soment","source:","specif","sua","são","target:","toda","true","true,","um","uma","uso","usou","utilizará.","var","veja","veze","view:","virtual","você","window","windows,","zoom:","{","}","})","});","é"],"custom-builds/create.html":["\"*\"","\"advanced\",","\"analyzerchecks\",","\"api\",","\"compilation_level\":","\"compile\":","\"define\":","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/cartodb.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"goog.debug=false\",","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"manage_closure_dependencies\":","\"observable\"","\"ol.enable_proj4js=false\"","\"ol.enable_webgl=false\",","\"ol.format.kml\",","\"ol.layer.tile\",","\"ol.layer.vector\",","\"ol.map\",","\"ol.proj.fromlonlat\",","\"ol.source.osm\",","\"ol.source.vector\",","\"ol.style.fill\",","\"ol.style.stroke\",","\"ol.style.style\",","\"ol.style.text\"","\"ol.view\",","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"verbose\",","\"warning_level\":","#map","$","'#000'","'#fff',","'/data/layers/buildings.kml',","'12px","'black'","'buildings',","'map',","(function()","(ol","122.79264450073244,","16","256px;","3","42.30975194250527]),","512px;","=","[","[],","[new","],","agora","alter","altere:","anteriormente:","antes!","ao","arquivo","build","build.j","calibri,san","capítulo.","carregador","carregar","center:","chamado","color:","com","comando","compiler.js\",","criando","criar","criaremo","criação","crie","criou","custom.j","custom.js)","custom.json","de","desenvolvimento.","deve","diretório","então","est","exampl","extractstyles:","fals","feature.get('key'),","fill:","font:","format:","function(feature,","gerar","height:","inici","invé","layers:","mai","map","map.html","mapa","mapa:","muito","nesta","new","node","node_modules/openlayers/tasks/build.j","o","ol","ol.format.kml({","ol.layer.tile({","ol.layer.vector({","ol.map({","ol.proj.fromlonlat([","ol.source.osm()","ol.source.vector({","ol.style.fill({","ol.style.stroke({","ol.style.style({","ol.style.text({","ol.view({","openlay","openlayers:","para","personalizado","projeto.","página","que","raiz","resolution)","return","rápido","script","serif',","seção,","source:","stroke","stroke,","stroke:","style","style:","target:","text:","textfil","textfill,","textstrok","title:","true","true,","um","url:","usando","usar","vai","var","view:","você","width:","zoom:","{","}","})","})();","}),","});","})];","};","último"],"vector/geojson.html":["\"node_modules/ol/ol.css\";","#04041b;","#map","'./data/countries.json',","'map","'ol/format/geojson';","'ol/interaction/link';","'ol/layer/vector';","'ol/map';","'ol/source/vector';","'ol/view';","(geojson","//","0;","0],","100%;","2,","=","@import","[","[0,","],","`map`","add","assign","back","background","basic","befor","body,","border","bring","button","case)","center:","color:","const","contain","container',","countri","countries.json","dark","data","data:","directory.","edit","editing,","expect.","family:","featur","features:","fetch","file","first,","font","format","format:","geojson","geojson(),","get","height:","html,","http://localhost:5173/.","import","includ","index","index.html","ingredi","interact","interaction:","keep","later","layer","layer.","layers:","left","link","link());","load","local","look","lot,","main.j","make","manag","map","map({","map.","map.addinteraction(new","map:","margin:","name","new","nice","now","openlay","order","page","read","reload","reload.","render","san","see","serial","serif;","sourc","source:","spatial","stable.","start","stay","take","target:","three","up","updat","url:","us","variabl","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource({","view","view({","view:","we'll","width:","work","work.","workshop","write","zoom:","{","}","}),","});"],"vector/drag-n-drop.html":["'map","'ol/interaction/draganddrop';",");","0],","2,","=","[0,","[geojson],","add","added.","assign","before,","center:","compon","configur","const","container',","creat","data","data.","drag","draganddrop","draganddrop({","drop","edit","editing.","editor,","empti","example,","exercise,","featur","features,","file","finally,","format","formatconstructors:","formats.","geojson","go","import","initi","instead","interact","interaction,","layer","list","load","locat","main.j","main.js:","make","map","map({","map,","map.","map.:","map.addinteraction(","map.addlayer(layer);","map:","name","new","next,","now","now,","number","old","onto","pars","pass","previou","remot","remov","rendered.","see","sourc","source,","source:","start","stick","store","sure","target:","this.","us","user","variabl","vector","vectorlayer({","vectorsource();","view({","view:","want","we'll","we'r","work","zoom:","}),","});"],"vector/modify.html":["'ol/interaction/modify';","(at",");","ad","add","alt+click.","bottom","configur","confirm","connect","creat","data","delet","drag","edit","editor,","featur","features.","first,","import","interact","load","main.js):","main.js:","map","map.addinteraction(","modifi","modify({","new","next,","now","sourc","source,","source.","source:","this,","us","user","vector","vertic","vertices.","want","way","we'll","}),"],"vector/draw.html":["'ol/interaction/draw';","'polygon',","(in",");","add","allow","caribbean","configur","control","creat","data","draw","draw({","drawn.","editor","featur","features.","first,","geojson","geometri","import","interact","island","load","main.js):","map.addinteraction(","modifi","nation","new","next","now","now,","peopl","place,","polygon","properti","source,","source.","source:","type","type:","types.","up,","us","valu","vector","we'll","}),"],"vector/snap.html":["'ol/interaction/snap';",");","active,","ad","add","addition,","adjacent.","between","break","configur","data","don't","draw","draw,","easi","edit","exist","featur","features,","features.","first,","help","import","interact","interactions,","line","main.js:","maintain","map.addinteraction(","map:","modifi","modify,","nation","new","nice","notic","polygon","preserv","previous","snap","snap({","sourc","source,","source:","topolog","topology.","unit","up","us","vector","void","we'll","work","}),","—"],"vector/download.html":["\"clear\"","\"download\"","#tool","'data:application/json;charset=utf","'epsg:3857'});","()","+","0.5rem;","1rem;","8,'","=","absolute;","add","anchor","attribut","attribute:","background:","bit","block;","browser'","button","buttons.","call","chang","clear","clear.addeventlistener('click',","click","const","construct","contain","creat","css","cursor:","data","dialog.","display:","document.getelementbyid('clear');","document.getelementbyid('download');","download","download,","download.href","dure","easier","edit","editing,","element","element'","encodeuricomponent(json);","event","exist","featur","file","first,","first.","follow","format","format.","format.writefeatures(features);","function","geojson","geojson({featureprojection:","href","index.html:","inlin","it,","json","let'","listen","look","main.js:","make","map","markup","method,","method.","need","new","now","over.","padding:","part,","pointer;","position:","repres","result.","right.","right:","same","save","serial","someth","sourc","source.clear()","source.clear();","source.getfeatures();","source.on('change',","start","this,","time","time,","top:","trigger","upload","uri","us","user","vector","want","we'll","white;","work","{","}","});"],"mobile/":["3rd","advantag","api","browser","browser'","code,","compass","creat","device'","display","easili","exampl","few","geoloc","gp","gyroscope.","head","heading.","integr","kompa","layer,","line","map","map.","mobil","module,","navig","openlay","parti","posit","position,","purpos","result","sensor","show","simpl","take","tool!","us","user'","util","utilities.","vector","we'll"],"mobile/map.html":["\"node_modules/ol/ol.css\";","#map","'map","'ol';","'ol/layer/tile';","'ol/proj';","'ol/source/osm';","./ngrok","0;","0]),","100%;","2,","5173","@import","[","],","access","achiev","add","addit","alreadi","applic","apply.","avail","basic","body,","box,","center:","command","compass.","computers,","connections.","contain","container',","created.","desktop","devic","device.","device:","differ","document'","easiest","everyth","exercise:","family:","follow","font","fromlonlat([0,","gener","geoloc","gestur","gp","grant","gyroscop","gyroscope,","head","header=\"localhost:5173\"","height:","here","here,","host","html,","http","https://","https://ngrok.com.","import","index.html","indic","initi","layers:","main.j","map","map({","margin:","markup","meta","mobil","multi","navig","need","new","ngrok'","nice","noth","onc","open","openlay","osm","osm(),","out","output","over","page","pinch","previou","provid","reasons,","rotation.","rule","same","san","scale","secur","sensor","serif;","serv","set","smartphon","source:","specif","start","street","support","tag","target:","terminal:","test","thing","tilelay","tilelayer({","touch","typic","up,","us","view({","view:","viewport:","view}","way","we'll","web","width","width:","works,","zoom","zoom:","{","{fromlonlat}","{map,","}","}),","});"],"mobile/geolocation.html":["${error.message}`);","'ol","'ol/control/control';","'ol/feature';","'ol/geom/point';","'ol/geom/polygon';","'ol/layer/vector';","'ol/source/vector';","'◎';","(!source.isempty())","()","(error)","(or","(pos)","),",");",".5em;",".locat","0.5","18,","500,","6em;","=","[pos.coords.longitude,","]);","above,","access","accuraci","accuracy,","accuracy.","accuracy.transform('epsg:4326',","add","addit","addition,","alert(`error:","allow","already.","also,","animation,","api","api:","are.","around","ask","assign","available,","both","browser","browser'","button","buttons,","center","changes.","circular","circular(coords,","click","clicked:","code","compon","configur","const","control","control({","control,","coord","coordin","creat","css","current","devic","device'","display","document.createelement('div');","duration:","easiest","element:","enabl","enablehighaccuracy:","error","estim","exact","extent","featur","feature(","feature(new","features:","few","final","first","fit","function","function,","geograph","geoloc","geometri","get","give","go","gp","gps).","handler","high","hold","icon","import","important,","index.html:","instanc","instead","later:","latitude,","latter","layer","layer,","left:","line","listen","listener.","locat","locate';","locate,","locate.addeventlistener('click',","locate.classnam","locate.innerhtml","location.","location:","longitud","look","main.j","make","map","map({","map,","map.","map.addcontrol(","map.addlayer(layer);","map.getview().fit(source.getextent(),","map.getview().getprojection()),","map:","markup","maxzoom:","navigator.geolocation.watchposition(","need","new","next","next,","notifi","now","now:","ol","ol/map","openlay","openlayers,","place,","point","point(fromlonlat(coords))),","point,","polygon","polygon,","pos.coords.accuracy);","pos.coords.latitude];","posit","position,","position.","positon","projection.","radiu","radius,","refer","regist","report","result","second","section","see","show","show,","snippet","someth","soon","sourc","source,","source.addfeatures([","source.clear(true);","source:","still","take","thing","this:","time","top:","transform","true,","two","under","unselect","updat","us","use:","user","user'","variabl","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","view","visual","want","watchposition()","way","we'll","we'r","without","zoom","{","{circular}","}","}),","});","},"],"mobile/compass.html":["${error.message}`);","&&","'./data/loc","'function'","'kompas';","'ol/style';","'rgba(0,","(","('ondeviceorientationabsolute'","()","(error)","(heading)",")","*",".catch(funct",".on('heading',",".then(startcompass)",".watch()","/","0,","0.2)',","180)","255,","=","===","access","accuraci","act","ad","add","advantag","alert('no","alert(`error:","alreadi","api.","around","arrow","assign","ax","browser","color:","compass","const","contain","creat","data/","dependendencies.","devic","device');","device.","deviceorient","deviceorientationevent.requestpermiss","deviceorientationevent.requestpermission()","directly.","directori","equip","event.","file","fill({","fill,","fill:","final","first,","fortunately,","function","give","go","gyroscop","gyroscope,","head","heading);","heading,","heading.","heading.svg',","hood,","icon","icon({","icon,","icon:","image:","import","included,","indic","instal","instead,","it,","keep","kompa","kompas()","kompas.","layer.","layer.setstyle(style);","listen","locat","locate.addeventlistener('click',","look","main.j","make","map.","materials.","math","mobil","modul","navig","new","next,","nice","nice:","nicer:","now","now,","npm","openlay","option","orient","ourselves.","packag","package,","part","point","point,","polygon","polygon.","preserv","provid","read","receiv","rotat","rotatewithview","rotatewithview:","set","set,","show","src:","startcompass()","startcompass();","style","style({","style.getimage().setrotation((math.pi","style}","svg","take","tell","termin","thing","this:","three","through","tool","top","true,","typeof","under","upright,","upwards.","us","user","usual:","util","utility,","view","want","we'r","window)","window.deviceorientationev","workshop","{","{fill,","}","}),","});"],"cog/":["(cog)","(continued)","(or","(read","addit","addition,","allow","band","built","chooser","client","cloud","color","composit","data","data.","demonstr","effici","encourag","exercis","fals","format","full","geotiff","host","imag","image,","image.","images,","in,","input","instead","intern","layout","lower","make","map","math","modul","module,","more","multi","multipl","ol/source/geotiff","on","openlay","optim","organ","overview","overview.","peopl","perform","pixel","portion","primari","read","regular","remot","render","requir","resolut","simpl","simplifi","singl","small","sourc","sources.","strips.","thing)","through","tiff)","tile","true","view","viewer","visual","walk","we'll","whole"],"cog/true-color.html":["\"node_modules/ol/ol.css\";","#map","'epsg:32721';","'epsg:4326',","'https://sentinel","'map","'ol/extent.js';","'ol/layer/webgltile.js';","'ol/map.js';","'ol/proj';","'ol/source/geotiff.js';","'ol/view.js';","(b02","(b03)","(b04)","(earth","(l2a)","(m)","(red,","(μm)",");","//","0.433","0.460","0.560","0.665","0.705","0.740","0.783","0.842","0.945","0;","1,","1.375","1.610","10","100%;","2","2)","2.190","2.amazonaws.com/sentinel","20","2021:","2a","34.32183],","35.32718,","5","57.98062,","59.19991,","60","=","@import","[","[layer],","],","aerosol","air","amazon","appropri","around","avail","aw","b01","b02","b03","b04","b05","b06","b07","b08","b09","b10","b11","b12","band","bands:","before:","blue","blue)","body,","browser.","bucket","bueno","cell","center:","central","channel","channel,","channel.","choos","cirru","cloud","coastal","cogs.s3.u","cogs/","cogs/21/h/ub/2021/9/","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/s2b_21hub_20210915_0_l2a.json","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/tci.tif',","cogs/sentinel","collect","color","command","compon","composit","composite.","const","contain","container',","content","cover","data","date.","days.","descript","digit","display","displays.","dissemin","each","earth'","easier.","edg","electromagnet","eo","exampl","example,","exercise,","extent","extent,","extent:","fals","family:","figur","file","find","first,","follow","font","full","geotiff","geotiff({","getcenter(extent),","gpu","green","green,","grid","hardest","haven't","height:","here","host","html,","http://localhost:5173/","https://s3.u","identifi","imag","imageri","imagery,","import","in.","includ","index.html","infrar","installed,","interest","interfac","l2a","land","layer","layer.","layers:","level","line","list","load","ls","main.j","make","manipul","map","map({","map.","map:","margin:","measur","metadata","mission","multi","near","new","next","now","observation)","ol/layer/webgltil","ol/source/geotiff","on","openlay","optim","out","outsid","page","part","path","portion","product","project","projection,","projection:","provid","raster","rate","readi","red","reflect","remot","render","request","reset","resolut","result","revisit","s2","s3","s3.","s3://sentinel","san","satellit","search","sensor","sentinel","september,","serif;","shader","short","show","sign","sourc","source,","source:","sources:","spectrum,","spectrum.","step,","surfac","target:","that,","three","tile","tilelay","tilelayer({","transformextent(","tri","trickiest","true","two","updat","url","url:","us","vapor","veget","view","view({","view.","view:","visibl","water","wave","wavelength","we'll","we'r","webgl","west","width:","work","zoom:","{","{getcenter}","{transformextent}","}","}),","});","},"],"cog/simplified-view.html":["\"geo\"","'epsg:32721';","'epsg:4326',","'map","(like","(or","(see","(view,",");","/","1,","2","21s).","34.32183],","35.32718,","57.98062,","59.19991,","84","=","[","[layer],","accept","accompani","array).","bbox","befor","bound","box","case,","center,","center:","code!","color","configur","const","constructor","container',","coordin","dig","epsg:32721","example,","extend","extent","extent,","extent.","extent:","file.","find","first","geograph","geotiff","get","getcenter(extent),","getcenter)","http://localhost:5173/","ideal","identifi","imag","image.","imageri","imagery.","import","includ","inform","information,","instead","know","layers:","less","locat","main.j","map","map'","map({","map:","metadata","metdata","method","need","new","now","ol/source/geotiff","openlay","option","ourselv","pars","parsed.","piec","previou","proj:epsg","project","projection,","projection:","projections,","promis","properti","properties.","property).","provid","refer","regular","relat","remov","render","resolv","result","return","same","second","sentinel","simplifi","sourc","source.","source.getview()","source.getview(),","source:","spatial","special","stac","support","system","system.","tag","target:","thing","through","tiff","time","transform","transformextent(","transformextent,","true","updat","us","utm","view","view({","view.","view:","wg","write","zone","zoom)","zoom:","}),","});","–"],"cog/false-color.html":["'https://sentinel","(b03)","(b04)","(b08)","(blue).","(in","(red),","(sentinel","(with","//","2","2.amazonaws.com/sentinel","5000,","=","[","],","alpha","areas.","b08)","band","bands).","bands.","bare","below","blue","blue,","bright","channel,","channel.","chlorophyl","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b03.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","color","common","compar","composit","composite.","const","contrast,","data","example,","fals","following:","geotiff","geotiff({","green","green),","green,","highlight","http://localhost:5173/","imag","imagery,","infrar","l2a","load","look","main.j","max:","multi","near","new","ol/source/geotiff","order.","outsid","over","plot","portion","previou","pull","red","red,","reflect","reload","render","rgb","rich","s2","see","sentinel","separ","show","shown","signatur","singl","single,","soil","sourc","sources:","spectra","spectral","spectrum","step,","three","true","updat","url:","us","veget","visibl","want","water","wavelengths.","we'll","west","{","});","},"],"cog/ndvi.html":["',","'https://sentinel","'interpolate',","(b04)","(b08)","(brownish)","(green)","(ndvi)","(nir","(nir)","(not","(or","(veri","+","+,",",","...arguments].","/","//","0.2,","1","1,","10000,","1];","2","2,","2.amazonaws.com/sentinel","2];","=","[","['","['+',","['/',","['band',","['linear'],","[operator,","],","abov","accept","access","add","against","appli","arguments.","array","band","bands.","base","between","blue","bright","calcul","channels.","choos","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","color","color:","colors.","composites.","configur","const","control","creat","data","definit","densiti","determin","differ","difference,","directli","display","divid","each","edit","etc.","everyth","example,","examples.","express","fals","final","first","follow","form:","gener","geotiff","geotiff({","green","green,","hard","health.","helper","http://localhost:5173/.","idea","illumination.","index","infrar","input","interpol","l2a","layer","layer'","librari","linear","list","look","main.j","main.js:","map","math","max:","ndvi","ndvi,","near","need","new","next","next,","nir","nir,","normal","number","ol/layer/webgltil","ol/source/geotiff","on","oper","operator,","out,","output","pixel.","possibl","previou","properti","provid","pull","ratio","red","red)","red,","red];","reflect","render","rendering.","result","rgba","run","s2","same","scale","script","second","see","seen","sentinel","shadi","similar","slope","slopes.","sourc","source'","source)","source,","source:","sources:","step","stop","style","style:","sum","sum,","sum];","sunni","syntax","take","this,","this:","tile","tilelayer({","true","unveget","up","updat","url:","us","us.","valu","values,","values.","variabl","variat","veget","vegetated)","vegetated).","veri","visual","want","we'll","west","work","work.","{","});","},","–"],"cog/colormap.html":["'colormap';","'interpolate',","'rgba'});","(let","(max","(reverse)","(step","*","...]","...getcolorstops('earth',","/","//","0.5,","0;","1);","1,","10,","2","2);","=","[","['linear'],","[stopvalue0,","],","ad","add","alreadi","appli","array","array(step","array,","below:","color","color0,","color1,","color2,","color:","colormap","colormap({colormap:","colors!","colors.reverse();","const","creat","definit","delta","depend","edit","example,","express","exprt","follow","format:","function","function.","function:","gener","geotiff","getcolorstops(name,","http://localhost:5173/","import","includ","it,","layer","layer:","librari","line","look","main.j","main.js:","map","map,","maps.","max","max,","min","min)","min,","modifi","modul","more","name","name,","ndvi","ndvi,","new","nice","now","nshades:","number","on","option","output.","packag","previou","project.","ramp","reload","return","revers","reverse)","rgba","see","seen","sentinel","source,","source:","steps,","stop","stopvalue1,","stopvalue2,","style'","style:","such","take","this:","tilelayer({","true),","us","util","valu","value,","values.","want","we'll","write","{","}","});","},"],"cog/visualizations.html":["#control","',","'b03'],","'b04',","'b08'],","'fals","'https://sentinel","'interpolate',","'map","'ndvi',","'ndwi',","'true","(green","(ndwi).","(these","({","+","...getcolorstops('earth',","...getcolorstops('viridis',","/","0.5,","1,","10,","10000,","1],","1]],","1]]],","2","2.amazonaws.com/sentinel","20px;","2],","2]],","2]]],","5000,","=","=>","[","['","['+',","['/',","['b03',","['b04',","['b08',","['band',","['linear'],","['tci'],","],","];","`${base}/${id}.tif`,","absolute;","ad","add","addit","addition,","allow","application:","array","array:","avail","band","base","befor","below","below:","block","bodies.","call","chang","choos","chooser","chooser.","code","cogs.s3.u","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a';","color","color',","color,","color:","composite,","const","container',","corner,","creat","createlayer(base,","data","definit","differ","display","display.","document.createelement('option');","document.getelementbyid('visualization');","doesn't","each","edit","element","examples,","except","fals","finally,","follow","function","geotiff","geotiff({","geotiffs),","give","have","http://localhost:5173/","image.","imageri","includ","index","index.html","index.html:","init","instead","instead:","l2a","layer","layer.","list","listen","main.j","map","map({","map.setlayers([layer]);","map.setview(layer.getsource().getview());","max","max:","monitor","more","multi","name","name:","names.","ndvi","ndwi","need","new","next","next.","nice","nice!","nir)","normal","now","on","once,","option","option.textcont","over","page","place,","popul","position:","previou","remov","render","render.","return","right","right:","s2","same","scale","seen","seen,","select","sentinel","show","show.","similar","singl","somwher","sourc","source,","source:","sources:","style","style:","tag","tag:","take","target:","that'","this,","tilelayer({","time.","too?","top","top:","true","true),","type","updat","updatevisualization()","updatevisualization();","updatevisualization);","url","url:","us","user","user.","valu","values,","visual","visualization)","visualization):","visualization);","visualization.","visualization.max,","visualization.name;","visualization.sources.map((id)","visualization.style,","visualizations,","visualizations.foreach((visualization)","visualizations[visualizationselector.selectedindex];","visualizationselector","visualizationselector.addeventlistener('change',","visualizationselector.appendchild(option);","water","way","we'll","we'v","west","without","wouldn't","{","}","})),","});","},"],"cog/viz-plus.html":["!==","'bueno","'cape","'https://sentinel","'minneapolis',","(continued)","(newbase)","2.amazonaws.com/sentinel","=","=>","[","];","ad","add","adjust","aires',","alreadi","anoth","back","base","base:","base;","boom!","choos","chooser","chooser.","cog","cogs.s3.u","cogs/15/t/wk/2021/9/s2b_15twk_20210918_0_l2a',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a',","cogs/34/h/bh/2021/9/s2b_34hbh_20210922_0_l2a',","come","const","control","createlayer(base,","display","displayed.","document.createelement('option');","document.getelementbyid('image');","each","edit","element","element,","explor","extent","final","first","following:","full","function","geotiff","get","grab","http://localhost:5173/.","imag","image,","image.","image.name;","imageri","images.foreach((image)","images[imageselector.selectedindex].base;","imageselector","imageselector.addeventlistener('change',","imageselector.appendchild(option);","index.html,","involv","it!","javascript,","l2a","layer","let'","line","list","long,","look","main.j","main.js:","make","map.setlayers([layer]);","map.setview(layer.getsource().getview());","minor","miss","more","much","name","name:","need","new","newbas","next,","nicer","note","now","on","option","option.textcont","out","piec","popul","previousbas","previousbase;","quit","reload","s2","section","select","selected.","show","someth","source.","surround","tell","thing","this:","town',","type","up","updat","updatevisu","updatevisualization()","updatevisualization();","updatevisualization);","url","url.","user","view","visual","visualization);","visualizations[visualizationselector.selectedindex];","visualizationselector.addeventlistener('change',","want","we'll","west","whenev","work","zoom","{","}","});","},"],"vectortile/":["bright","bring","everyth","featur","files.","interact","layer","learn","look","make","mapbox","modul","ol","openlayers,","style","thing","tile","us","util","vector","vectortil","work"],"vectortile/map.html":["\"node_modules/ol/ol.css\";","#map","'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/'","'map","'ne:ne_10m_admin_0_countries@epsg%3a900913@pbf/{z}/{x}/{","'ol';","'ol/format/mvt';","'ol/layer/vectortile';","'ol/proj';","'ol/source/vectortile';","+","0","0;","0]),","100%;","14,","2,","512","=","@import","access","ad","add","application,","attributions,","basic","body,","browser,","center:","configur","const","contain","container',","coordin","coordinates.","countri","creat","data","data,","data.","default","differ","display","earth","exampl","exercise.","exercises:","family:","fast","fly?","folder,","folder.","font","for.","format","format:","fresh","fromlonlat([0,","geoserver.","go","grid.","height:","here","html,","http://localhost:5173/","images,","import","imports:","includ","index.html","inform","know","layer","layer.","level","level,","load","made","main.j","map","map({","map.addlayer(layer);","mapbox","margin:","markup","maxzoom:","mvt","mvt(),","natur","need","new","now","openlay","optim","pars","pass","pixels,","placehold","previou","provid","raster","render","requir","root","same","san","save","see,","seen","serif;","serv","setup","show","simpl","size","sourc","source'","source.","source:","start","style","support","target:","therefore,","this:","through","tile","tile.","tiles,","tiles.","time","transfer","type","unstyl","url","url,","url:","us","usual","usual,","vector","vectorsource.","vectortil","vectortilelay","vectortilelayer({","vectortilelayer,","vectortilesourc","vectortilesource({","vectortilesource:","view({","view:","view}","way","we'll","we'r","well,","well.","width:","without","work","workshop","world","x","y","y}.pbf',","zoom","zoom:","{","{fromlonlat}","{map,","{x}","{y}","{z}","}","}),","});"],"vectortile/bright.html":["'https://tiles.openfreemap.org/styles/bright');","'https://tiles.openfreemap.org/styles/bright',","'mapbox://styles/mapbox/bright","'ol","'your","(e.g.","(see","//","=","abov","above,","accesstoken:","account,","add","addit","altern","alternatively,","ancestor","applications.","apply('map","apply()","atla","attempt","avail","back","be","below).","belém","belém!","bright","build","came","cartocss.","cases,","center","code","code,","come","comment","complet","configur","const","consuming.","container',","conveni","creat","current","data","data.","dataset","definit","depend","describ","differ","do","document.","driven","easi","easiest","editor,","enjoy","entir","everyth","exactli","expected,","files.","final","first,","format","format.","friendli","function,","go","graphic","grow","hand","here","histori","https://mapbox.com/'","https://tiles.openfreemap.org/styles/bright.","import","import.","import:","independ","initi","instead","interact","layer","layers,","layers.","let'","level).","level.","library,","look","lot","made","main.j","make","mani","manually,","map","map'","map,","map.","map.addlayer(layer);","mapbox","mapboxvector","mapboxvectorlayer({","mapping,","maps,","maps.","maputnik,","mind","modifi","need","new","nice","none","number","obvious","ol","open","openlayers.","or,","out.","point","popular","possibl","previou","probabl","read","realli","replac","requir","same","sever","sld","sourc","step.","straightforward.","street","studio","studio,","style","style'","style';","style.","styler.","styleurl:","support","switch","that,","thing","this,","this:","tile","time","token","tool","tri","up","url","us","use.","user","usual","v9',","vector","vectortil","vectortilelay","veri","view","want","way","web","well.","whole","work","world","write","zoom","{apply}","{mapboxvectorlayer}","});"],"vectortile/interact.html":["'ol/feature';","'ol/geom/polygon';","'ol/layer/vector';","'ol/source/vector';","'ol/style';","'red',","(event)","(feature)","4,","=","ad","add","addit","around","assign","attribut","bound","boundary.","box","clear","client.","clip","code","color:","const","contain","content","content:","creat","current","data","display","draw","exercise,","featur","feature(fromextent(geometry.getextent())));","feature.getgeometry();","features,","filter","final","follow","function","geometri","get","go","hover","import","interact","layer","layer,","layer.","listen","locat","look","main.js:","map","map,","map.foreachfeatureatpixel(event.pixel,","map.on('pointermove',","map:","mean","near","need","needed,","new","next","next,","nice","note","now","on","optim","over","pointer","pointer'","pointermov","render","rendering,","rendering.","resolut","result","separ","sourc","source,","source.addfeature(new","source.clear();","source:","stroke({","stroke:","style({","style:","style}","that:","them.","thing","this:","though","tile","time","two","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","vectortil","we'r","width:","{","{fromextent}","{stroke,","}),","});"],"webgl/":["2d","anim","canva","context.","csv","custom","data","dynam","express","file.","finally,","impact","layer","meteor","meteorit","modul","module,","new","normal","out","point","render","same","setup","show","shower","start","style","styled.","us","util","vector","we'll","webgl","webgl."],"webgl/meteorites.html":["\"node_modules/ol/ol.css\";","#map","'circl","'map","'ol';","'ol/feature';","'ol/geom/point';","'ol/layer/tile';","'ol/layer/vector';","'ol/proj';","'ol/source';","'papaparse';","'rgba(255,","'stamen_toner',","(","(reclong)","(row)","),",");","...","0,","0.5)',","0;","0],","100%;","2,","2d","2d.","45,000","6,","7,","=","=>","@import","[","[0,","],","aachen,21,1880,50.775000,6.083330","ad","add","alreadi","appli","appropri","be","between","body,","canva","center:","choos","circles.","class","color':","complet","complete(result)","compos","const","contain","container',","conveni","creat","csv","csv,","csv.","data","data,","depend","differ","download:","each","edit","exampl","example,","family:","featur","feature({","features,","feel","fetch","file","file,","fill","first,","flexibl","font","fromlonlat([parsefloat(row.reclong),","full","function","geometri","geometry:","go","handler","header:","height:","here","html,","impact","impact.","impacts:","import","independ","index.html","install.","larg","latitud","layer","layer.","layer:","layers.","layers:","librari","lines,","load","local","locat","longitud","look","main.j","manag","map","map({","map:","margin:","mass","mass:","meteorit","meteorites,","meteorites.csv","migrat","module,","more","name,mass,year,reclat,reclong","need","new","next","npm","number","numbers,","ol/layer/vector","openlay","other","over","page","papapars","pars","parse('./data/meteorites.csv',","parsefloat(row.mass)","parsefloat(row.reclat)]),","parseint(row.year)","point","point(","points,","polygons.","previously,","prior","radius':","readi","recent","reclat)","red,","render","renderer.","repres","result","result.data.map(","row","run","san","see","semi","serif;","setup","short","simpl","singl","site","sourc","source,","source.","source.addfeatures(","source:","stadiamaps({","start","strategies.","strategy.","strings,","style","style:","styling.","target:","technology.","this:","tile","tilelay","tilelayer({","ton","transpar","true,","updat","us","vector","vectorlay","vectorlayer({","vectorsource();","vectorsource}","veri","versions,","view({","view:","view}","we'll","we'r","webgl","webgl.","width:","without","workshop,","write","year","year:","zoom:","{","{fromlonlat}","{map,","{parse}","{stadiamaps,","||","}","}),","});","},"],"webgl/points.html":["'+',","'circl","'flat","'mass']","'mass'],","'ol/layer/webglvector';","'rgba(255,","(red,","(size,","*","+,","/","0,","0.5)',","1","1]","1],","20000],","26.","2d","4","4,","4]","7,","8","9","9]","9],","=","[","['*',","['+',","['clamp',","['get',","],","achiev","actual","advantag","agre","allow","although","anoth","appear","array","assign","at:","attribut","avail","before.","begin","better","better!","between","bit.","both","canva","care","circl","circles).","clamp,","class","code.","color","color':","complet","components,","compos","compris","concept","const","constructor","context","creat","depend","differ","dynam","each","easi","effici","enabl","entri","etc.).","exampl","exercis","express","expression:","fact","featur","feature'","fill","final","first","first,","follow","fragment","geometries.","get,","good","great","grow","here","hundr","impact","import","import,","improv","instanc","isn't","kind","larger","layer","layer,","layer.","layers,","let'","leverag","locat","long","look","manipul","map","mass","meteorit","meteorite,","meteorite.","meteorites...","minimum","more","name.","navig","new","normal","notic","now","now,","number","numer","object","opacity,","openlay","oper","operator,","operator.","operators,","output","paramet","perform","pixel","pixels,","point","points,","previou","probabl","pronounc","radiu","radius':","rang","read","remove.","render","render.","rendering.","replac","result","same","semi","set","shaders.","showcas","site","size","so:","solution.","sourc","source,","source:","specifi","standard","step","step,","style","style:","styles'","styling,","styling.","support","system,","tada!","technology.","ten","think","this,","thousand","transform","transpar","us","util","valu","value,","vector","vectorlay","version,","vertex","we'll","we'r","webgl","webgl.","webglvectorlay","webglvectorlayer({","write","{","});","},","–"],"webgl/animated.html":["#year","%","'*',","',","'circl","'currentyear'],","'currentyear']],","'interpolate',","'mass'],","'year'],","(date.now()","(elaps","(rate","(whose","*","+","...other","/","//","0","0,","0.5,","1","1,","10","1000;","10;","1850","1850;","1],","1em;","1px","20000],","2015.","2015;","255,","2em;","4],","9],","=","[","['","['*',","['+',","['between',","['clamp',","['color',","['get',","['linear'],","['var',","],","];","`style`","abov","absolute;","access","ad","add","alpha","anim","anmiat","anoth","appli","assign","avail","b","back","below","between","black;","block","bold;","bottom:","call","circl","circle,","code","color","color':","color,","color:","configuration,","congratulations!","consid","consist","const","constructor","contain","context","corner","csv","current","currentyear","currentyear:","currentyear;","currentyear});","data","date","date.now();","decay","decay,","decay.","decay]],","declar","decreas","defin","define.","definition:","detect","determin","disablehitdetection:","document.getelementbyid('year');","dynam","each","edit","effect.","elaps","exist","express","expression.","expressions,","expressions.","fade","far","featur","features.","few","file","fill","filter","filter:","first","follow","font","fourth","function","function,","g,","give","go","hit","impact","impact.","improv","includ","increment","index.html:","instanc","it,","later:","layer","layer'","layer,","left","left:","let'","line","loop","lower","main.js,","main.js:","make","manag","map","map({","map,","map.","markup","mass","math.round(minyear","maxyear","meteor","meteorit","meteorites.updatestylevariables({currentyear:","minyear","minyear):","minyear,","minyear;","modifi","more","multipli","need","new","next","now","now,","object.","object:","opac","opacity.","option","out","over","pars","passes.","per","perform","period","period];","periodstart","periodstart,","point","position:","pretti","previous","proceed.","process","properti","r,","radiu","radius':","rang","rate","reduc","refer","render","render()","render();","repres","requestanimationframe(render);","rgba","right,","roll","rule:","second","see","set","show","shower","size","size:","span","span));","start","start))","started.","step,","step.","stroke:","style","style.","tempor","text","this,","those","through","time","time,","top","true,","uninteresting.","up","updat","updatestylevariables()","us","valu","values.","var","variabl","variable,","variables:","want","we'll","we'r","webgl,","webkit","weight:","white;","year","year,","yearel","yearelement.innertext","years,","{","}","},","–"],"deploying/":["(or","app","applic","application).","application,","artifact","asset","build","bundl","copi","creat","data","deploy","deployment,","develop","development.","directori","directory.","dist","dist/","done!","dure","entri","examples.","finishes,","folder.","host","http","http://localhost:3000/","it.","local","look","minifi","minified.","mode,","mode.","modul","now","npm","npx","ol","open","package.","package.json:","point","product","production.","readi","run","s3,","script","see","serv","server","server.","setup","similar","start","start,","step.","that'","throughout","us","view","vite","want","we'v","wherev","workshop,","you'll","you'r"],"data-tiles/":["adjust","allow","basemap.","befor","control","creat","data","elev","encod","exercise,","give","input,","layer","level","level.","manipul","map","over","pixel","rang","render","rendering.","rgb","sea","section,","setup","tile","tileset","us","user","valu","values.","we'll","webgl"],"data-tiles/map.html":["\"node_modules/ol/ol.css\";","#map","'","'©","'';","'anonymous',","'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key='","'map","'ol/layer/webgltile.js';","'ol/map.js';","'ol/proj.js';","'ol/source/xyz.js';","'ol/view.js';","+","0;","100%;","11,","34.6037]),","512,","58.3816,","=","@import","[","],","account","account,","add","air","already,","api","attribut","attributions,","attributions:","body,","bueno","center:","clear","const","contain","container',","contributors';","creat","crossorigin:","default","don't","edit","everyth","examples.","family:","find","follow","font","free","fromlonlat([","full","height:","html,","import","imports:","index.html","key","key,","key.","layer","layers:","main.j","main.js:","map","map({","map:","maptil","maptiler.","margin:","new","on","openlay","openstreetmap","out","page","readi","render","san","section,","serif;","setup","sign","singl","source:","target:","tile","tilelay","tilelayer({","tilesize:","up","url:","us","verifi","view","view({","view:","we'll","we'r","width:","works,","xyz","xyz({","zoom:","{","{fromlonlat}","}","}),","});"],"data-tiles/elevation.html":["'anonymous',","'https://api.maptiler.com/tiles/terrain","+","0.6,","10,","512,","=","ad","at.","base","blue","channels.","color","const","creat","crossorigin:","data","directly,","elev","encod","files.","global","green,","interest","isn't","key,","layer","layer.","let'","look","main.js,","map","map,","map.","maptil","maxzoom:","meant","new","oddli","opacity:","over","page","png","provid","red,","reload","render","rgb","rgb/{z}/{x}/{y}.png?key='","see","shown","source:","terrain","tile","tilelayer({","tileset","tileset:","tilesize:","url:","us","xyz({","}),","});"],"data-tiles/sea-level.html":["#slider","'*',","'+',","'anonymous',","'case',","'https://api.maptiler.com/tiles/terrain","'ol/layer/webgltile.js';","((r","()","(from","(in","(with","*","+","//","0","0).","0,","0.1","0.1)","0.6,","0px","1","1);","10,","100%;","10000","10000,","1]],","1rem;","255","255)","255,","256","256,","2]],","3]],","4px","512,","=","[","['","['*',","['+',","['band',","],","];","abov","above:","absolute;","accord","add","adjust","align","align:","allow","alpha","b)","b,","band","befor","below","blue","blue.","bottom:","case","center;","chang","color","color:","const","control","control.addeventlistener('change',","control.addeventlistener('input',","control.value;","creat","crossorigin:","data","decod","directli","document.getelementbyid('level');","document.getelementbyid('output');","elev","encod","evalu","express","first,","first.","follow","formula","formula.","formula:","function","g","g,","gree,","green,","height","https://cloud.maptiler.com/tiles/terrain","import","index.html):","index.html,","input","instead","instead.","key,","label","languag","layer","layer.updatestylevariables({level:","let'","level","level.","level:","listen","listener);","m","main.js):","main.js.","manipul","map","map.","math","maxzoom:","measure.","need","new","next","normal","now","opacity:","oper","output","output.innertext","page","page.","parsefloat(control.value)});","pixel","place,","position:","previou","r,","red,","render","rendering.","repres","rgb","rgb/","rgb/{z}/{x}/{y}.png?key='","rgba(255,","rise","scale","sea","sealevel","see","shadow:","singl","slider","slider:","source.","source:","step,","style","style:","terrain","text","them.","those","tile","tilelay","tilelayer({","tiles,","tilesize:","transform","transpar","updat","url:","us","user","valu","value.","variabl","variables:","want","we'll","webgl","webgltil","width:","work","xyz({","{","}","}),","},","};","—"]},"length":54},"tokenStore":{"root":{"0":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011396011396011397},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"1":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"2":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"4":{"3":{"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"5":{"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},")":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"6":{"6":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"7":{"0":{"3":{"1":{"2":{"5":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"4":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"5":{"docs":{},"]":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"8":{"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"8":{"4":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"9":{"4":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{}},"]":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"p":{"docs":{},"x":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},")":{"docs":{},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"1":{"0":{"0":{"0":{"0":{"0":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{},"%":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"4":{"docs":{},".":{"9":{"8":{"docs":{},",":{"3":{"9":{"docs":{},".":{"7":{"6":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"docs":{}},"docs":{}}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}},"1":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"2":{"2":{"docs":{},".":{"7":{"9":{"2":{"6":{"4":{"4":{"5":{"0":{"0":{"7":{"3":{"2":{"4":{"4":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"4":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}},"5":{"3":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},"docs":{}},"6":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"8":{"0":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"5":{"0":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{}},"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"3":{"7":{"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"5":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"6":{"1":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{}},"]":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"p":{"docs":{},"x":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"}":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"e":{"8":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"docs":{},"m":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}},"2":{"0":{"0":{"0":{"0":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"docs":{}},"docs":{}},"1":{"5":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"docs":{}},"2":{"1":{"docs":{},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"docs":{}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"1":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"5":{"5":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"6":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"x":{"2":{"5":{"6":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"docs":{}},"docs":{}},"docs":{}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}},"docs":{}},"6":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"9":{"9":{"9":{"4":{"1":{"docs":{},".":{"7":{"8":{"6":{"4":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"}":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"e":{"1":{"3":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"docs":{}},"docs":{},"m":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},".":{"1":{"9":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{}},"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"w":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"d":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.014245014245014245},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"3":{"4":{"docs":{},".":{"3":{"2":{"1":{"8":{"3":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"6":{"0":{"3":{"7":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"5":{"0":{"docs":{},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"docs":{},".":{"3":{"2":{"7":{"1":{"8":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"7":{"docs":{},".":{"5":{"6":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"docs":{}},"docs":{}}},"9":{"docs":{},".":{"7":{"6":{"docs":{},"]":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"docs":{}},"docs":{}}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064}}},"r":{"docs":{},"d":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"4":{"2":{"docs":{},".":{"3":{"0":{"9":{"7":{"5":{"1":{"9":{"4":{"2":{"5":{"0":{"5":{"2":{"7":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"5":{"docs":{},",":{"0":{"0":{"0":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"p":{"docs":{},"x":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"5":{"0":{"0":{"0":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"1":{"2":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"7":{"3":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"docs":{}},"docs":{}},"7":{"docs":{},".":{"9":{"8":{"0":{"6":{"2":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"8":{"docs":{},".":{"3":{"8":{"1":{"6":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"9":{"docs":{},".":{"1":{"9":{"9":{"9":{"1":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"p":{"docs":{},"x":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"6":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}},"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}}},"7":{"6":{"4":{"4":{"3":{"docs":{},".":{"1":{"8":{"8":{"4":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"8":{"3":{"7":{"0":{"7":{"6":{"docs":{},".":{"5":{"6":{"4":{"8":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"4":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"u":{"6":{"0":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"docs":{}},"9":{"2":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"docs":{}},"docs":{}},",":{"docs":{},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},"9":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"docs":{},"a":{"docs":{},"d":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.05194805194805195},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.022727272727272728},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0243161094224924},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"m":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"o":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"w":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}},"ã":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"e":{"docs":{},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"+":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"é":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"(":{"docs":{},"`":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"'":{"docs":{},"n":{"docs":{},"o":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"y":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"p":{"docs":{},"p":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"c":{"docs":{},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"a":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"l":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"c":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},")":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"s":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"q":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"é":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"y":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},")":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"r":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"s":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"é":{"docs":{"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/formats.html":{"ref":"vector/formats.html","tf":2.5}}}}}},"ó":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"e":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"õ":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"g":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"o":{"docs":{},"n":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"e":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}}},"k":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.007337526205450734},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"x":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":2.0714285714285716},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"a":{"docs":{},"g":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}},"ç":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"i":{"docs":{},"l":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.011299435028248588},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.015113350125944584},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"e":{"docs":{},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"s":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"t":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"í":{"docs":{},"m":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"a":{"docs":{},"v":{"docs":{},"é":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016556291390728478},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"y":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"p":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"s":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{},"w":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}}}}},"m":{"docs":{},"a":{"docs":{},"z":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"e":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.01891891891891892}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406}}},"s":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"s":{"docs":{},"s":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"r":{"docs":{},"d":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834}}},"y":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"f":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}},"a":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{},"r":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":5.0130151843817785}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"!":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"m":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"t":{"docs":{},"e":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"v":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"r":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"i":{"docs":{},"x":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"b":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"a":{"docs":{},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"r":{"docs":{},"e":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"z":{"docs":{},"u":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"x":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}},"w":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"2":{"1":{"docs":{},",":{"1":{"8":{"8":{"0":{"docs":{},",":{"5":{"0":{"docs":{},".":{"7":{"7":{"5":{"0":{"0":{"0":{"docs":{},",":{"6":{"docs":{},".":{"0":{"8":{"3":{"3":{"3":{"0":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}},"b":{"0":{"1":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"4":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"5":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"6":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"7":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"8":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},")":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"9":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"1":{"0":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"1":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"docs":{}},"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"s":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/":{"ref":"basics/","tf":5.090909090909091},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"c":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":10.00326797385621},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"./":{"ref":"./","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"./":{"ref":"./","tf":0.006060606060606061}}},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},":":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"a":{"docs":{},"g":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}}}}}},"r":{"docs":{},"r":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.0186480186480185}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"a":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"e":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211}}}},"c":{"docs":{},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}},"i":{"docs":{},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}},"n":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.04201680672268908},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":5.016620498614959},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},")":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}}}},"e":{"docs":{},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}},"n":{"docs":{},"g":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}},"!":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"custom-builds/":{"ref":"custom-builds/","tf":5.333333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.029801324503311258},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.351783517835178},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.05714285714285714}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"s":{"docs":{},")":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"g":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751}},"s":{"docs":{},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"s":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"!":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},")":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"é":{"docs":{},"m":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"!":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"k":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},"o":{"docs":{"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"s":{"docs":{},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"n":{"docs":{},"c":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"e":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"u":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.022727272727272728}},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908}},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"h":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"d":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"o":{"docs":{},"m":{"docs":{},"!":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"l":{"docs":{},"d":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.507042253521127}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}},"a":{"docs":{},"d":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818}}}}}},"â":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.012232415902140673}},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}}}},"á":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":5.090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"ô":{"docs":{},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"s":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},")":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"c":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/":{"ref":"basics/","tf":0.18181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":3.366300366300366},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3586854460093893},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.009363295880149813},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"e":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"!":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"i":{"docs":{},"b":{"docs":{},"b":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}},"e":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"s":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"s":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"s":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"c":{"docs":{},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},",":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"l":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.017094017094017096},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"d":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"í":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/":{"ref":"layers/","tf":2.0344827586206895},"layers/wms.html":{"ref":"layers/wms.html","tf":0.021359223300970873},"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.02727272727272727},"layers/vector.html":{"ref":"layers/vector.html","tf":0.024336283185840708},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"i":{"docs":{},"x":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"u":{"docs":{},"s":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.023809523809523808},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"u":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"a":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}}},"c":{"docs":{},"i":{"docs":{},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"u":{"docs":{},"x":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"h":{"docs":{},"a":{"docs":{},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"r":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"î":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}}}}},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"s":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}}},"m":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"v":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"s":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"o":{"docs":{},"s":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":5.004819277108433},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.337858220211161}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"h":{"docs":{},"y":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.013745704467353952},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014802631578947368},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"m":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},"z":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"n":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"u":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}},"l":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"è":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"e":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"s":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"s":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"é":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}}}}}},"o":{"docs":{},"s":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.3433835845896143}},"e":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}}},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"n":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"s":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"a":{"docs":{},"r":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"s":{"docs":{},"s":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":10.004048582995951}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"e":{"docs":{},"t":{"docs":{},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"é":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.011650485436893204},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"ç":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}},"m":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016666666666666666},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"d":{"docs":{},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}},"r":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.006060606060606061},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"controls/":{"ref":"controls/","tf":3.5151515151515147},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":5.039156626506024},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0121580547112462},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"s":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"(":{"docs":{},"{":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"i":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}},"v":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"ô":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"s":{"docs":{},"t":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},":":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"x":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}},"ú":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}}},"r":{"docs":{},"n":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"ê":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"u":{"docs":{},"d":{"docs":{},"o":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.011904761904761904}}}},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"p":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":3.3347378277153554},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":10},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/":{"ref":"custom-builds/","tf":0.16666666666666666},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":10}}}}}}},"s":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.01927710843373494},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.03167420814479638},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.03036876355748373},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"o":{"docs":{},"r":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"i":{"docs":{},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"í":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"o":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"u":{"docs":{},"m":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"l":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"p":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"é":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"e":{"docs":{},"r":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"î":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"j":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"!":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/":{"ref":"layers/","tf":2.0555555555555554},"layers/wms.html":{"ref":"layers/wms.html","tf":0.018083182640144666},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011530398322851153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.020599250936329586},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"d":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.006535947712418301},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"!":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"r":{"0":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"1":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"2":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3429951690821254},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.363484087102177},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845},"cog/colormap.html":{"ref":"cog/colormap.html","tf":5.055555555555555},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01107011070110701},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"i":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}},"!":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"c":{"docs":{},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"a":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}},"e":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"u":{"docs":{},"n":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"p":{"docs":{},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"y":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.012578616352201259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.013853904282115869},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"i":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"s":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},"s":{"docs":{},".":{"docs":{},"s":{"3":{"docs":{},".":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}},"docs":{}}},"/":{"1":{"5":{"docs":{},"/":{"docs":{},"t":{"docs":{},"/":{"docs":{},"w":{"docs":{},"k":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"1":{"5":{"docs":{},"t":{"docs":{},"w":{"docs":{},"k":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"8":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"2":{"1":{"docs":{},"/":{"docs":{},"h":{"docs":{},"/":{"docs":{},"u":{"docs":{},"b":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"2":{"1":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"5":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"2":{"1":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"1":{"5":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"t":{"docs":{},"c":{"docs":{},"i":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}},"b":{"0":{"3":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}},"4":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}},"8":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}},"docs":{}},"docs":{}}},"'":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"3":{"4":{"docs":{},"/":{"docs":{},"h":{"docs":{},"/":{"docs":{},"b":{"docs":{},"h":{"docs":{},"/":{"2":{"0":{"2":{"1":{"docs":{},"/":{"9":{"docs":{},"/":{"docs":{},"s":{"2":{"docs":{},"b":{"docs":{},"_":{"3":{"4":{"docs":{},"h":{"docs":{},"b":{"docs":{},"h":{"docs":{},"_":{"2":{"0":{"2":{"1":{"0":{"9":{"2":{"2":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"l":{"2":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"docs":{}},"docs":{}}}},"docs":{}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":2.507017543859649}}},"z":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.3388278388278385},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"é":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"e":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0196078431372549},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},"i":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.339583333333333},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/":{"ref":"custom-builds/","tf":0.16666666666666666},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.333333333333333}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"u":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"b":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"l":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},")":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"r":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"u":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"cog/":{"ref":"cog/","tf":0.008403361344537815}},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"q":{"docs":{},"u":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"é":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}},"e":{"docs":{},"z":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"c":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"k":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"p":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"s":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.027586206896551724},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"m":{"docs":{},"p":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}}},"s":{"docs":{},"s":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"v":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0392156862745098}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},".":{"docs":{},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"s":{"docs":{},")":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"o":{"docs":{},"n":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"}":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}},"ó":{"docs":{},"d":{"docs":{},"i":{"docs":{},"g":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"í":{"docs":{},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"d":{"docs":{},"'":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.007936507936507936}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}},"ù":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"a":{"docs":{},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"i":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186}}}},"c":{"docs":{},"c":{"docs":{},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.023310023310023}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.00859106529209622},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/wms.html":{"ref":"layers/wms.html","tf":0.019417475728155338},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.023655913978494623},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},"n":{"docs":{"./":{"ref":"./","tf":0.015873015873015872},"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.023943661971830985},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.015723270440251572},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.020599250936329586},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.027972027972027972},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.014134275618374558},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"vector/style.html":{"ref":"vector/style.html","tf":0.024464831804281346},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":5.0181818181818185},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.028409090909090908},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":0.058823529411764705},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":5.0576923076923075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.379310344827586},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"/":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/":{"ref":"layers/","tf":2.1379310344827585},"layers/wms.html":{"ref":"layers/wms.html","tf":0.019417475728155338},"layers/cached.html":{"ref":"layers/cached.html","tf":1.2613350125944585},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25},"layers/vector.html":{"ref":"layers/vector.html","tf":5.002212389380531},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"r":{"docs":{},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"y":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.04090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.05},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.030927835051546393},"basics/resources.html":{"ref":"basics/resources.html","tf":0.04},"layers/":{"ref":"layers/","tf":2.2758620689655173},"layers/wms.html":{"ref":"layers/wms.html","tf":0.03300970873786408},"layers/cached.html":{"ref":"layers/cached.html","tf":3.802896725440806},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":3.7818181818181817},"layers/vector.html":{"ref":"layers/vector.html","tf":0.028761061946902654},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5193548387096776},"controls/":{"ref":"controls/","tf":0.13636363636363635},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030120481927710843},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/":{"ref":"vector/","tf":0.125},"vector/formats.html":{"ref":"vector/formats.html","tf":0.020689655172413793},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.049342105263157895},"vector/style.html":{"ref":"vector/style.html","tf":3.3503401360544216},"custom-builds/":{"ref":"custom-builds/","tf":0.125},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},".":{"docs":{},"j":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}},"p":{"docs":{},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"r":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":10.028571428571428}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"e":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}},"v":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.006535947712418301},"deploying/":{"ref":"deploying/","tf":0.0380952380952381}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"a":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"e":{"docs":{},"'":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"o":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},")":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/draw.html":{"ref":"controls/draw.html","tf":2.5141342756183747},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},"z":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"é":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}},"b":{"docs":{},"r":{"docs":{},"í":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"b":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"m":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01818181818181818}}}}},"k":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"a":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"é":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}}},"l":{"docs":{},"à":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"m":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},"t":{"docs":{},"a":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"u":{"docs":{},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"s":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"i":{"docs":{},"n":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"e":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"d":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"i":{"docs":{},"s":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"a":{"docs":{},"y":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"]":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"o":{"docs":{},"d":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"c":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"i":{"docs":{},"x":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"b":{"docs":{},"y":{"docs":{},"i":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"'":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"é":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0108499095840868},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/vector.html":{"ref":"layers/vector.html","tf":5.01498127340824},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.011299435028248588},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"s":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"!":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"'":{"docs":{},"t":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"i":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":5.034090909090909}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},".":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015873015873015872},"basics/map.html":{"ref":"basics/map.html","tf":0.02197802197802198},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"j":{"docs":{},"à":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{},"r":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3347417840375586}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"e":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.5017182130584192}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"í":{"docs":{},"d":{"docs":{},"a":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"/":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"n":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"z":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"i":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"c":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},"y":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"t":{"docs":{},"ó":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"v":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"i":{"docs":{},"d":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"t":{"docs":{},"e":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"n":{"docs":{},"â":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"y":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"è":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"p":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":5.037974683544304}}}},"a":{"docs":{},"w":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/draw.html":{"ref":"controls/draw.html","tf":5.012195121951219},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/draw.html":{"ref":"vector/draw.html","tf":3.45021645021645},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},".":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}},"(":{"docs":{},"{":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},"n":{"docs":{},".":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}},"g":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":5.037974683544304},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266}},"(":{"docs":{},"{":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"ê":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"e":{"docs":{"./":{"ref":"./","tf":0.031818181818181815},"basics/map.html":{"ref":"basics/map.html","tf":0.03125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/":{"ref":"layers/","tf":2.0344827586206895},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.020151133501259445},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.015486725663716814},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.01935483870967742},"controls/":{"ref":"controls/","tf":3.424242424242424},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.018072289156626505},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.028455284552845527},"controls/modify.html":{"ref":"controls/modify.html","tf":0.013774104683195593},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"i":{"docs":{},"v":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}}}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.014778325123152709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.019916142557651992},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.023255813953488372},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.009416195856873822},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.012594458438287154},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011235955056179775},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"î":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"m":{"docs":{},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"m":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"d":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.004545454545454545}},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"i":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"l":{"docs":{},"è":{"docs":{},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}}}}},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"g":{"docs":{},"a":{"docs":{},"g":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"ç":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"x":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"y":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"y":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.009433962264150943},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.025},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"i":{"docs":{},"l":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/":{"ref":"vector/","tf":0.25},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":10.021381578947368},"vector/style.html":{"ref":"vector/style.html","tf":3.343537414965986}},"s":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"m":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},"e":{"docs":{},"j":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"e":{"docs":{},"c":{"docs":{},"í":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}},"s":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"ç":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.027777777777777776},"basics/map.html":{"ref":"basics/map.html","tf":0.02197802197802198},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.008450704225352112},"basics/resources.html":{"ref":"basics/resources.html","tf":0.017241379310344827},"layers/":{"ref":"layers/","tf":2.0555555555555554},"layers/wms.html":{"ref":"layers/wms.html","tf":0.014466546112115732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.019916142557651992},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.013108614232209739},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.01694915254237288},"controls/":{"ref":"controls/","tf":2.0454545454545454},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02120141342756184},"controls/modify.html":{"ref":"controls/modify.html","tf":0.012594458438287154},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112}},"c":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},")":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"x":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"s":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"á":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}}}}},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"s":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"s":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}},"t":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"o":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"\"":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"d":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"mobile/":{"ref":"mobile/","tf":0.02},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},")":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"i":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"o":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}}}},"e":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"c":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"l":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"m":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"s":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"g":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"c":{"docs":{},"e":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}},"t":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"p":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}},"/":{"docs":{},"u":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"'":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"s":{"docs":{},"i":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"l":{"docs":{},"i":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"p":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"'":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"s":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"c":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"v":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.3678160919540225},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}}}}},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},":":{"2":{"1":{"7":{"8":{"1":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"3":{"2":{"7":{"2":{"1":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}},"t":{"docs":{},"i":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"v":{"docs":{},"t":{"docs":{},".":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.04225352112676056},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"o":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"!":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"f":{"docs":{},"í":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748}},"s":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"g":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"p":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"o":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"l":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":3.3584589614740366},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}},"a":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"s":{"docs":{},"s":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"t":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.007556675062972292}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"ç":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"d":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013888888888888888},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}}}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"a":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"e":{"docs":{},")":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"o":{"docs":{},")":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"l":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}},"s":{"docs":{},".":{"docs":{"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"q":{"docs":{},"u":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"e":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.503875968992248}}}}}},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"t":{"docs":{},"h":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}},"n":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.016483516483516484},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":1.2562972292191437},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5064516129032257},"./":{"ref":"./","tf":0.00909090909090909},"layers/":{"ref":"layers/","tf":2.1379310344827585},"layers/wms.html":{"ref":"layers/wms.html","tf":5.009708737864078},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"d":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/formats.html":{"ref":"vector/formats.html","tf":2.518292682926829},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"vector/":{"ref":"vector/","tf":0.125},"vector/formats.html":{"ref":"vector/formats.html","tf":10.013793103448275},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},":":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"t":{"docs":{},"u":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"(":{"docs":{},"[":{"0":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"h":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"e":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009324009324009324}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005633802816901409}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01928374655647383},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/":{"ref":"vector/","tf":0.07272727272727272},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":5.065573770491803},"vector/draw.html":{"ref":"vector/draw.html","tf":3.385281385281385},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":5.0397727272727275},"vector/style.html":{"ref":"vector/style.html","tf":0.02702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.37310606060606},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.019943019943019943},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"s":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"'":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"z":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"e":{"docs":{},"d":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}}}},"w":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.02702702702702703},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.016867469879518072},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"v":{"docs":{},"t":{"docs":{},")":{"docs":{},"{":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"l":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"e":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"u":{"docs":{},"x":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"i":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"y":{"docs":{},"?":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"á":{"docs":{},"c":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"3":{"0":{"0":{"0":{"docs":{},"/":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"docs":{}},"docs":{}},"docs":{}},"5":{"1":{"7":{"3":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"/":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},"/":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"/":{"docs":{},"#":{"docs":{},"!":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},"/":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}}}},"s":{"3":{"docs":{},".":{"docs":{},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"'":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"r":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"l":{"docs":{},"p":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"a":{"docs":{},"d":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.024291497975708502}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834}},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"e":{"docs":{},"r":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"5":{"1":{"7":{"3":{"docs":{},"\"":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},"l":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"v":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"n":{"docs":{},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"r":{"docs":{},"d":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},")":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"n":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"s":{"docs":{},")":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"ó":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"g":{"docs":{},"h":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}}}},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"l":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"o":{"docs":{},"d":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.022727272727272728}}}}}},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"i":{"5":{"8":{"6":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"docs":{}},"docs":{}},"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.007022471910112359},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"l":{"docs":{},"u":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"d":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"c":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}},"â":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"i":{"docs":{},"r":{"docs":{},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"controls/":{"ref":"controls/","tf":2.0454545454545454},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.04918032786885246},"vector/draw.html":{"ref":"vector/draw.html","tf":0.06493506493506493},"vector/snap.html":{"ref":"vector/snap.html","tf":0.07042253521126761},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.3503787878787876}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"controls/":{"ref":"controls/","tf":3.424242424242424}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"ã":{"docs":{},"o":{"docs":{"controls/":{"ref":"controls/","tf":0.2727272727272727},"controls/select.html":{"ref":"controls/select.html","tf":5.010714285714286},"controls/draw.html":{"ref":"controls/draw.html","tf":5.016260162601626},"controls/modify.html":{"ref":"controls/modify.html","tf":5.002754820936639},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"t":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225}}}}}},"g":{"docs":{},"r":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}},"i":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"z":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"g":{"docs":{},"r":{"docs":{},"é":{"docs":{},"d":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044}}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"í":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},".":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"e":{"docs":{},"x":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},")":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"i":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"i":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}},"c":{"docs":{},"i":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"f":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"r":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"a":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}},"ç":{"docs":{},"õ":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}},"e":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"v":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}},",":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}},",":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.3352165725047076},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"basics/":{"ref":"basics/","tf":0.013071895424836602},"cog/":{"ref":"cog/","tf":0.03361344537815126},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"i":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222}}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"m":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.25}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5021505376344084},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"s":{"docs":{},",":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}},"[":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.04477611940298507},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043},"vector/style.html":{"ref":"vector/style.html","tf":0.016216216216216217},"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02735562310030395},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.045454545454545456},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.02564102564102564},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.036231884057971016},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"e":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"s":{"docs":{},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"á":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"s":{"docs":{},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"c":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668}},"(":{"docs":{},"{":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"basics/":{"ref":"basics/","tf":0.0032679738562091504}},"é":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"e":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"l":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"i":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},"o":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"!":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"r":{"docs":{},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"j":{"docs":{},"e":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"i":{"docs":{},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"n":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"r":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"á":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"l":{"2":{"docs":{},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}},"docs":{},"'":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"g":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"o":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/":{"ref":"controls/","tf":0.13636363636363635},"controls/select.html":{"ref":"controls/select.html","tf":2.5},"controls/draw.html":{"ref":"controls/draw.html","tf":2.5},"controls/modify.html":{"ref":"controls/modify.html","tf":2.5}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"ê":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"m":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"g":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"v":{"docs":{},"é":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839}}}}}}},"s":{"docs":{},"g":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.01984126984126984},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.028933092224231464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.027253668763102725},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.024344569288389514},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.02824858757062147},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030303030303030304},"controls/select.html":{"ref":"controls/select.html","tf":0.024691358024691357},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.012640449438202247},"vector/style.html":{"ref":"vector/style.html","tf":0.01834862385321101},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.010526315789473684}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},")":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/":{"ref":"basics/","tf":0.02287581699346405},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/style.html":{"ref":"vector/style.html","tf":0.01891891891891892},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":5.016129032258065},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.017094017094017096},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563}}}}}},"r":{"docs":{},"g":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"e":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"d":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.07142857142857142},"basics/":{"ref":"basics/","tf":5.090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.04395604395604396},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.01971830985915493},"basics/resources.html":{"ref":"basics/resources.html","tf":0.04187192118226601},"layers/":{"ref":"layers/","tf":4.111111111111111},"layers/wms.html":{"ref":"layers/wms.html","tf":0.02531645569620253},"layers/cached.html":{"ref":"layers/cached.html","tf":0.03878406708595388},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.03745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.026365348399246705},"controls/":{"ref":"controls/","tf":4.136363636363637},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":2.0303030303030303},"controls/select.html":{"ref":"controls/select.html","tf":0.033950617283950615},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02518891687657431},"vector/":{"ref":"vector/","tf":2.142857142857143},"vector/formats.html":{"ref":"vector/formats.html","tf":2.591463414634146},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0351123595505618},"vector/style.html":{"ref":"vector/style.html","tf":0.01529051987767584},"custom-builds/":{"ref":"custom-builds/","tf":3.458333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.04722222222222222},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.02456140350877193}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"t":{"docs":{},"'":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}},"f":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"g":{"docs":{},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}}}},"s":{"docs":{},"s":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"data-tiles/":{"ref":"data-tiles/","tf":0.057692307692307696},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.3534482758620685}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},")":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/":{"ref":"vector/","tf":2.0714285714285716}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"e":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}},"e":{"docs":{},"u":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"n":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"'":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"a":{"docs":{},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"h":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"k":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.014925373134328358}},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"a":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ç":{"docs":{},"õ":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"x":{"docs":{},"o":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02735562310030395},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},")":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"a":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{},"k":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":3.3387387387387384},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.020242914979757085},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.51056338028169},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"p":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}},"a":{"docs":{},"d":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"w":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"n":{"docs":{},"g":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"é":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{},"i":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}},"s":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"m":{"2":{"docs":{},".":{"5":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}},"docs":{}}},"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},".":{"docs":{},"j":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},")":{"docs":{},":":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"p":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"./":{"ref":"./","tf":0.030303030303030304},"basics/":{"ref":"basics/","tf":0.0392156862745098},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.029850746268656716},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.03164556962025317},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/":{"ref":"mobile/","tf":3.373333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":5.032786885245901},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":5.0055555555555555},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.02112676056338028},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":5.014245014245014},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.013015184381778741},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":5.028985507246377},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"e":{"docs":{},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},"(":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}},":":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"[":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.18181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":3.370833333333333},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.5240549828178693},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"!":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},")":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vectortile/":{"ref":"vectortile/","tf":2.603448275862069},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.06690140845070422}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}},"'":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},":":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"s":{"docs":{},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}},"u":{"docs":{},"t":{"docs":{},"n":{"docs":{},"i":{"docs":{},"k":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},":":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}},"n":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"è":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}},"e":{"docs":{},"i":{"docs":{},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"t":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"a":{"docs":{},"g":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}},"î":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"r":{"docs":{},"g":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"c":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"k":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/":{"ref":"vector/","tf":0.05454545454545454},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":3.3441441441441437},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.5035211267605635},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"t":{"docs":{},"h":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":5.0055401662049865},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"(":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"f":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}},"s":{"docs":{},"s":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.030303030303030304},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/":{"ref":"vector/","tf":0.03636363636363636},"mobile/":{"ref":"mobile/","tf":0.02},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"i":{"docs":{},"f":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/modify.html":{"ref":"controls/modify.html","tf":2.5125944584382873}},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/modify.html":{"ref":"controls/modify.html","tf":5.008264462809917},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/modify.html":{"ref":"vector/modify.html","tf":5.114754098360656},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"r":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}},"á":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"q":{"docs":{},"u":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"(":{"docs":{},"{":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},",":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}},"d":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"a":{"docs":{},"ï":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}}}},"v":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"r":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"mobile/":{"ref":"mobile/","tf":3.373333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":5.043715846994536},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"r":{"docs":{},"e":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"f":{"docs":{},"i":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"o":{"docs":{},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},")":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"s":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"é":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"m":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"a":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"t":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.017094017094017096},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.026030368763557483}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},".":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}},"n":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}},"a":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"e":{"docs":{},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"n":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"t":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"ó":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"a":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"p":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"i":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"c":{"docs":{},"h":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"á":{"docs":{},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"í":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"v":{"docs":{},"t":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"n":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{},"j":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.02676056338028169},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662}},"x":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.016901408450704224},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},"e":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"i":{"docs":{},"c":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"f":{"docs":{},"i":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}},"m":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}},"i":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"e":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},"n":{"docs":{},"e":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"p":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"x":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}},")":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}},"m":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},"s":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.008450704225352112},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"w":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.025},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.015533980582524271},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008816120906801008},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.022727272727272728},"layers/vector.html":{"ref":"layers/vector.html","tf":0.035398230088495575},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.05161290322580645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.05714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.04878048780487805},"controls/modify.html":{"ref":"controls/modify.html","tf":0.06336088154269973},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.03125},"vector/style.html":{"ref":"vector/style.html","tf":0.024324324324324326},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.04059040590405904},"basics/":{"ref":"basics/","tf":0.016339869281045753},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.03482587064676617},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0379746835443038},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":3.398268398268398},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/map.html":{"ref":"mobile/map.html","tf":0.0273224043715847},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0182370820668693},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.020161290322580645},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.028409090909090908},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.022792022792022793},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.028985507246376812},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"n":{"docs":{},"h":{"docs":{},"u":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"a":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"l":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"x":{"docs":{},"t":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"a":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"'":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"x":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"é":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"c":{"docs":{},"e":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":3.336036036036036},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"r":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"!":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}}}}}},"a":{"docs":{},"n":{"docs":{},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.00859106529209622},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"ó":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.015463917525773196},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"ú":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"u":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"e":{"docs":{},"r":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"'":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.027700831024930747},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"w":{"docs":{},"i":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.03636363636363636},"basics/":{"ref":"basics/","tf":5.181818181818182},"basics/map.html":{"ref":"basics/map.html","tf":0.0375},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.558419243986254},"basics/resources.html":{"ref":"basics/resources.html","tf":0.027692307692307693},"layers/wms.html":{"ref":"layers/wms.html","tf":0.021359223300970873},"layers/cached.html":{"ref":"layers/cached.html","tf":0.028967254408060455},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.022727272727272728},"layers/vector.html":{"ref":"layers/vector.html","tf":0.033185840707964605},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.025806451612903226},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.060240963855421686},"controls/select.html":{"ref":"controls/select.html","tf":0.02142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.024793388429752067},"vector/formats.html":{"ref":"vector/formats.html","tf":0.06206896551724138},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.029801324503311258},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.02214022140221402}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.03636363636363636},"basics/":{"ref":"basics/","tf":0.00980392156862745},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.018461538461538463},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01639344262295082},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.014245014245014245},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"s":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}},"m":{"docs":{"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"é":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"a":{"docs":{},"c":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"ç":{"docs":{},"õ":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"(":{"docs":{},"{":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},"(":{"docs":{},"{":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"(":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"j":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"{":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},".":{"docs":{},"*":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"(":{"docs":{},"[":{"1":{"2":{"6":{"docs":{},".":{"9":{"7":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"2":{"1":{"7":{"8":{"1":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"[":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.011019283746556474}},"(":{"docs":{},"{":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"y":{"docs":{},"(":{"docs":{},"{":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"h":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"a":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"s":{"docs":{},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"d":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"v":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style.html":{"ref":"vector/style.html","tf":0.012232415902140673}}}}}},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"i":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"r":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.022670025188916875},"vector/formats.html":{"ref":"vector/formats.html","tf":0.036585365853658534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841}},"s":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"i":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"t":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"o":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"d":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"r":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"a":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}},"e":{"docs":{},"m":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"r":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.022988505747126436}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"cog/":{"ref":"cog/","tf":0.01680672268907563}},".":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"f":{"docs":{},"f":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.00909090909090909},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"g":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}},"p":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"mobile/map.html":{"ref":"mobile/map.html","tf":0.02185792349726776},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"basics/":{"ref":"basics/","tf":0.006535947712418301},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"a":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.02577319587628866},"basics/resources.html":{"ref":"basics/resources.html","tf":0.03076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.017475728155339806},"layers/cached.html":{"ref":"layers/cached.html","tf":0.022670025188916875},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.017699115044247787},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02710843373493976},"controls/select.html":{"ref":"controls/select.html","tf":0.017857142857142856},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434}}}}},"e":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"i":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"b":{"docs":{},"é":{"docs":{},"n":{"docs":{},"s":{"docs":{},"!":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.006872852233676976},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"mobile/":{"ref":"mobile/","tf":0.02}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"a":{"docs":{},"g":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"s":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011396011396011397},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"`":{"docs":{},")":{"docs":{},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}}},"â":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"s":{"docs":{},"s":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"e":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"s":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"d":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"r":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/style.html":{"ref":"vector/style.html","tf":5},"custom-builds/":{"ref":"custom-builds/","tf":3.583333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013888888888888888},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":2.517543859649123}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/":{"ref":"custom-builds/","tf":5.333333333333333},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.013245033112582781},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":3.348093480934809}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/":{"ref":"vector/","tf":0.125},"vector/style.html":{"ref":"vector/style.html","tf":3.333333333333333}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"a":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"i":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"i":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"./":{"ref":"./","tf":0.006060606060606061},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"]":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}}}}}}},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"l":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"a":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"l":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}}}}}},"ç":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"t":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.031746031746031744},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018309859154929577},"basics/resources.html":{"ref":"basics/resources.html","tf":0.024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.018083182640144666},"layers/cached.html":{"ref":"layers/cached.html","tf":0.018867924528301886},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.013108614232209739},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02564102564102564},"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.015113350125944584},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.010526315789473684}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"c":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/":{"ref":"webgl/","tf":3.411764705882353},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/points.html":{"ref":"webgl/points.html","tf":5.028938906752412},"webgl/animated.html":{"ref":"webgl/animated.html","tf":5.002169197396963},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},"'":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"u":{"docs":{},"i":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"e":{"docs":{},"m":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}}}}},"i":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"y":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"]":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}},"u":{"docs":{},"l":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"a":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"í":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.011650485436893204},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"í":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"i":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.007556675062972292},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"r":{"docs":{},"o":{"docs":{},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"r":{"docs":{},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.507751937984496}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"t":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":1.2545454545454546}},"s":{"docs":{},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}},"y":{"docs":{},")":{"docs":{},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.017391304347826087}}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"[":{"4":{"8":{"5":{"8":{"6":{"9":{"docs":{},".":{"5":{"7":{"2":{"8":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},".":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},".":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},":":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"l":{"docs":{},"è":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},".":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"a":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"v":{"docs":{},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}}},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}}}}}},"é":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"c":{"docs":{},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"s":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},":":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"ê":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"r":{"docs":{},"v":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}},"n":{"docs":{},"d":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},"t":{"docs":{},"i":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.012861736334405145},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"e":{"docs":{},";":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"i":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"e":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}},"o":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"ó":{"docs":{},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"é":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}},"l":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"cog/":{"ref":"cog/","tf":0.008403361344537815},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"e":{"docs":{},"c":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"n":{"docs":{},"g":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"á":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.020618556701030927},"basics/resources.html":{"ref":"basics/resources.html","tf":0.024615384615384615},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01327433628318584},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.012903225806451613},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.018092105263157895},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.033112582781456956},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.011655011655011656},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"'":{"docs":{},"u":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007233273056057866},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.009363295880149813},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01544943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"s":{"docs":{},"s":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"t":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"'":{"docs":{},"e":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"u":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"e":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"r":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"e":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}},"è":{"docs":{},"r":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146}},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"é":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}},"e":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}}},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":3.335796387520525}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},")":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"v":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},"á":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"d":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"r":{"docs":{},"i":{"docs":{},"ç":{"docs":{},"õ":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},".":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"m":{"docs":{},"o":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}}}},"ã":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"n":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}},"u":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.013182674199623353},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/geojson.html":{"ref":"vector/geojson.html","tf":5.024875621890548},"vector/style.html":{"ref":"vector/style.html","tf":0.016216216216216217},"cog/":{"ref":"cog/","tf":5.033613445378151},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.016908212560386472},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/":{"ref":"webgl/","tf":3.4313725490196076},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.045584045584045586},"webgl/points.html":{"ref":"webgl/points.html","tf":5.028938906752412},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/":{"ref":"data-tiles/","tf":0.07692307692307693},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":3.3678160919540225},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.350574712643678}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}},"ã":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"m":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"r":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"u":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":5.003076923076923}}}}}},"e":{"docs":{},"b":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},"u":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"i":{"docs":{},"v":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"n":{"docs":{},"t":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}},"a":{"docs":{},"t":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},"i":{"docs":{},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},";":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"v":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},"e":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"e":{"docs":{},"s":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"m":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},"i":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861}}}},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"r":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"á":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},"ê":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}},"e":{"docs":{},"r":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"á":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"r":{"docs":{},"s":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"e":{"docs":{},")":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"s":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"ê":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},"a":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.04522613065326633},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"r":{"docs":{},"á":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}},"l":{"docs":{},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"d":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"c":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"d":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.014492753623188406},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.01662049861495845}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}},"u":{"docs":{},"c":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}},"u":{"docs":{},"s":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"f":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"!":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"u":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},"s":{"docs":{},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"'":{"docs":{},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"n":{"docs":{},"g":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}},"m":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"[":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"i":{"docs":{},"o":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"s":{"docs":{},"e":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},"a":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.012145748987854251}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"e":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}}}},"w":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"l":{"docs":{},"l":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"deploying/":{"ref":"deploying/","tf":0.047619047619047616}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}},"l":{"docs":{},"e":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"ó":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}}}}},"á":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}},"g":{"docs":{},"b":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},"a":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"(":{"2":{"5":{"5":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"docs":{}},"docs":{}},"docs":{}}},"/":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"y":{"docs":{},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"=":{"docs":{},"'":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"s":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}},"3":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}}}}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},"t":{"docs":{},"i":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/":{"ref":"mobile/","tf":3.333333333333333},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.012027491408934709},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"v":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"i":{"docs":{},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124}},"e":{"docs":{},"\"":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"ç":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"i":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"l":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}},"á":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},"e":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"u":{"docs":{},"r":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388}}}}},"u":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":2.508591065292096},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.013636363636363636},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":5},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":5.007246376811594}}}},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/select.html":{"ref":"controls/select.html","tf":5.003571428571429},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},"d":{"docs":{},"a":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"g":{"docs":{},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}},"d":{"docs":{},"a":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}},"p":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}},"i":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"õ":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}},"j":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"n":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"a":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.07692307692307693},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":3.3563218390804597}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}},"õ":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/":{"ref":"layers/","tf":2.2222222222222223},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":5.0041928721174},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.007751937984496124},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.338983050847457},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.015197568389057751},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.02512562814070352},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"cog/":{"ref":"cog/","tf":0.01680672268907563}}},":":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338}}}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.012903225806451613},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.012195121951219513},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"[":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}},",":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}}}}}}},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.009230769230769232},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/":{"ref":"vector/","tf":3.458333333333333},"vector/formats.html":{"ref":"vector/formats.html","tf":0.020689655172413793}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}}}},"t":{"docs":{},"h":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"o":{"docs":{},"n":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},":":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"p":{"docs":{},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056}}}},"c":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565}}}}}},"n":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},")":{"docs":{},")":{"docs":{},";":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},"i":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"a":{"docs":{},"l":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},".":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"a":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}},"n":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.024242424242424242},"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}},")":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},",":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"b":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}},"e":{"docs":{},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}},"c":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},"k":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"c":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"y":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.01267605633802817},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/":{"ref":"vector/","tf":0.14285714285714285},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/":{"ref":"vectortile/","tf":2.603448275862069},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.05985915492957746},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.01929260450160772},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.013015184381778741},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}},"}":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},")":{"docs":{},";":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{},"p":{"docs":{},"i":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109}},".":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},";":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"'":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"z":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"'":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},";":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},":":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}},"d":{"docs":{},".":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"a":{"docs":{},"g":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"é":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"a":{"docs":{},"t":{"docs":{},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},"y":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"(":{"docs":{},"{":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"}":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}},"p":{"docs":{},"s":{"docs":{},".":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}},"e":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},"s":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666}}}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"l":{"docs":{},"l":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}},"p":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.022222222222222223}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"1":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112}}}},"2":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{}}}}}}}},"u":{"docs":{},"d":{"docs":{},"i":{"docs":{},"o":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"vector/":{"ref":"vector/","tf":2.0714285714285716}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011235955056179775},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.009259259259259259},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":0.07142857142857142},"vector/formats.html":{"ref":"vector/formats.html","tf":2.5},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"h":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"r":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/":{"ref":"vector/","tf":0.01818181818181818},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},"s":{"docs":{},"i":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"m":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}}},"]":{"docs":{},";":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.015060240963855422},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391}},"v":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"n":{"docs":{},"n":{"docs":{},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"a":{"docs":{},"u":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"r":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}},"n":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"l":{"docs":{},"v":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306}},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}},"b":{"docs":{},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"v":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"m":{"docs":{},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"k":{"docs":{},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.09090909090909091},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":5.015060240963855}},"e":{"docs":{},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}}}}}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}},"p":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/":{"ref":"mobile/","tf":0.02},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"f":{"docs":{},"i":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":5.004347826086956}}}}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}},"t":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"g":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488}}}}},"g":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.01680672268907563},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577}}}}}}},"z":{"docs":{},"e":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524}}}},"e":{"docs":{},"m":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}},".":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875}}}}}}}}}}}},"é":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"s":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"controls/":{"ref":"controls/","tf":0.045454545454545456},"controls/select.html":{"ref":"controls/select.html","tf":2.503086419753086}},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.012345679012345678},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"é":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}},"s":{"docs":{},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}}}}}}},"'":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/snap.html":{"ref":"vector/snap.html","tf":10.098591549295774}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"(":{"docs":{},"{":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}},"i":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"r":{"docs":{},"t":{"docs":{},"p":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}},"í":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"mobile/":{"ref":"mobile/","tf":0.04},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},"n":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"e":{"docs":{},"r":{"docs":{"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"r":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},"o":{"docs":{},"w":{"docs":{},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"r":{"docs":{},"c":{"docs":{},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"v":{"docs":{},"g":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"s":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}},"d":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}},":":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"basics/":{"ref":"basics/","tf":0.006535947712418301}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"b":{"docs":{},"é":{"docs":{},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"k":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"d":{"docs":{},"a":{"docs":{},"!":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"e":{"docs":{},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"l":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}}}}}}},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388}},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"a":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"i":{"docs":{},"n":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"e":{"docs":{},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},"s":{"docs":{},":":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}},":":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.034482758620689655},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}},"ã":{"docs":{},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"p":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"o":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"l":{"docs":{},"l":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"y":{"docs":{},".":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"./":{"ref":"./","tf":0.012121212121212121},"basics/":{"ref":"basics/","tf":0.02287581699346405},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/":{"ref":"vectortile/","tf":2.5689655172413794},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.04435483870967742},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/":{"ref":"data-tiles/","tf":5.038461538461538},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.04597701149425287},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}},"d":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"./":{"ref":"./","tf":0.006060606060606061},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"e":{"docs":{},"t":{"docs":{"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}},":":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},":":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"t":{"docs":{},"l":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},"e":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925}}}},"p":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"m":{"docs":{},"e":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}},",":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"f":{"docs":{},"f":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}}},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"u":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}},"z":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}},"p":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}},"q":{"docs":{},"u":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"u":{"docs":{},"e":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3405797101449273},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},"}":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},")":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}},"l":{"docs":{},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}},"c":{"docs":{},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365}}}},"i":{"docs":{},"t":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"a":{"docs":{},"ç":{"docs":{},"õ":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"i":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}},"ç":{"docs":{},"õ":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"m":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}},"d":{"docs":{},"e":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0056179775280898875},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"è":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"ê":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}},"i":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.014084507042253521}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}},"h":{"docs":{},"è":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":2.5035211267605635},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364}},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"k":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"s":{"docs":{},".":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}},",":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}}}},"e":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"'":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}},":":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}},"m":{"docs":{},".":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}}}}},"s":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0054249547920434},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}},"s":{"docs":{},".":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}},"o":{"docs":{},"f":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"c":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014}},"!":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}},"?":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"u":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294}}}}}},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"c":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}},"p":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.028169014084507043}},"y":{"docs":{},".":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},"m":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}}}},"w":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"n":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006289308176100629},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":2.5232558139534884}},"é":{"docs":{"layers/":{"ref":"layers/","tf":0.05555555555555555},"layers/cached.html":{"ref":"layers/cached.html","tf":5.00314465408805},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062}}}}}}},"d":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556}},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}}}},"ó":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"vector/":{"ref":"vector/","tf":3.458333333333333}}}}}}},"í":{"docs":{},"t":{"docs":{},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}}},"w":{"docs":{},"o":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.03571428571428571},"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.3827838827838823},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.028169014084507043},"basics/resources.html":{"ref":"basics/resources.html","tf":0.019704433497536946},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0433996383363472},"layers/cached.html":{"ref":"layers/cached.html","tf":0.02620545073375262},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.023255813953488372},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0299625468164794},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.026365348399246705},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.037296037296037296},"controls/select.html":{"ref":"controls/select.html","tf":0.024691358024691357},"controls/draw.html":{"ref":"controls/draw.html","tf":0.038869257950530034},"controls/modify.html":{"ref":"controls/modify.html","tf":0.027707808564231738},"vector/formats.html":{"ref":"vector/formats.html","tf":0.018292682926829267},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.05337078651685393},"vector/style.html":{"ref":"vector/style.html","tf":0.024464831804281346},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.027777777777777776},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},"e":{"docs":{},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"t":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"d":{"docs":{},"a":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"v":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":3.335796387520525},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01937984496124031},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.005555555555555556},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007017543859649123}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}},"s":{"docs":{},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}},"é":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"e":{"docs":{},"z":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"o":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},"á":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}}}}},"y":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"m":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}},"r":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"i":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}},"s":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.020242914979757085},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.013043478260869565},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.017605633802816902},"webgl/":{"ref":"webgl/","tf":0.0784313725490196},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011396011396011397},"webgl/points.html":{"ref":"webgl/points.html","tf":0.022508038585209004},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.01735357917570499},"deploying/":{"ref":"deploying/","tf":0.02857142857142857},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.021739130434782608},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"a":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"g":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"i":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"d":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"u":{"docs":{},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}},".":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}},"s":{"docs":{},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},",":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}},"a":{"docs":{},"l":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"u":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"á":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}},"g":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"e":{"docs":{},"r":{"docs":{"vector/":{"ref":"vector/","tf":0.01818181818181818},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.01809954751131222},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"'":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},":":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}},".":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"m":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":3.370833333333333},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.018900343642611683},"basics/resources.html":{"ref":"basics/resources.html","tf":0.015384615384615385},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.010075566750629723},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011061946902654867},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.030120481927710843},"controls/select.html":{"ref":"controls/select.html","tf":0.010714285714285714},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.03453947368421053},"vector/style.html":{"ref":"vector/style.html","tf":0.013605442176870748},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007}},"a":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.015463917525773196},"layers/wms.html":{"ref":"layers/wms.html","tf":0.02912621359223301},"layers/cached.html":{"ref":"layers/cached.html","tf":0.012594458438287154},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.02727272727272727},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01991150442477876},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.015053763440860216},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.02857142857142857},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.013774104683195593},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.01644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.009933774834437087}}}},"p":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}},"v":{"2":{"0":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}},"docs":{}},"9":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.02040816326530612},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"e":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"s":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.004225352112676056},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"i":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"o":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}},"u":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.019390581717451522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/":{"ref":"data-tiles/","tf":0.038461538461538464},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.028735632183908046}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0110803324099723},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.011111111111111112},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}}},".":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}}}},"i":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.007936507936507936},"layers/":{"ref":"layers/","tf":0.1111111111111111},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":5.01310861423221},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":3.3483992467043313},"controls/select.html":{"ref":"controls/select.html","tf":0.018518518518518517},"controls/draw.html":{"ref":"controls/draw.html","tf":0.01060070671378092},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/":{"ref":"vector/","tf":2.0714285714285716},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/vector.html":{"ref":"layers/vector.html","tf":0.003745318352059925},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.024242424242424242},"basics/":{"ref":"basics/","tf":0.013071895424836602},"vector/":{"ref":"vector/","tf":5.036363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.01990049751243781},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/modify.html":{"ref":"vector/modify.html","tf":0.03278688524590164},"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"mobile/":{"ref":"mobile/","tf":0.02},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"vectortile/":{"ref":"vectortile/","tf":2.5689655172413794},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.03225806451612903},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.02112676056338028},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.014245014245014245},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}},")":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},"}":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"vectortile/":{"ref":"vectortile/","tf":0.06896551724137931},"vectortile/map.html":{"ref":"vectortile/map.html","tf":5.012096774193548},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":3.3390151515151514}},"e":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},":":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}}}}},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003968253968253968},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0049261083743842365},"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154}}}}},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}},"f":{"docs":{},"i":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"q":{"docs":{},"u":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}},"e":{"docs":{},"x":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/":{"ref":"vector/","tf":3.458333333333333}},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.008849557522123894},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.012195121951219513},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}},"i":{"docs":{"layers/":{"ref":"layers/","tf":0.06896551724137931},"layers/vector.html":{"ref":"layers/vector.html","tf":5.004424778761062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":2.5064516129032257},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},".":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"l":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"j":{"docs":{},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"m":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}},"m":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.02512562814070352},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.0061162079510703364}},"u":{"docs":{"./":{"ref":"./","tf":0.027777777777777776},"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.027093596059113302},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.009433962264150943},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.011235955056179775},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.016317016317016316},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009831460674157303},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016666666666666666},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}},"s":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0020964360587002098},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0028089887640449437}}}}}},"t":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":3.3389671361502344},"layers/wms.html":{"ref":"layers/wms.html","tf":0.012658227848101266},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.015503875968992248},"layers/vector.html":{"ref":"layers/vector.html","tf":0.016853932584269662},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.009416195856873822},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.02097902097902098},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"vector/style.html":{"ref":"vector/style.html","tf":0.01834862385321101},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.008333333333333333}}}},"i":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"basics/resources.html":{"ref":"basics/resources.html","tf":0.007389162561576354},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/select.html":{"ref":"controls/select.html","tf":0.006172839506172839},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}},"e":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}},"c":{"docs":{},"i":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}},"d":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"c":{"docs":{},"ê":{"docs":{"./":{"ref":"./","tf":0.022727272727272728},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012307692307692308},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009708737864077669},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01327433628318584},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.004301075268817204},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.012048192771084338},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.016556291390728478},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}},"u":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"e":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.005649717514124294}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"basics/":{"ref":"basics/","tf":0.00980392156862745},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":5.030434782608696},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"deploying/":{"ref":"deploying/","tf":0.009523809523809525},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}},"(":{"docs":{},"{":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301}},":":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"}":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"e":{"docs":{},"r":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}}},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.012077294685990338},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211}},"e":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}},"a":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}},"a":{"docs":{},"l":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"./":{"ref":"./","tf":0.006060606060606061},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"cog/":{"ref":"cog/","tf":0.025210084033613446},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":5.036144578313253},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.351432880844645}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}},".":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}},"r":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},":":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"s":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"]":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"á":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"o":{"docs":{},"u":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}}}},"ã":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}}}},"t":{"docs":{},"a":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"í":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"a":{"docs":{},"l":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"t":{"docs":{},"e":{"docs":{"deploying/":{"ref":"deploying/","tf":0.02857142857142857}},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"m":{"docs":{},"o":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"ç":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"z":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"á":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.00980392156862745},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495}}},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/":{"ref":"webgl/","tf":3.3725490196078427},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/points.html":{"ref":"webgl/points.html","tf":0.01929260450160772},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"./":{"ref":"./","tf":0.006060606060606061},"webgl/":{"ref":"webgl/","tf":0.0196078431372549},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}}}}}}}}},",":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}},"l":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.024875621890547265},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.02531645569620253},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.03409090909090909},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.012048192771084338},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"webgl/":{"ref":"webgl/","tf":0.058823529411764705},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.008676789587852495},"data-tiles/":{"ref":"data-tiles/","tf":0.057692307692307696},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"r":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.010845986984815618},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},"v":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}},"s":{"docs":{},"t":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.01818181818181818},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/":{"ref":"vector/","tf":0.05454545454545454},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.009950248756218905},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/":{"ref":"vectortile/","tf":0.034482758620689655},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.06060606060606061},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258}},".":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},":":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}},",":{"docs":{"./":{"ref":"./","tf":0.004545454545454545},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},".":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"l":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.017006802721088437},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"e":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"s":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"m":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/wms.html":{"ref":"layers/wms.html","tf":5.0077669902912625},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"s":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"cog/":{"ref":"cog/","tf":0.008403361344537815},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/download.html":{"ref":"vector/download.html","tf":0.017045454545454544},"vector/style.html":{"ref":"vector/style.html","tf":0.008108108108108109},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"deploying/":{"ref":"deploying/","tf":0.01904761904761905},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}},"y":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"l":{"docs":{},"k":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"v":{"docs":{},"e":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},"s":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407}}}}}}}}}}}}},"g":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}},"i":{"docs":{},"p":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},":":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014}},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"n":{"docs":{},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},".":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}}}},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}},"à":{"docs":{"./":{"ref":"./","tf":0.011904761904761904},"basics/map.html":{"ref":"basics/map.html","tf":0.01098901098901099},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.012315270935960592},"layers/wms.html":{"ref":"layers/wms.html","tf":0.014466546112115732},"layers/cached.html":{"ref":"layers/cached.html","tf":0.008385744234800839},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.011627906976744186},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.007532956685499058},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.023310023310023312},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279},"controls/modify.html":{"ref":"controls/modify.html","tf":0.007556675062972292},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.007022471910112359},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.011111111111111112},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}},"é":{"docs":{"./":{"ref":"./","tf":0.013636363636363636},"basics/map.html":{"ref":"basics/map.html","tf":0.0125},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.013745704467353952},"basics/resources.html":{"ref":"basics/resources.html","tf":0.021538461538461538},"layers/wms.html":{"ref":"layers/wms.html","tf":0.007766990291262136},"layers/cached.html":{"ref":"layers/cached.html","tf":0.011335012594458438},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.034482758620689655},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.026490066225165563}},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0028169014084507044},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}}}}}},"é":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.003875968992248062},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/style.html":{"ref":"vector/style.html","tf":0.009174311926605505}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.007042253521126761},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006993006993006993},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004213483146067416}},".":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307},"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"v":{"docs":{},"é":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}},":":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003968253968253968}}},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.009859154929577466},"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183},"layers/wms.html":{"ref":"layers/wms.html","tf":0.009041591320072333},"layers/cached.html":{"ref":"layers/cached.html","tf":0.005241090146750524},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0056179775280898875}}}}}},"#":{"0":{"4":{"0":{"4":{"1":{"docs":{},"b":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}},"'":{"1":{"2":{"docs":{},"p":{"docs":{},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"docs":{}},"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"2":{"1":{"7":{"8":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"3":{"2":{"7":{"2":{"1":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"8":{"5":{"7":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}},"docs":{}},"docs":{}},"docs":{}},"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"s":{"docs":{},"'":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}},",":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"a":{"docs":{},"h":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}},"g":{"docs":{},"w":{"docs":{},"c":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"m":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"/":{"docs":{},"'":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"y":{"docs":{},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"=":{"docs":{},"'":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}},",":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"'":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"/":{"docs":{},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},"]":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},":":{"docs":{},"b":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}}}},"v":{"docs":{},"y":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"e":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"1":{"docs":{},"_":{"docs":{},"h":{"docs":{},"r":{"docs":{},"_":{"docs":{},"l":{"docs":{},"c":{"docs":{},"_":{"docs":{},"s":{"docs":{},"r":{"docs":{},"_":{"docs":{},"w":{"docs":{},"_":{"docs":{},"d":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068}}}}}}}}}}}}}}}}}}},"docs":{},"_":{"1":{"0":{"docs":{},"m":{"docs":{},"_":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"_":{"0":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"@":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},"%":{"3":{"docs":{},"a":{"9":{"0":{"0":{"9":{"1":{"3":{"docs":{},"@":{"docs":{},"p":{"docs":{},"b":{"docs":{},"f":{"docs":{},"/":{"docs":{},"{":{"docs":{},"z":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{},"x":{"docs":{},"}":{"docs":{},"/":{"docs":{},"{":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}},"docs":{}},"docs":{}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"w":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}},"l":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"'":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"'":{"docs":{},";":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"p":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}},"m":{"docs":{},"v":{"docs":{},"t":{"docs":{},"'":{"docs":{},";":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}}},"w":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}}}}}}}},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}}}},"'":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}},";":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}}}}}},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}},"g":{"docs":{},"b":{"docs":{},"a":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"2":{"5":{"5":{"docs":{},",":{"2":{"5":{"5":{"docs":{},",":{"2":{"5":{"5":{"docs":{},",":{"0":{"docs":{},".":{"5":{"docs":{},")":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"8":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"docs":{}},"docs":{}},"docs":{}},"'":{"docs":{},"}":{"docs":{},")":{"docs":{},";":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"7":{"docs":{},"d":{"docs":{},"a":{"docs":{},"y":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789}}},":":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},"}":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0064516129032258064}}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"#":{"0":{"0":{"0":{"0":{"0":{"0":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.007142857142857143},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},"docs":{}},"docs":{},"f":{"docs":{},"f":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}},"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"docs":{}},"docs":{}},"docs":{},"f":{"docs":{},"f":{"0":{"0":{"0":{"0":{"docs":{},"'":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}}},"docs":{}},"docs":{}},"docs":{}},"9":{"9":{"0":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"c":{"docs":{},"c":{"0":{"0":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"docs":{}},"docs":{}}},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045}}}}}},"l":{"docs":{},"y":{"docs":{},"g":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}},"b":{"0":{"3":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"4":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"8":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}},"docs":{}},"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"'":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"'":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"'":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}},"s":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"y":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}},"◎":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"k":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"'":{"docs":{},";":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}}}}}}}},"+":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"&":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"y":{"docs":{},";":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}}}}}}}}},"=":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.008849557522123894},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.02032520325203252},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008223684210526315},"vector/style.html":{"ref":"vector/style.html","tf":0.02972972972972973},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.0189873417721519},"vector/download.html":{"ref":"vector/download.html","tf":0.03409090909090909},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0243161094224924},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.00966183574879227},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.0221606648199446},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.027777777777777776},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.024096385542168676},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.04072398190045249},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.028199566160520606},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.022988505747126436}},"=":{"docs":{},"=":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},">":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"[":{"0":{"docs":{},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.008264462809917356},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}},"2":{"5":{"5":{"docs":{},",":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.005509641873278237}}}},"docs":{}},"docs":{}},"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.003883495145631068},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931},"vector/style.html":{"ref":"vector/style.html","tf":0.01020408163265306},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.025830258302583026},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"]":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}}}}}}},"'":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"+":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}},"b":{"0":{"3":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"4":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"8":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},"docs":{}},"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.01927710843373494},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}}}}},"e":{"docs":{},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"t":{"docs":{},"c":{"docs":{},"i":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.00964630225080386},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"0":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}},"docs":{}}}}}}}}}}},"]":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},",":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.023178807947019868},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.025830258302583026},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}}},")":{"docs":{},",":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713}}},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.006802721088435374},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"g":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"e":{"docs":{},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0035087719298245615}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.005494505494505495},"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0031446540880503146},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00749063670411985},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.003766478342749529},"controls/select.html":{"ref":"controls/select.html","tf":0.015432098765432098},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0176678445229682},"controls/modify.html":{"ref":"controls/modify.html","tf":0.022670025188916875},"vector/formats.html":{"ref":"vector/formats.html","tf":0.024390243902439025},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.008426966292134831}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}}},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196},"controls/modify.html":{"ref":"controls/modify.html","tf":0.005037783375314861}}}},":":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}},"e":{"docs":{},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0035335689045936395}}},"s":{"docs":{},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0025188916876574307}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}}}},"e":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/":{"ref":"vector/","tf":0.03636363636363636},"vector/geojson.html":{"ref":"vector/geojson.html","tf":5.024875621890548},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"(":{"docs":{},")":{"docs":{},",":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}},"{":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"i":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"á":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.003778337531486146}},"s":{"docs":{},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.025974025974025976},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"a":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}},"s":{"docs":{},",":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}},".":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}},".":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"y":{"docs":{},":":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.012121212121212121},"cog/":{"ref":"cog/","tf":5.050420168067227},"cog/true-color.html":{"ref":"cog/true-color.html","tf":3.3478260869565215},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.021739130434782608},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.010050251256281407},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}},"(":{"docs":{},"{":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":10.009118541033434}}}}}},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.00909090909090909}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},"e":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}},"d":{"docs":{},"o":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"e":{"docs":{},"m":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"m":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}},"t":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}}}},")":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}}}},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}}}}}}}},"t":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}},"d":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"t":{"docs":{},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}},"u":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"b":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.007042253521126761}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0041928721174004195}}}},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}},".":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"s":{"docs":{},"s":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}},"w":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"webgl/points.html":{"ref":"webgl/points.html","tf":0.006430868167202572}}}},"u":{"docs":{},"p":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.006153846153846154},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.020100502512562814},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},")":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},",":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"a":{"docs":{},"t":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.012096774193548387},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"û":{"docs":{},"t":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"ç":{"docs":{},"u":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818}}}},"o":{"docs":{},"d":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"z":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"o":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"r":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/":{"ref":"data-tiles/","tf":0.019230769230769232}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"mobile/":{"ref":"mobile/","tf":0.04},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0121580547112462}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}},"u":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"y":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},"e":{"docs":{},".":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02}}},",":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}}}}}}},"{":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.009868421052631578},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01845018450184502},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.022727272727272728},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.02127659574468085},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.02834008097165992},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.004830917874396135},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.008310249307479225},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.016666666666666666},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.024096385542168676},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.027149321266968326},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011396011396011397},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.006507592190889371},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.011494252873563218}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.003436426116838488},"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}},"}":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"}":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"}":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},",":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},",":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"r":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"}":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}}}}}}}}}}}}}},"x":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"y":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"z":{"docs":{},"}":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"y":{"docs":{},"}":{"docs":{"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"}":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"}":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909},"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.009036144578313253},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.0040650406504065045},"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.006578947368421052},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.01107011070110701},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.007228915662650603},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.00904977375565611},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},")":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.01875},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.010309278350515464},"layers/wms.html":{"ref":"layers/wms.html","tf":0.013592233009708738},"layers/cached.html":{"ref":"layers/cached.html","tf":0.006297229219143577},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.01818181818181818},"layers/vector.html":{"ref":"layers/vector.html","tf":0.01991150442477876},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.02795698924731183},"controls/select.html":{"ref":"controls/select.html","tf":0.03571428571428571},"controls/draw.html":{"ref":"controls/draw.html","tf":0.024390243902439025},"controls/modify.html":{"ref":"controls/modify.html","tf":0.02203856749311295},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.011513157894736841},"vector/style.html":{"ref":"vector/style.html","tf":0.023809523809523808},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.006622516556291391},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014}},";":{"docs":{"basics/map.html":{"ref":"basics/map.html","tf":0.00625},"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/vector.html":{"ref":"layers/vector.html","tf":0.00663716814159292},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602},"controls/select.html":{"ref":"controls/select.html","tf":0.0035714285714285713},"controls/draw.html":{"ref":"controls/draw.html","tf":0.016260162601626018},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.013157894736842105},"vector/style.html":{"ref":"vector/style.html","tf":0.010810810810810811},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.014760147601476014},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.007246376811594203},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.00963855421686747},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.017045454545454544},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.008547008547008548},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218}}},",":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"layers/vector.html":{"ref":"layers/vector.html","tf":0.004424778761061947},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.008602150537634409},"controls/select.html":{"ref":"controls/select.html","tf":0.014285714285714285},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"controls/modify.html":{"ref":"controls/modify.html","tf":0.01652892561983471},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.004934210526315789},"vector/style.html":{"ref":"vector/style.html","tf":0.013513513513513514},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.007380073800738007},"basics/":{"ref":"basics/","tf":0.006535947712418301},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.014925373134328358},"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.012658227848101266},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/map.html":{"ref":"mobile/map.html","tf":0.01092896174863388},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.008097165991902834},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.008064516129032258},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.011363636363636364},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.011396011396011397},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.021739130434782608},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"(":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}},";":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}},"]":{"docs":{},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},")":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}},",":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00911854103343465},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.014457831325301205},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.013574660633484163},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},";":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}},"\"":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{"controls/select.html":{"ref":"controls/select.html","tf":0.0030864197530864196}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{},"\"":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"controls/draw.html":{"ref":"controls/draw.html","tf":0.007067137809187279}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}},"\"":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"1":{"0":{"7":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}},"l":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"4":{"docs":{},"j":{"docs":{},"s":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}}}}}},"docs":{}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"g":{"docs":{},"l":{"docs":{},"=":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"o":{"docs":{},"s":{"docs":{},"m":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"\"":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},".":{"docs":{},"k":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}}},"*":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"d":{"docs":{},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"y":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}},"/":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"r":{"docs":{},"i":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"4":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}},"docs":{}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"u":{"docs":{},"m":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}}}}}}},"n":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"o":{"docs":{},"l":{"docs":{},"/":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{},";":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}},"(":{"2":{"5":{"6":{"docs":{},"p":{"docs":{},"x":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"docs":{}},"docs":{}},"5":{"1":{"2":{"docs":{},"p":{"docs":{},"x":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}},"docs":{}},"docs":{}},"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},")":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.011363636363636364},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"c":{"docs":{},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522},"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"i":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.0014084507042253522}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}},"e":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}},"g":{"docs":{},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":3.337858220211161}}}}}}}}}}},"e":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"h":{"docs":{},"a":{"docs":{},"m":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.0024630541871921183}}},"t":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}},"e":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"ã":{"docs":{},"o":{"docs":{"basics/resources.html":{"ref":"basics/resources.html","tf":0.003076923076923077}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"w":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}}}}}},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"w":{"docs":{},"i":{"docs":{},")":{"docs":{},".":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}},"i":{"docs":{},"r":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}},"o":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},"l":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},".":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"m":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"controls/modify.html":{"ref":"controls/modify.html","tf":0.0027548209366391185}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545}}}}}}}}}}}}}}},"s":{"docs":{},"m":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}},"g":{"docs":{},"c":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"u":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}},"r":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"cog/":{"ref":"cog/","tf":0.008403361344537815},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"deploying/":{"ref":"deploying/","tf":0.009523809523809525}}}},"v":{"docs":{},"o":{"docs":{},"t":{"docs":{},"r":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.0018083182640144665}}}}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"i":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}}}},"w":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933}},".":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"e":{"docs":{},"b":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"'":{"docs":{},"e":{"docs":{},"p":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"3":{"8":{"5":{"7":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}}},"docs":{}},"docs":{}},"docs":{}},"4":{"3":{"2":{"6":{"docs":{},"'":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.005747126436781609}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"ç":{"docs":{},"ã":{"docs":{},"o":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.006535947712418301}}}}}},"l":{"2":{"docs":{},"a":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"a":{"docs":{"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.0018832391713747645}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522}}}}},"e":{"docs":{},"t":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"p":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}},"a":{"docs":{},"r":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0010482180293501049}}}}}}}}},"a":{"docs":{},"d":{"docs":{"cog/":{"ref":"cog/","tf":0.008403361344537815}}}},"d":{"docs":{},",":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}},")":{"docs":{},",":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}}}}}},"o":{"docs":{},"w":{"docs":{},")":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},".":{"docs":{},"u":{"docs":{},"s":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"g":{"docs":{},"o":{"docs":{},"v":{"docs":{},"/":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"s":{"docs":{},"/":{"docs":{},")":{"docs":{},".":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0018726591760299626}}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"layers/":{"ref":"layers/","tf":0.034482758620689655},"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534},"layers/cached.html":{"ref":"layers/cached.html","tf":1.25}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}}}}}}},"e":{"docs":{},"n":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.004662004662004662},"vector/formats.html":{"ref":"vector/formats.html","tf":0.012195121951219513}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719},"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}}}},"t":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"x":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},":":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}}}}}},"l":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}},"e":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.0035211267605633804}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}}}}}},"ã":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}},"t":{"docs":{},"e":{"docs":{},"p":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}}}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}}}},"u":{"docs":{},"n":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006097560975609756}}},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845},"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}}}}},"m":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}},"b":{"0":{"2":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}},"3":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}},"4":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"8":{"docs":{},")":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}},"docs":{}},"docs":{},"a":{"docs":{},"s":{"docs":{},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.005025125628140704}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.0014044943820224719}}},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}}},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"vectortile/interact.html":{"ref":"vectortile/interact.html","tf":0.005681818181818182}}},",":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}},"j":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{},",":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.0033112582781456954}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}}}}}}}}},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}},"z":{"docs":{},"o":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{},".":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}}}}}},"é":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263}}},"g":{"docs":{},"e":{"docs":{},"o":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.004819277108433735}},")":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}},"a":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406}},"t":{"docs":{"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082}}}},"!":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}}}}}}}}}}}}}}},"μ":{"docs":{},"m":{"docs":{},")":{"docs":{"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675}}}}},"{":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}},"(":{"docs":{},"r":{"docs":{"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}},",":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.005154639175257732},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}},".":{"5":{"docs":{},"e":{"docs":{},"m":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}},"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}},"o":{"docs":{},"l":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.004545454545454545},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.006024096385542169}}},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526}}}}}}}}}}},".":{"docs":{},".":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"]":{"docs":{},".":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075}}}}}}}}}}}}},"]":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"/":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"k":{"docs":{"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155}}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}},"y":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.003616636528028933},"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153},"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}}},"r":{"docs":{"./":{"ref":"./","tf":0.006060606060606061},"vector/":{"ref":"vector/","tf":0.01818181818181818},"deploying/":{"ref":"deploying/","tf":0.01904761904761905}}},"v":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}},"}":{"docs":{},".":{"docs":{},"p":{"docs":{},"b":{"docs":{},"f":{"docs":{},"'":{"docs":{},",":{"docs":{"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.019522776572668113}},":":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}}},"e":{"docs":{},"l":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}},"/":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.00554016620498615},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247}},"/":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.003289473684210526},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"vector/style.html":{"ref":"vector/style.html","tf":0.005405405405405406},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/false-color.html":{"ref":"cog/false-color.html","tf":0.01507537688442211},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.013850415512465374},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"vectortile/bright.html":{"ref":"vectortile/bright.html","tf":0.01056338028169014},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.004338394793926247},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.008620689655172414}}}},"x":{"6":{"4":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},".":{"docs":{"custom-builds/concepts.html":{"ref":"custom-builds/concepts.html","tf":0.002777777777777778}}}}}}}},"docs":{}},"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"controls/draw.html":{"ref":"controls/draw.html","tf":0.008130081300813009},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"y":{"docs":{},"z":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0025188916876574307},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504}}}}}}}}},"(":{"docs":{},"{":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406}},":":{"docs":{"layers/proprietary.html":{"ref":"layers/proprietary.html","tf":0.00909090909090909}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.006896551724137931}}}}},",":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},".":{"docs":{"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}},"e":{"docs":{},"p":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}},"m":{"docs":{},"l":{"docs":{"vector/formats.html":{"ref":"vector/formats.html","tf":0.013793103448275862}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.008695652173913044},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006060606060606061}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{"mobile/":{"ref":"mobile/","tf":0.02},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.016194331983805668}},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},".":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}},":":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"?":{"docs":{"layers/vector.html":{"ref":"layers/vector.html","tf":0.0022123893805309734}}},"`":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"`":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.002331002331002331}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"`":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.0030581039755351682}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.0012594458438287153}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"`":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453}}}}}},"$":{"docs":{},"{":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"}":{"docs":{},"/":{"docs":{},"$":{"docs":{},"{":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"`":{"docs":{},",":{"docs":{"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}}}}}}},"ú":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.004545454545454545}}},"o":{"docs":{"vector/style-intro.html":{"ref":"vector/style-intro.html","tf":0.001644736842105263},"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}}}}}}},"t":{"docs":{},"e":{"docs":{},"i":{"docs":{"basics/":{"ref":"basics/","tf":0.09090909090909091},"basics/resources.html":{"ref":"basics/resources.html","tf":5}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}},":":{"docs":{"basics/dissect.html":{"ref":"basics/dissect.html","tf":0.001718213058419244}}}},"a":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.005825242718446602}}}}}}},"í":{"docs":{},"n":{"docs":{},"v":{"docs":{},"e":{"docs":{"layers/wms.html":{"ref":"layers/wms.html","tf":0.001941747572815534}}}}}},"á":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{"layers/cached.html":{"ref":"layers/cached.html","tf":0.005037783375314861},"layers/imagevector.html":{"ref":"layers/imagevector.html","tf":0.002150537634408602}},".":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.003401360544217687}}}}}}},")":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}},":":{"docs":{"controls/scaleline.html":{"ref":"controls/scaleline.html","tf":0.0030120481927710845}}},";":{"docs":{"vector/drag-n-drop.html":{"ref":"vector/drag-n-drop.html","tf":0.006329113924050633},"vector/modify.html":{"ref":"vector/modify.html","tf":0.01639344262295082},"vector/draw.html":{"ref":"vector/draw.html","tf":0.012987012987012988},"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.0060790273556231},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849}}},",":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}}},"$":{"docs":{"custom-builds/create.html":{"ref":"custom-builds/create.html","tf":0.0036900369003690036}},"{":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"}":{"docs":{},"`":{"docs":{},")":{"docs":{},";":{"docs":{"mobile/geolocation.html":{"ref":"mobile/geolocation.html","tf":0.00303951367781155},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}}}}}}}}}}}}}}}}}}},"@":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/":{"ref":"basics/","tf":0.0032679738562091504},"vector/geojson.html":{"ref":"vector/geojson.html","tf":0.004975124378109453},"mobile/map.html":{"ref":"mobile/map.html","tf":0.00546448087431694},"cog/true-color.html":{"ref":"cog/true-color.html","tf":0.0024154589371980675},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.002849002849002849},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.007246376811594203}}}}}}}}},"—":{"docs":{"vector/snap.html":{"ref":"vector/snap.html","tf":0.014084507042253521},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.0028735632183908046}}},"+":{"docs":{"vector/download.html":{"ref":"vector/download.html","tf":0.005681818181818182},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"cog/visualizations.html":{"ref":"cog/visualizations.html","tf":0.0024096385542168677},"vectortile/map.html":{"ref":"vectortile/map.html","tf":0.004032258064516129},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/map.html":{"ref":"data-tiles/map.html","tf":0.014492753623188406},"data-tiles/elevation.html":{"ref":"data-tiles/elevation.html","tf":0.011494252873563218},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.014367816091954023}},",":{"docs":{"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286}}}},"*":{"docs":{"vector/style.html":{"ref":"vector/style.html","tf":0.002702702702702703},"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417},"cog/colormap.html":{"ref":"cog/colormap.html","tf":0.005555555555555556},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237},"data-tiles/sea-level.html":{"ref":"data-tiles/sea-level.html","tf":0.017241379310344827}}},"&":{"docs":{},"&":{"docs":{"mobile/compass.html":{"ref":"mobile/compass.html","tf":0.004048582995951417}}}},"–":{"docs":{"cog/simplified-view.html":{"ref":"cog/simplified-view.html","tf":0.004347826086956522},"cog/ndvi.html":{"ref":"cog/ndvi.html","tf":0.002770083102493075},"webgl/points.html":{"ref":"webgl/points.html","tf":0.003215434083601286},"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}},"!":{"docs":{},"=":{"docs":{},"=":{"docs":{"cog/viz-plus.html":{"ref":"cog/viz-plus.html","tf":0.004524886877828055}}}}},"|":{"docs":{},"|":{"docs":{"webgl/meteorites.html":{"ref":"webgl/meteorites.html","tf":0.005698005698005698}}}},"%":{"docs":{"webgl/animated.html":{"ref":"webgl/animated.html","tf":0.0021691973969631237}}}},"length":12435},"corpusTokens":["!==","\"*\"","\"a","\"advanced\",","\"analyzerchecks\",","\"api\",","\"base\".","\"block\".","\"clear\"","\"compilation_level\":","\"compile\":","\"coordinates\":","\"corrigez\"","\"de","\"define\":","\"download\"","\"exports\":","\"externs\":","\"externs/bingmaps.js\",","\"externs/cartodb.js\",","\"externs/closur","\"externs/esrijson.js\",","\"externs/geojson.js\",","\"externs/oli.js\",","\"externs/olx.js\",","\"externs/proj4js.js\",","\"externs/tilejson.js\",","\"externs/topojson.js\"","\"extra_annotation_name\":","\"feature\",","\"geo\"","\"geometry\":","\"goog.debug=false\",","\"goog.dom.assume_standards_mode=true\",","\"id\":","\"inline\"","\"jscomp_error\":","\"jscomp_off\":","\"jvm\":","\"lintchecks\",","\"listener\"","\"manage_closure_dependencies\":","\"map\"","\"meilleur\",","\"n","\"name\"","\"node_modules/ol/ol.css\";","\"observable\"","\"ol.enable_dom=false\",","\"ol.enable_image=false\"","\"ol.enable_proj4js=false\"","\"ol.enable_proj4js=false\",","\"ol.enable_webgl=false\",","\"ol.format.kml\",","\"ol.layer.tile\",","\"ol.layer.vector\",","\"ol.map\",","\"ol.proj.fromlonlat\",","\"ol.source.osm\"","\"ol.source.osm\",","\"ol.source.vector\",","\"ol.style.fill\",","\"ol.style.stroke\",","\"ol.style.style\",","\"ol.style.text\"","\"ol.view\",","\"openlayers.feature.vector_107\",","\"parser\"","\"parsing\"","\"point\",","\"properties\":","\"snapshots\"","\"someclass\"","\"type\":","\"umd\":","\"unnecessarycasts\",","\"use_types_for_optimization\":","\"useofgoogbase\"","\"valid","\"verbose\",","\"warning_level\":","\"web","#04041b;","#control","#map","#slider","#tool","#year","$","${error.message}`);","%","&&","'","'#000'","'#000000'","'#0000ff'","'#ff0000'","'#ff9900',","'#ffcc00',","'#fff',","'©","''","'';","'*',","'+',","',","'./data/countries.json',","'./data/loc","'/data/layers/7day","'/data/layers/buildings.kml',","'12px","'anonymous',","'b03'],","'b04',","'b08'],","'black'","'black',","'blackbody',","'blue'","'bueno","'build'","'buildings'","'buildings',","'cape","'case',","'circl","'colormap';","'currentyear'],","'currentyear']],","'data:application/json;charset=utf","'earthquakes'","'earthquakes',","'epsg:21781',","'epsg:32721';","'epsg:3857'});","'epsg:4326',","'fals","'flat","'function'","'global","'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/'","'https://ahocevar.com/geoserver/wms',","'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key='","'https://api.maptiler.com/tiles/terrain","'https://sentinel","'https://tiles.openfreemap.org/styles/bright');","'https://tiles.openfreemap.org/styles/bright',","'interpolate',","'kompas';","'map","'map'","'map',","'mapbox://styles/mapbox/bright","'mass']","'mass'],","'minneapolis',","'nasa:bluemarble'","'nasa:bluemarble',","'navy'}),","'ndvi',","'ndwi',","'ne:ne1_hr_lc_sr_w_dr',","'ne:ne1_hr_lc_sr_w_dr'.","'ne:ne_10m_admin_0_countries@epsg%3a900913@pbf/{z}/{x}/{","'ol","'ol';","'ol/control/control';","'ol/extent.js';","'ol/feature';","'ol/format/geojson';","'ol/format/mvt';","'ol/geom/point';","'ol/geom/polygon';","'ol/interaction/draganddrop';","'ol/interaction/draw';","'ol/interaction/link';","'ol/interaction/modify';","'ol/interaction/snap';","'ol/layer/tile';","'ol/layer/vector';","'ol/layer/vectortile';","'ol/layer/webgltile.js';","'ol/layer/webglvector';","'ol/map';","'ol/map.js';","'ol/proj';","'ol/proj.js';","'ol/source';","'ol/source/geotiff.js';","'ol/source/osm';","'ol/source/vector';","'ol/source/vectortile';","'ol/source/xyz.js';","'ol/sphere';","'ol/style';","'ol/view';","'ol/view.js';","'olive',","'olive'}),","'openlay","'papaparse';","'point'","'polygon',","'red'","'red',","'rgba'});","'rgba(0,","'rgba(255,","'rgba(255,255,255,0.5)'","'rgba(255,255,255,0.8)',","'road',","'singleclick'","'someclass')","'someclass':","'stamen_toner',","'true","'white',","'white'})","'year'],","'your","'◎';","(","(!source.isempty())","('epsg:3857').","('epsg:4326')","('ondeviceorientationabsolute'","((r","()","().","(256px)","(512px)","(a","(at","(b02","(b03)","(b04)","(b08)","(baseado","(basé","(blue).","(brownish)","(c'est","(ce","(center)","(chamado","(ci","(cible)","(cog)","(cole","(collez","(continued)","(dan","(date.now()","(draw","(e.g.","(earth","(elaps","(en","(error)","(esta","(et","(event)","(ex.","(extent):","(feature)","(feature,","(feature.get('class')","(feature.get('shape_area')","(format)","(from","(function()","(geojson","(green","(green)","(heading)","(html)","(http://earthquake.usgs.gov/earthquakes/catalogs/).","(i.e.","(in","(information)","(informação)","(jre),","(jvm).","(l2a)","(la","(layers)","(let","(like","(longitud","(m)","(max","(maxresolution)","(ndvi)","(ndwi).","(nest","(newbase)","(nir","(nir)","(non","(not","(note","(não","(o","(ogc","(ol","(ol.collection)","(ol.source.tilewm","(open","(openstreetmap)","(or","(osm)","(ou","(par","(pixel)","(pos)","(projection),","(rate","(read","(reclong)","(red),","(red,","(remarquez","(reverse)","(row)","(scaleline)","(see","(sentinel","(seu","(size,","(sources),","(step","(são","(these","(tilelayer)","(tiles)","(title)","(um","(un","(usando","(ver:","(veri","(view,","(votr","(web","(whose","(with","(wms)","(wms).","(zoom).","({","(é","(μm)",")","),","):",");","*","+","+,",",",".","...","...]","...arguments].","...getcolorstops('earth',","...getcolorstops('viridis',","...other","./ngrok",".5em;",".catch(funct",".locat",".ol",".on('heading',",".scale",".someclass",".then(startcompass)",".watch()","/","//","0","0).","0,","0.1","0.1)","0.2)',","0.2,","0.4","0.433","0.460","0.5","0.5)',","0.5,","0.560","0.5rem;","0.6","0.6,","0.665","0.703125","0.705","0.740","0.75],","0.783","0.842","0.945","0;","0]),","0],","0px","0px;","1","1));","1),","1);","1,","1.375","1.5","1.610","10","10,","100%;","10000","10000,","100000","1000;","104.98,","104.98,39.76","10;","11,","122.79264450073244,","14,","153,","16","18,","180)","1850","1850;","1]","1],","1];","1]],","1]]],","1e8;","1em;","1px","1px;","1rem;","1})","2","2)","2);","2,","2.190","2.amazonaws.com/sentinel","20","20,","20000],","2015.","2015;","2021:","20px;","21s).","255","255)","255,","256","256,","256px;","256x256","26.","299941.7864]);","2],","2];","2]],","2]]],","2a","2d","2d.","2e13;","2em;","2})","3","3,","34.32183],","34.6037]),","35.32718,","350px;","37.56]),","39.76]","3]],","3rd","4","4,","42.30975194250527]),","45,000","4]","4],","4px","5","5,","500,","5000,","50;","512","512,","512px;","5173","57.98062,","58.3816,","59.19991,","5px;","6,","60","6em;","7,","76443.1884,","8","8,'","837076.5648,","84","8u60","8u92","9","9]","9],",":","=","===","=>","?","@import","[","['","['*',","['+',","['/',","['b03',","['b04',","['b08',","['band',","['between',","['clamp',","['color',","['get',","['linear'],","['tci'],","['var',","[0,","[255,","[],","[geojson],","[layer],","[new","[operator,","[pos.coords.longitude,","[stopvalue0,","]","]),","]);","],","];","`${base}/${id}.tif`,","`control`","`field`","`key`","`map`","`style`","`tiled`","aachen,21,1880,50.775000,6.083330","aba","abaixo","abaixo).","abaixo.","abaixo:","abordado","abov","above,","above:","abra","absolu","absolute;","acab","acaba","accept","accepton","access","accesstoken:","accompani","accompli","accomplir","accord","account","account,","accuraci","accuracy,","accuracy.","accuracy.transform('epsg:4326',","aceita","aceitamo","acessa","ach","acharão","achiev","acima","acima,","acima.","acontecendo.","acordo","act","actif,","action,","active,","actual","actuellement,","ad","add","added.","addit","addition,","additionnel","additionnelles:","adicion","adiciona","adicionado","adicionai","adicionais:","adicionam","adicionamo","adicionando","adicionar","adicionaremo","adjacent.","adjust","admetton","advantag","aerosol","affich","affichez","affiché","affichée.","afin","against","agora","agre","aient","ailleurs,","ainda","ainsi","ainsi,","air","aires',","ait","ajout","ajoutez","ajouton","ajouté","alert","alert('no","alert(`error:","algum","alguma","align","align:","allez","allon","allow","alor","alpha","alreadi","already,","already.","also,","alt+click.","altament","alter","alterada","alteram","alterando","alteração","alteraçõ","altere:","altern","alternativa","alternatively,","although","altura","além","amazon","ambient","ambo","amélior","ancestor","anchor","anim","animation,","animé","animée,","anmiat","anoth","ant","antender.","anterior","anterior,","anterior.","anteriores,","anteriorment","anteriormente:","antes!","antes,","ao","aparté","apesar","api","api,","api.","api:","apis.","aplica","aplicados.","aplicação","aplicação,","aplicação.","aplicaçõ","apont","aponta","app","appear","appel","appelé","appli","applic","application)","application).","application,","application:","applications,","applications.","appliqu","appliqués.","apply('map","apply()","apply.","apprendr","apprenon","approch","appropri","approprié","aprend","aprenda","aprenderemo","aprendida","apresenta","apresentado","aprofundamento","apropriada","aprè","apó","aquela","aqui","aqui.","arbitrário","archiv","are.","area","area.","areas.","argument","argument.","argumento","argumento.","arguments.","armazenada","around","arquivo","arranjo","arrast","array","array(step","array).","array,","array:","arrow","artifact","ask","asset","assign","assignez","assignon","assim,","assim:","assimil","assum","assumem","assument","assur","assurez","assuron","at.","at:","atalho","atingir","atividad","atla","atravé","atribui","atribuir","atribuição","atribuição,","atribuição.","atributo","atributo,","atribuímo","attempt","attribut","attribut,","attribute:","attributionoptions:","attributions,","attributions:","atual","atualmente,","até","au","aucun","aurez","aussi","autoris","autr","aux","avail","available,","avancez","avancé","avant","avantag","avançado","avec","avec,","avez","avoir","avon","aw","ax","ayant","ayez","azul","azul,","ação,","b","b)","b,","b01","b02","b03","b04","b05","b06","b07","b08","b08)","b09","b10","b11","b12","ba","back","background","background:","baixar","balis","balisag","balises,","band","bands).","bands.","bands:","barcelona,","barcelone,","bare","barr","barra","base","base\"","base.","base:","base;","baseada","basemap.","basic","basicamente,","basiqu","basique.","basiquement,","basiques:","basé","bbox","be","beaucoup","beauti","befor","before,","before.","before:","begin","behavior","below","below).","below:","belém","belém!","bem","besoin","besoin.","better","better!","between","biblioteca","bibliothèqu","bien","bienvenu","biggest","bing","bing!","bing.","bit","bit.","black;","blanc","bleu","bloc","block","block;","bloco","blocos)","blue","blue)","blue,","blue.","blue;","boa","bodies.","body,","bold;","bonn","bonu","bonus,","bonus.","boom!","borda","border","both","bottom","bottom:","botão","bougez","bound","boundary.","bouton","box","box,","branco","break","breakpoint","bright","bring","broad","browser","browser'","browser,","browser.","browser:","brut","bucket","bueno","bug,","build","build.","build.j","build:","builds)","built","bundl","bundler","button","buttons,","buttons.","básica","básico","básico.","básicos:","bâtiment","bâtiments.","bônu","bônus.","bônus:","c'est","ca","cach","cache,","cache.","cacheado","cacheados.","cada","caixa","calcul","calculations.","calculé","calibri,san","call","camada","camada,","camada.","camada:","camadas,","camadas.","came","candidat","candidata","canva","canvas,","capabl","capaz","capítulo.","caractèr","care","caribbean","carregado","carregado.","carregador","carregar","cart","carte!","carte)","carte).","carte,","carte.","carte:","cartes.","cartocss.","cartographi","cartographiqu","cas,","case","case)","case,","cases,","caso","caso,","caso:","casos,","causa","ce","ceci,","ceci:","cela","cela,","cela.","cell","celui","center","center,","center:","center;","centr","central","centro","cependant,","cercl","cercle,","cercle:","certifiqu","certo","cet","cett","ceux","chacun","challeng","chama","chamada","chamado","chamando","chang","changeant","changement","changent","changer","changes.","changez","channel","channel,","channel.","channels.","chapitre.","chapter","chaqu","charger","chargeur","chargé","chargé.","chargée.","chave","chaves:","chaîn","checar","chemin,","cherchez","chlorophyl","choos","chooser","chooser.","chose","chrome.","ci","cibl","circl","circle,","circles).","circles.","circular","circular(coords,","circulares,","cirru","citada","clamp(value,","clamp,","class","clear","clear.addeventlistener('click',","clic","clica","click","clicked:","client","client.","clip","cliqu","clique:","cliquez","cliqué:","closur","closure.","cloud","clé","clés:","coastal","cocher","coché","code","code!","code,","code.","code:","cog","cogs.s3.u","cogs/","cogs/15/t/wk/2021/9/s2b_15twk_20210918_0_l2a',","cogs/21/h/ub/2021/9/","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a';","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b03.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b04.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/b08.tif',","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/s2b_21hub_20210915_0_l2a.json","cogs/21/h/ub/2021/9/s2b_21hub_20210915_0_l2a/tci.tif',","cogs/34/h/bh/2021/9/s2b_34hbh_20210922_0_l2a',","cogs/sentinel","coin","coisa","coletar","coleção","collapsible:","collect","colocando","colocar","colocá","colonn","color","color',","color':","color,","color0,","color1,","color2,","color:","colorié","colormap","colormap({","colormap({colormap:","colormap:","colors!","colors.","colors.reverse();","coluna","com","com,","comada","comando","combin","combinaison","combinaison,","combinação","combinação,","combiné","come","começar","começar.","comm","command","commenc","commencez","comment","commençon","commettr","commodité.","common","commun","communauté","como","como:","compar","compartilham","compass","compass.","competência","compil","compilador","compiler.","compiler.js\",","complet","completa","completado","complete(result)","completo","completo,","completo.","complets.","complèt","complète.","compléton","complété","compon","component","components,","comport","compos","composit","composite,","composite.","composites.","compreensão","comprehens","comprendr","compri","compris","compromi","compréhens","compt","computers,","compétenc","comum","comunidad","concebido","conceito","concept","concern","configur","configura","configurada","configuration,","configuration:","configuração","configuração.","configuração:","configuré","confirm","confirmar","confirmez","confor","conform","conformidad","congratulations!","conhecido","conhecimento","conjunto","connaîtr","connect","connections.","connecté","connu","consegu","conseguimo","consid","consider","considerando","considerar","considér","considéron","consist","consistent","consol","console.log(p.getcoordinates());","consortium,","const","constitu","constroem","construct","constructeur","constructor","constructors:","construir","construit","construtor","construída","consult","consuming.","conta","contain","container',","contendo","content","content:","contenu","context","context.","contexto","conteúdo","contient","continu","continua","continuament","continuaremo","contorno","contour","contraintes,","contrast,","contribuer,","contribuir,","contributors';","contriv","control","control({","control,","control.addeventlistener('change',","control.addeventlistener('input',","control.value;","controlam","controle:","controls.html.","controls:","contrôlent","contudo,","contém","contêin","contêiner,","conveni","conveniência.","convert","conçu","coord","coordenada","coordenadas.","coordin","coordinates,","coordinates.","coordonné","copi","copiez","copyright","cor","core","corner","corner,","corp","couch","couche,","couche.","couches,","couches.","couleur","countri","countries.json","coupl","couvert","cover","creat","created.","createlayer(base,","creation","crescent","cria","criado","criamo","criando","criar","criaremo","criação","crie","criou","crossorigin:","cru","créant","création","créent","créer","créez","créon","créé","créée","css","css:","csv","csv,","csv.","current","currentyear","currentyear:","currentyear;","currentyear});","cursor:","custom","custom.j","custom.js)","custom.json","customizado","círculo","código","código:","côté","d'accéder","d'affichag","d'api","d'appel","d'arrêt","d'attribut","d'attribution.","d'autr","d'avoir","d'ensembl","d'images,","d'inclur","d'inform","d'initialis","d'initialisation.","d'intérêt","d'objet","d'openlay","d'openlayers.","d'openlayers:","d'openstreetmap,","d'où","d'un","d'une","d'utilis","d'utilisateur","d'échell","d'échelle.","d'écrire","d'élément","d'étendu","d'éviter","da","dado","dados,","dados.","dan","daquel","dark","data","data,","data.","data/","data:","dataset","date","date.","date.now();","days.","de","debug","debug.j","debug.js.","debugg","decay","decay,","decay.","decay]],","decis","declar","declarada","declaração","declaraçõ","decod","decreas","dedan","dedans,","default","default,","defaultstyl","defin","defina","define.","definida","definit","definition:","definição","degrés,","dehor","deix","delegam","delet","delta","delà","delà.","demand","demander.","demandon","demandé","demandées,","demonstr","demonstra","demonstrado","densiti","dentr","dentro","depend","dependencies:","dependendencies.","dependendo","dependência","deploy","deployment,","deployment.","depoi","depui","depurador","depuração","dernier","dernièr","descobrí","descompactar","describ","descript","desempenho","desempenho.","desenhada","desenhando","desenhar","desenvolvedor","desenvolvedores.","desenvolvido","desenvolvimento","desenvolvimento.","desenvolvimento:","design","desktop","deslocamento.","dess","dessa","dessas,","dessin","dessinez","dessiné","dessiné.","dessou","dessous):","dessous.","dessous:","dessu","dessus)","dessus,","dessus.","dest","desta","detalh","detalhada.","detalhe.","detect","detecção","determin","determinada","determinado","deux","dev","deve","develop","development.","devem","deveria","devez","devic","device'","device');","device.","device:","deviceorient","deviceorientationevent.requestpermiss","deviceorientationevent.requestpermission()","devienn","devoir","devon","devraient","devrait","devrez","devriez","dialog.","dicas:","difent","diferent","diferente.","differ","difference,","difficil","différent","différent.","différente,","dificuldad","difícil","difícil,","dig","digit","dimens","dinamicamente.","dinâmico","dire","direct","directli","directly,","directly.","directori","directory.","directory:","direita","direta","diretament","diretório","disablehitdetection:","discuss","discussion,","discussão","discussão,","disparada","display","display.","display:","displayed.","displays.","disponibilité","disponibiliza","disponibilizado","disponibilizar","disponibilização","disponíveis,","disponível","disposit","dissecando","dissecar","dissemin","disso,","disséquez","disséqué","dist","dist/","distribuées:","distribuída:","dite","div","diversa","divid","dizer","do","document","document'","document,","document.","document.createelement('div');","document.createelement('option');","document.getelementbyid(\"map\")).","document.getelementbyid('clear');","document.getelementbyid('download');","document.getelementbyid('image');","document.getelementbyid('info');","document.getelementbyid('level');","document.getelementbyid('output');","document.getelementbyid('scal","document.getelementbyid('visualization');","document.getelementbyid('year');","documentação","documento","documento,","documento.","doesn't","doi","doit","dom","domain","dominado","don't","done","done!","donnent","donner","donnon","donné","donnée.","données,","données.","download","download,","download.href","download:","drag","draganddrop","draganddrop({","draw","draw({","draw,","draw.on('drawend',","drawend","drawn.","driven","droit","drop","du","dua","dur","durant","duration:","dure","duro","dynam","dynamiqu","dynamiquement.","dysfonctionnements/problèm","débuter.","déclarat","déclare","défaut","défaut,","définir","définit","déjà","délivré","démarrer","démonstrat","démontré","dépendanc","déplacement","déplacer","détail","détail.","détection","développ","développement.","développeur","développé","dê","e","each","earth","earth'","easi","easier","easier.","easiest","easili","edg","edifício","edifícios.","edit","editing,","editing.","editor","editor!","editor,","editor.","efetivament","effect.","effectiv","effectu","effectué","effici","effort","el","ela","elaps","elas,","ele,","ele.","electromagnet","element","element'","element),","element,","element:","elemento","elemento,","elemento:","eles.","elev","ell","em","em:","embarqu","embora","emborar","emplac","empreint","empti","en","en.zip","en:","enabl","enablehighaccuracy:","enchaîn","encod","encodeuricomponent(json);","encombrement,","encontr","encontram","encontrar","encontrarmo","encor","encourag","endereço","engag","enjoy","enlèv","enquanto","enregistr","enregistrez","enregistriez","ensembl","ensuit","ensuite,","entend","entendendo","entir","entr","entregu","entretanto,","entri","então","environ","environment,","enxergar","eo","epsg.","epsg:21781","epsg:32721","equip","equivalent","erreur","erreur/un","erro","error","escala","escala.","escalando","escopo","esforço","espagne).","espanha).","especifica","especificamente,","especificamo","especificando","especificação","específica","específico","específicos,","esquerda","ess","essa","essencialment","est","est:","esta","estado","estamo","estar","esteja","estilizado","estilizando","estilizar","estilização","estilo","estilo.","estilos,","estilos.","estim","estratégia","estrutura","estruturada","está","estático:","estáticos.","estável","estão","et","etc.","etc.).","evalu","event","event.","evento","everyth","evitar","evt.feature;","exact","exactli","examen","examin","examinar","examinaremo","examinon","exampl","example).","example,","example.","examples,","examples.","examplo","except","exceto","exceção","exceção.","executada","executado,","executar","executá","exempl","exemple,","exemplo","exemplo,","exemplo:","exercices:","exercis","exercise,","exercise.","exercise:","exercises.","exercises:","exercícios:","exiba","exibida","exibidos.","exibimo","exibindo","exibir","exigido","exist","existem","expect.","expected,","experient","explicit","explor","explícito","export","exports.","express","expression.","expression:","expressions,","expressions.","exprt","expériment","expérimenté","extend","extens","extensa","extensão","extent","extent\"","extent,","extent.","extent:","externes.","externo.","extra.","extract","extractstyles:","extremo","exécuté","exécuté,","f","facil","facilment","fact","fade","fair","faisait","fait","fait,","fait.","falarmo","fals","family:","far","faremo","fass","fast","faz","fazendo","fazendo.","fazer","fazer,","faça","featur","feature'","feature(","feature(fromextent(geometry.getextent())));","feature(new","feature({","feature.","feature.get('key'),","feature.get('name').touppercase();","feature.get('title')","feature.getgeometry();","feature:","feature;","features,","features.","features:","feed","feel","feita","feito","feito,","fenêtr","ferramenta","fetch","feuill","few","fez","ficar","ficarão","fichier","figur","file","file,","file.","files.","fill","fill({","fill,","fill:","filter","filter:","fin","final","final,","finale,","finally,","find","finishes,","fiqu","fiquem","first","first,","first.","fit","fix","fixe).","fixo).","flexibilité","flexibl","flexible.","flexível","flexível.","fluid","flux","fly?","foi","fois,","folder,","folder.","folha","follow","following:","fonction","fonctionn","fonctionnalité","fonctionnalités.","fonctionne,","fonctionne.","fonctionnel","fonctionnent.","fonctionnent:","fonctions/constructeur","fond","font","font:","for.","fora","foram","foreachfeatureatpixel","form","form:","forma","forma,","format","format.","format.writefeatures(features);","format:","formatconstructors:","formato","formats.","formula","formula.","formula:","fornec","fornecedor","fornecem","fornecemo","forneceremo","fornecida","fornecido","fortunately,","fourni","fournir","fournis,","fourniss","fournisseur","fournit","fournit.","fourth","fr","fr.zip","fragment","frame","frame,","free","fresh","friendli","fromlonlat","fromlonlat([","fromlonlat([0,","fromlonlat([parsefloat(row.reclong),","full","funciona","funciona.","funcionalidad","funcionalidades.","funcionam","funcionam.","funcionamento","funcionando","funcionando:","function","function(e)","function(evt){","function(feature)","function(feature,","function,","function.","function:","functionality.","fundo","função","função.","funçõ","funções/construtor","fur","further","fácil","g","g,","garantimo","garantir","gardez","gauch","gener","generalizado","geoespaciai","geograph","geográfica","geográficas,","geojson","geojson(),","geojson({featureprojection:","geojson:","geoloc","geometri","geometria","geometria,","geometria.","geometrias,","geometrias.","geometries.","geometry:","geoserv","geoserver.","geospati","geotiff","geotiff({","geotiffs),","geowebcach","gerado","geral","geralment","geralmente,","geramo","gerar","gerarem","gestur","get","get,","getarea(feature.getgeometry());","getcenter(extent),","getcenter)","getcolor(feature)","getcolor(feature),","getcolorstops(name,","give","global","go","goal","good","goût/aperçu.","gp","gps).","gpu","grab","grade","grade.","grand","grandissant","grant","graphic","gratuitament","grau","great","gree,","green","green),","green,","grid","grid.","grill","gross","group","grow","grupo","gyroscop","gyroscope,","gyroscope.","gère","génère","généralisé","génération","générer","générée","géographiqu","géographique:","géographiques,","géographiques.","géométri","géométrie,","géométrie.","géométries.","géospatial","gérer","gérer.","hand","handler","hard","hardest","hauteur","have","haven't","head","header:","header=\"localhost:5173\"","heading);","heading,","heading.","heading.svg',","health.","height","height:","help","helper","herdar","here","here,","high","high)","high));","higher","highlight","histori","histórico","hit","hold","hood,","hora","host","hover","href","html","html,","http","http://epsg.io/","http://epsg.io/,","http://localhost:3000/","http://localhost:5173.","http://localhost:5173/","http://localhost:5173/.","http://localhost:5173/doc/.","http://localhost:5173/map.html","http://localhost:5173/map.html.","http://openlayers.org/en/latest/apidoc/","http://openlayers.org/en/latest/apidoc/ol.layer.image.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html","http://openlayers.org/en/latest/apidoc/ol.layer.tile.html.","http://openlayers.org/en/latest/apidoc/ol.source.imagewms.html.","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html).","http://openlayers.org/en/latest/apidoc/ol.source.tilewms.html.","http://openlayers.org/en/latest/doc/quickstart.html","http://openlayers.org/en/latest/doc/tutori","http://openlayers.org/en/latest/examples/","http://openlayers.org/en/latest/examples/custom","http://stackoverflow.com/questions/tagged/openlay","https://","https://cloud.maptiler.com/tiles/terrain","https://groups.google.com/forum/#!forum/openlay","https://mapbox.com/'","https://ngrok.com.","https://s3.u","https://tiles.openfreemap.org/styles/bright.","https://www.bingmapsportal.com.","https://www.bingmapsportal.com/.","humain","humain)","humanament","humano","humanos)","hundr","há","hériter","i,","i586.exe.","ici","ici,","ici.","icon","icon({","icon,","icon:","id","id.","idea","ideal","ideia","ideia.","identifi","identificador","idé","idée.","il","illumination.","imag","image,","image.","image.name;","image:","imagem","imagem.","imagen","imagens,","imageri","imagery',","imagery,","imagery.","imageryset:","images,","images.foreach((image)","images[imageselector.selectedindex].base;","imageselector","imageselector.addeventlistener('change',","imageselector.appendchild(option);","imaginar","impact","impact.","impacts:","impliqu","import","import,","import.","import:","important","important,","important.","importante.","imported,","imports:","imposs","impossível,","improv","improvável","impérativ","in,","in.","inc.)","inc.).","inclu","inclua","incluant,","includ","included,","incluent","incluez","inclui","incluindo","incluir","incluir,","incluon","inclur","inclus","inclut","incluí","incluída","incluímo","increment","independ","index","index.html","index.html):","index.html,","index.html:","indic","indicar","indices:","indiqu","individu","individuel","inferior","info","infoel","infoelement.innerhtml","inform","informar","information,","informação","informaçõ","informações.","infrar","ingredi","ingredient","ingressar","ingrédient","inici","inicializar","inicializará","inicialização","inicialização,","inicialização.","inicializá","iniciar","iniciaremo","init","initi","initial","initial.","initialis","inlin","input","input,","inquiétez","inscrir","insira","instal","instalado","instalar","install.","installed,","installerez","installez","installé","instanc","instead","instead,","instead.","instead:","instruct","instruçõ","instância","insérez","integr","interact","interaction,","interaction:","interactions,","interactions.","interactions:","interagir","interação","interaçõ","interações,","interess","interest","interfac","intern","internamente,","interne,","interpol","introduct","introduit","introduz","inutil","involv","invé","irá","island","isn't","isso,","isso.","issu","isto","it!","it,","it.","iter","iterativa.","java","java,","java.","javascript","javascript,","javascript.","jetez","jeton","jeu","jeux","jour","jre","json","json.","junção","just","justif","já","keep","key","key,","key.","key:","keyhol","kind","kml","know","knowledg","kompa","kompas()","kompas.","l'affichag","l'ajouton","l'animation.","l'api","l'api,","l'applic","l'archiv","l'arrang","l'attribut","l'avez","l'avon","l'empreint","l'ensembl","l'erreur","l'except","l'exempl","l'exercice,","l'extrêm","l'extérieur","l'historiqu","l'id","l'inform","l'initialis","l'initialisation.","l'interact","l'intérieur","l'intérêt","l'objet","l'objet,","l'ogc","l'onglet","l'option","l'ordr","l'url","l'usg","l'utilis","l'échell","l'échelle.","l'élement","l'élément","l'équival","l'étape","l'état","l'événement","l2a","la","label","lado,","laiss","lancer","land","languag","language)","larg","largament","largement","larger","largeur","largura","largura),","largura,","later","later:","latest","latitud","latitude)","latitude,","latter","layer","layer'","layer,","layer.","layer.setstyle(function(feature,","layer.setstyle(style);","layer.updatestylevariables({level:","layer:","layers,","layers.","layers:","layout","le","learn","left","left:","legível","ler","less","lesson","let'","leur","level","level).","level,","level.","level:","leverag","leçon","librari","library,","library.","lieu","lign","ligne,","ligne.","limit","limitam","line","line')})","line',","line:","linear","lines,","linha","linhas,","link","link());","lire","lisibl","list","listen","listener);","listener.","liter","littéral","litéral","lixo.","liçõ","lié","liée","lo","lo.","load","local","localizaçõ","locat","locate';","locate,","locate.addeventlistener('click',","locate.classnam","locate.innerhtml","location.","location:","loga","logique.):","logo","long","long,","longitud","look","look:","loop","lor","lot","lot,","low,","lower","ls","lugar","lui","léger","m","m\"","m2.5.json',","ma","machin","machine.","made","mai","main.j","main.js):","main.js,","main.js.","main.js:","maintain","mainten","maintenant,","maintenu","maioria","make","manag","maneira","mani","manipul","manièr","manter","mantido","manually,","map","map'","map({","map)","map).","map,","map.","map.:","map.addcontrol(","map.addinteraction(","map.addinteraction(new","map.addlayer(layer);","map.foreachfeatureatpixel(e.pixel,","map.foreachfeatureatpixel(event.pixel,","map.getview().fit(source.getextent(),","map.getview().getprojection()),","map.html","map.html(faz","map.html,","map.html.","map.htmlem","map.on('pointermove',","map.on('singleclick',","map.setlayers([layer]);","map.setview(layer.getsource().getview());","map:","mapa","mapa!","mapa).","mapa,","mapa.","mapa:","mapas.","mapbox","mapboxvector","mapboxvectorlayer({","mapping,","maps,","maps.","maptil","maptiler.","maputnik,","marcar","marcação","marcação,","marg","margin:","markup","markup.","mass","mass:","materials.","math","math.max(low,","math.min(value,","math.pow(clamp((area","math.round(f","math.round(minyear","max","max,","max:","maxresolut","maxresolution:","maxyear","maxzoom:","maîtrisé","mean","meant","measur","measure.","meilleur","meio","melhor","melhora","melhorar","meno","menor","menor.","mercat","mercator.","mergulhar","mesma","mesmo","mesur","meta","metadata","metdata","meteor","meteorit","meteorite,","meteorite.","meteorites,","meteorites...","meteorites.csv","meteorites.updatestylevariables({currentyear:","method","method,","method.","metros.","mettr","mettra","mi","migrat","min","min)","min),","min,","mind","minifi","minified.","minimum","minor","minyear","minyear):","minyear,","minyear;","mise","miss","mission","mobil","mode","mode,","mode.","modif","modifi","modificando","modificar","modificaremo","modificação","modificá","modifier,","modifiez","modifiqu","modify({","modify)","modify,","modify]),","modo","modul","module,","module.","modules,","modules.","moin","mond","monde.","monitor","monter","montr","more","mosaïque.","mostra","mostrando","mostrar","moteur","mouse,","move","mover","much","mudar","mude","muita","muito","multi","multipl","multipli","mundo","mundo.","mvt","mvt(),","máquina","máquina.","máxima","mètres.","mémoire.","méthode","método","même","mínimo,","módulo","módulo,","módulo.","módulos,","módulos.","n'avez","n'ayant","n'est","n'import","na","name","name,","name,mass,year,reclat,reclong","name.","name:","names.","narrow","nation","natur","navegador","navegador).","navegador.","navegador:","navegu","navig","navigateur","navigateur).","navigateur.","navigateur:","navigator.geolocation.watchposition(","navigu","ndvi","ndvi,","ndwi","ne","near","need","needed,","nele","nenhum","nenhuma","nest","nesta","network","new","newbas","next","next,","next.","ngrok'","nice","nice!","nice.","nice:","nicer","nicer:","ninguém","nir","nir)","nir,","niveau","niveaux","no","node","node_modules/openlayers/tasks/build.j","noir","nom","nombreus","nombreux","nome","nommé","none","normal","normalment","nosso","nota","note","noth","notic","notifi","notr","nou","nouveau","nouveau,","nouveaux","nouvel","nova","novament","novamente,","novo","now","now,","now:","npm","npm.","npx","nshades:","num","numa","number","numbers,","numer","não","néanmoin","nécessit","nívei","nível","nó","número","o","object","object.","object:","objet","objetivo","objeto","objetos.","objets.","observ","observador","observation)","obter","obtido","obvious","ocasionando","ocupará","oddli","oeil","oferec","offr","ogc","ol","ol.collect","ol.control.attribut","ol.control.control","ol.control.control.","ol.control.defaults().extend([","ol.control.defaults({","ol.control.scalelin","ol.control.scaleline()","ol.control.scaleline({classname:","ol.featur","ol.feature.","ol.format","ol.format.geojson()","ol.format.geojson).","ol.format.kml({","ol.format.kml).","ol.inherits)","ol.interaction.defaults().extend([","ol.interaction.defaults().extend([draw]),","ol.interaction.defaults().extend([select,","ol.interaction.draw({","ol.interaction.draw.","ol.interaction.interact","ol.interaction.modifi","ol.interaction.modify({","ol.interaction.modify.","ol.interaction.select","ol.interaction.select({","ol.interaction.select({style:","ol.interaction.select.","ol.j","ol.js.","ol.layer.imag","ol.layer.image({","ol.layer.image.","ol.layer.til","ol.layer.tile({","ol.layer.tileopt","ol.layer.vector","ol.layer.vector({","ol.layer.vector,","ol.layer.vector.","ol.map","ol.map({","ol.map:","ol.proj.*.","ol.proj.fromlonlat","ol.proj.fromlonlat([","ol.proj.fromlonlat([126.97,","ol.proj.get('epsg:21781');","ol.proj.project","ol.source.bingmap","ol.source.bingmaps({","ol.source.imagevector","ol.source.imagevector({","ol.source.imagevector,","ol.source.imagevector.","ol.source.imagewms)","ol.source.imagewms).","ol.source.osm","ol.source.osm()","ol.source.tilewm","ol.source.tilewms({","ol.source.tilewms.","ol.source.vector","ol.source.vector(),","ol.source.vector({","ol.source.vector.","ol.source.xyz","ol.style).","ol.style.circl","ol.style.circle({","ol.style.fill({","ol.style.fill({color:","ol.style.icon.","ol.style.stroke({","ol.style.stroke({color:","ol.style.styl","ol.style.style({","ol.style.style,","ol.style.style.","ol.style.text({","ol.view({","ol/layer/vector","ol/layer/webgltil","ol/map","ol/proj","ol/source/geotiff","ol/spher","old","olh","olhando","olhar","olharemo","oliv","olive),","olive,","olive;","olx.layer.tileopt","on","on.","onc","once,","ond","onlin","only.","ont","onto","opac","opacity,","opacity.","opacity:","opcion","open","openlay","openlayers,","openlayers.","openlayers:","openstreetmap","openstreetmap.","oper","operator,","operator.","operators,","oposto,","opposé,","optim","option","option.textcont","optionnel","opção","opçõ","opções,","opções.","or,","oracle.","ordem","order","order.","organ","organisé","organizado","orient","origem","origin","original","os","osm","osm(),","other","otherstyl","otherstyle;","ou","ourselv","ourselves.","out","out,","out.","outil","output","output.","output.innertext","outra","outro","outsid","ouvrez","ouvrir","over","over.","overflow","overview","overview.","où","p","pa","packag","package,","package.","package.json:","pad","padding:","padrão","padrão,","page","page,","page.","page:","papapars","par","par:","para","para:","parabéns!","parait","param","paramet","params:","paramètr","parar","pars","parse('./data/meteorites.csv',","parsed.","parsefloat(control.value)});","parsefloat(row.mass)","parsefloat(row.reclat)]),","parseint(row.year)","parser","parserol.format.kml`).","part","part,","partag","parti","parties.","partir","parâmetro","pass","passada","passamo","passando","passar","passe.","passer","passes.","passo","passon","passé","path","peindr","pela","pelo","pendant","pensar","pensez","peopl","pequena","per","perform","performance.","performances.","pergunta","period","period];","periodstart","periodstart,","perman","permet","permett","permit","permitir","personalizado","personalizado,","personalizados.","personalização","personn","personnalisé","personnalisé,","personnalisées.","perto","pessoa)","petit","peu","peut","peuvent","phase","pi","piec","pilha","pinch","pixel","pixel.","pixels,","pixels.","place","place,","place.","placehold","plaçant","pleinement","plonger","plot","plu","plupart","plus,","plusieur","plutôt","png","png).","pode","podem","podemo","poderia","poderá","poderíamo","point","point(","point(fromlonlat(coords))),","point,","point.","pointer","pointer'","pointer;","pointermov","points,","polygon","polygon,","polygon.","polygones,","polygons.","polígono","polígonos,","ponto","ponto,","ponto.","pontos,","pop","popul","popular","popularisé","popularizado","por","portanto,","portion","pos.coords.accuracy);","pos.coords.latitude];","posit","position,","position.","position:","positon","posição","possa","possam","possibilité","possibl","possuem","possui","possui,","possui.","possível","potentiel","pouco","pour","pourrez","pourrion","pouvant","pouvez","pouvoir","pouvon","pra","pratique.","precis","precisa","precisamo","precisará","preencher","preenchimento.","premier","premier,","premièr","prend","prendr","preocup","preparação","present","preserv","pressionado","pressé","preto","pretti","previou","previous","previousbas","previousbase;","previously,","primari","primarystyl","primarystyle;","primeira","primeiro","principaux","prior","probabl","problema","problème,","problèmes,","proceed.","process","processamento","prochain","procur","product","production,","production.","produção,","produção.","profondeur.","profundidade.","programa","programm","proj:epsg","project","project.","projection,","projection.","projection.setextent([485869.5728,","projection:","projections,","projet","projet.","projetada","projeto","projeto.","projeção","projeção.","projeçõ","projeções,","promis","pronounc","pronto","pronto.","properti","properties.","property).","propo","proposit","propriedad","proprietária","proprietárias.","proprietário","proprietários.","propriétair","propriétaires.","propriété","provavelmente,","provedor","provid","pré","précisément","précédemment,","précédemment:","précédent","précédente,","précédente.","précédentes,","présenté","présupposit","prévia.","prêt","própria,","próxima","próximo","pseudo","pt","pt.zip","publicado","publicament","publics,","publié","puiss","puissent","puission","pull","purpos","página","página.","página:","périmètr","qu'el","qu'il","qu'openlay","qu'un","qual","qualidad","qualidade.","qualité.","qualquer","quand","quando","quantidad","quantité","quatro","que","quel","quelqu","quelqu'un","quer","question","qui","quiser","quisess","quit","r,","raccourci","racin","radiu","radius':","radius,","radius:","rafraichissez","raison","raison,","raiz","ramp","ramp[index];","rang","rapidement!","rapport","raster","raster,","raster.","rate","ratio","re","react","read","readi","realizará","realli","reasons,","recalculé","recarregu","receb","recebeu","receiv","recent","rechargez","reclat)","recommend","recurso","red","red)","red,","red];","redesenhada","redesenhar","reduc","refair","refer","refera","referenci","referenciai","referenciamento","referência","referênciá","reflect","regard","regardez","regardon","regist","registr","registramo","registrando","registrar","região","regular","regular,","rejoign","rel","relacionada","relacionado","relat","relativ","relativament","relative;","release.","relevant","reload","reload.","remont","remontez","remot","remov","remove.","remplacez","remplir","remplissage.","rencontrez","rend","render","render()","render();","render.","rendered.","renderer.","rendering,","rendering.","renderizada","renderizado","renderizado.","renderizam","renderizando","renderizar","renderização","renderização,","renderização.","renderizaçõ","rendr","rendra","rendu","rendu,","repartir","replac","report","reportando","reportar","reposicionando","repositionn","repres","representa","representada","representado","representam","representando","representar","representação","représent","représenté","requer","requerido.","requerimento","request","requestanimationframe(render);","requi","requir","requis.","requisitado","requisitar.","requisitará","requisiçõ","requêt","reset","resolut","resolution)","resolution,","resolução","resolução).","resolução,","resolv","resourc","respectivo","respond","respons","responsável","ressembl","ressourc","resssembl","rest","restrições,","result","result.","result.data.map(","resultado","retornada","retornando","retornar","retornará","retourn","retournera","retrouvé","return","reusado","reutilizados,","revenon","revers","reverse)","revis","revisit","revoyon","revu","rgb","rgb/","rgb/{z}/{x}/{y}.png?key='","rgba","rgba(255,","rich","rien.","right","right,","right.","right:","rise","rodando.","rodar","rode","roll","root","rotat","rotatewithview","rotatewithview:","rotation.","rotulado","roug","rouge:","row","rule","rule:","run","running.","runtim","rápido","rápido.","règle","récupèr","récupérer","récupéré","réelle.","réellement","réfère","référenc","référence.","référencer","référencé","référé,","régulièr","régulière,","régulière.","répertoir","réseau","résolut","résolution).","résultant","résultat","réutilisé","réutilisés,","révisé","rótulo","s'agit","s'arrêter","s2","s3","s3,","s3.","s3://sentinel","sabe","saber","sake","salv","salvar","same","san","satellit","saura","sauvegardez","sauvez","save","scale","scalelin","scaleline:","scratch","script","se","sea","sealevel","search","second","section","section,","secur","see","see,","seen","seen,","segu","seguida,","seguindo","seguint","seguir","seguir:","segundo","seja","sejam","selecionada","selecionando","selecionar","select","select.getfeatures()","selected.","seletor","seletor,","seletores.","seleção","sem","semelhante,","semi","sempr","sen","sendo","sensor","sentido","sentinel","separ","separação","september,","ser","sera","sera:","serait","serem","seria","serial","serializado","serif',","serif;","seront","sert","serv","server","server.","serveur","serveur.","servic","service\"","service)","service,","servidor","servir","servira","servirá","serviço","será","serão","set","set,","setup","seu","seul","seule.","seulement","sever","seção","seção,","seçõ","shader","shaders.","shadi","shadow:","short","show","show,","show.","showcas","shower","shown","si","sign","signatur","signifie.","similair","similaire,","similar","simpl","simples):","simplicidade,","simplicité","simplicité,","simplifi","singl","single,","sintax","sistema","site","size","size:","sld","slider","slider:","slope","slopes.","small","smallest","smallstyl","smartphon","snap","snap({","snapshot","snippet","so:","sobr","sofrer","soient","soil","soit","sol.","solut","solution.","solução","soluçõ","soment","someth","somwher","son","sont","soon","sorti","sou","souhaiteriez","sourc","source'","source)","source,","source.","source.addfeature(new","source.addfeatures(","source.addfeatures([","source.clear()","source.clear();","source.clear(true);","source.getfeatures();","source.getview()","source.getview(),","source.on('change',","source:","sources.","sources:","souri","souris,","souvent","span","span));","spatial","special","specif","specifi","spectra","spectral","spectrum","spectrum,","spectrum.","spent","spheric","spécifi","spécific","spécifion","spécifiqu","spécifiquement,","spécifiques,","src:","stabl","stable.","stac","stack","stadiamaps({","standard","start","start))","start,","startcompass()","startcompass();","started.","static","statique:","statiques.","stay","step","step,","step.","steps,","stick","still","stop","stopvalue1,","stopvalue2,","store","straightforward.","strategies.","strategy.","stratégi","street","string","string.","strings,","strips.","stroke","stroke({","stroke,","stroke:","stroke}","structuré","studio","studio,","stylag","style","style'","style';","style(feature,","style({","style,","style.","style.getimage().setrotation((math.pi","style:","styled.","styler","styler.","styles'","styles.","styles...","styles;","styleurl:","stylez","style}","style});","styling,","styling.","stylé","stylés.","sua","suav","succè","sucesso","sucesso,","such","suit","suit).","suit:","suivant","suivant:","suivantes:","sujet","sum","sum,","sum];","summary.","sunni","suporta","suportado","suposição","supplémentaire.","support","supporté","supposit","sur","sure","surfac","surround","svg","switch","symbol","symboliseur","syntax","system","system,","system.","systèm","são","sélecteur","sélecteur,","sélecteurs.","sélection","sélectionn","sélectionné","sélectionnés.","séparat","sérialisé","símbolo","tableau","tableaux","tada!","tag","tag:","taill","take","talvez","tamanho","também","tant","tarefa","target","target:","task","technology.","tell","tem","temo","temp","tempor","ten","tendo","tenham","ter","term","termin","terminal.","terminal:","termo","terr","terrain","terre:","terremoto","terremoto:","terremotos:","terão","test","testar","teste,","tester","testing.","text","text.","text:","texte.","textfil","textfill,","texto","textstrok","that'","that,","that:","them.","therefore,","thicker","thing","thing)","think","this,","this.","this:","those","though","thousand","three","through","throughout","thème","tiff","tiff)","tile","tile.","tiled:","tilelay","tilelayer({","tiles,","tiles.","tileset","tileset:","tilesize:","time","time,","time.","tipo","titl","title,","title:","titr","tiver","toda","todo","token","ton","too?","tool","tool!","top","top),","top:","topolog","topology.","torna","tornam","tornar","tou","touch","toujour","tout","town',","trabalhado","trabalham","trabalhando","trabalhar","trabalharemo","trace","trade","trait","traitement","tranchée.","transfer","transform","transformaçõ","transformextent(","transformextent,","transit","transiçõ","transições,","transpar","trata.","tratar","travail","travail:","travaillé","trecho","tremblement","tri","trickiest","trigger","trocando","troi","trop","troqu","trouvent","trouver","trouveront","trouvez","true","true),","true,","true}","trè","trê","tudo","tuil","tuiles.","tuilé","two","type","type:","typeerror:","typeof","types.","typic","typiqu","tâche","télécharger","téléchargerez","título","tópico","ui","um","uma","un","uncaught","undefin","under","understand","unidad","uninteresting.","uniqu","unique:","unit","unité","unselect","unstyl","unveget","up","up,","updat","updatestylevariables()","updatevisu","updatevisualization()","updatevisualization();","updatevisualization);","upload","upon","upright,","upwards.","uri","url","url,","url.","url:","us","us.","usa","usada","usado","usag","usamo","usando","usar","usaria","use.","use:","user","user'","user.","usg","uso","usou","usual","usual,","usual:","usuário","usuário,","usuário.","usuários,","usá","util","utilis","utilisateur","utilisateurs,","utilisateurs.","utiliseriez","utilisez","utilison","utilisé","utilisées.","utilities.","utility,","utilizada","utilizado","utilizamo","utilizando","utilizar","utilizará","utilizará.","utm","v20","v9',","va","vai","valeur","valeurs,","valeurs.","validité","valor","valores,","valores.","valu","value,","value.","values,","values.","vamo","vantagen","vapor","var","variabl","variable,","variables:","variat","vasto","vecteur","vecteur,","vecteur.","vector","vectorlay","vectorlayer({","vectorsourc","vectorsource();","vectorsource({","vectorsource.","vectorsource}","vectortil","vectortilelay","vectortilelayer({","vectortilelayer,","vectortilesourc","vectortilesource({","vectortilesource:","veget","vegetated)","vegetated).","veja","veja:","vejamo","vem","venant","venir","ver","veri","verifi","verifiqu","vermelha:","vermelhas,","verrez","version","version,","versions,","versu","versão","vertex","vertic","vertices.","verá","vetor","vetori","vetoria","vetoriai","vetoriais,","vetoriais.","vetorial,","vetorial.","vez","vez,","veze","via","vient","view","view({","view,","view.","view:","viewer","viewport","viewport:","view}","vimo","vindo","vir","virtual","virtuel","visibilité","visibl","visible.","visitar","visitez","visitées.","vista","visual","visual.","visualizar","visualization)","visualization):","visualization);","visualization.","visualization.max,","visualization.name;","visualization.sources.map((id)","visualization.style,","visualizations,","visualizations.foreach((visualization)","visualizations[visualizationselector.selectedindex];","visualizationselector","visualizationselector.addeventlistener('change',","visualizationselector.appendchild(option);","visualização","visualização.","visualizou.","visualizá","visuel","visuelle.","visão","visível.","vite","vite.","vizinhança","vo","você","você.","voici","void","voie","voir","voir,","voir:","voisins,","voit","voltar","votr","vou","voulez","vous.","voyez","vraiment","vu","vue","vue.","vária","vérifier","vérifiez","walk","want","watchposition()","water","wave","wavelength","wavelengths.","way","we'll","we'r","we'v","web","web,","web:","webgl","webgl,","webgl.","webgltil","webglvectorlay","webglvectorlayer({","webkit","webmapping.","webpage.","weight:","welcom","well,","well.","west","wg","whenev","wherev","whether","white;","whole","wide","widget","width","width:","window","window)","window.deviceorientationev","windows,","without","wm","wms,","wms.","work","work.","works,","workshop","workshop,","workshop.","workshop:","world","wouldn't","write","x","x64.exe.","xyz","xyz({","xyzsource.","y","year","year,","year:","yearel","yearelement.innertext","years,","you'll","you'r","you'v","y}.pbf',","z","z\"","zero.","zindex.","zindex:","zip,","zone","zoom","zoom)","zoom,","zoom.","zoom:","{","{apply}","{circular}","{fill,","{fromextent}","{fromlonlat}","{getarea}","{getcenter}","{layers:","{map,","{mapboxvectorlayer}","{parse}","{stadiamaps,","{stroke,","{style,","{transformextent}","{x}","{y}","{z}","{},","||","}","})","})()","})();","})),","}),","});","})];","},","};","à","área","área.","é","é,","é:","échell","éditeur","également.","élement","élément","élément.","étape","étapes.","étiquett","été","étéendu","éviter","événement","ête","être","ínve","última","último","única","único","único:","útei","–","—"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"OpenLayers Workshop\nWelcome to the OpenLayers Workshop. This workshop is designed to give you a comprehensive overview of OpenLayers as a web mapping solution.\nSetup\nThese instructions assume that you are starting with an openlayers-workshop-en.zip archive from the latest workshop release. In addition, you'll need Node v20 or higher installed to run a development server for the workshop.\nAfter extracting the zip, change into the openlayers-workshop-en directory and install some additional dependencies:\nnpm install\nNow you're ready to start the workshop development server. This serves up the workshop documentation in addition to providing a module bundler for the OpenLayers library.\nnpm start\nThis will start a development server where you can read the workshop documentation and work through the exercises. You should be able to confirm that things are working by seeing an alert pop up at http://localhost:5173/. You can read through the workshop documentation at http://localhost:5173/doc/.\nOverview\nThis workshop is presented as a set of modules. In each module you will perform tasks designed to achieve a specific goal for that module. Each module builds upon lessons learned in previous modules and is designed to iteratively build up your knowledge base.\nThe following modules will be covered in this workshop:\n\nBasics - Learn how to add a map to a webpage.\nVector Data - Working with vector data.\nMobile Maps and Sensors - Mobile maps with GPS and compass.\nGeoTIFF Rendering - Generate and visualize data tiles from GeoTIFF sources.\nVector Tiles and Mapbox Styles - Create beautiful maps with vector tiles.\nWebGL Point Rendering - Render points with WebGL.\nDeploying - Building applications for production.\n\n"},"basics/":{"url":"basics/","title":"Basics","keywords":"","body":"Basics\nMake sure you've completed the setup instructions to install dependencies and get the development server running.\nNow that we have set up our development environment, let's get started by creating a simple web page with an OpenLayers map, and understand the code.\nIn OpenLayers, a map is a collection of layers that get rendered to a web page. To create a map, you need some markup (HTML) that creates the map viewport (e.g. a element), a bit of style to give the map viewport the appropriate dimensions on your page, and map initialization code.\nOpenLayers supports different kinds of layers:\n\nTile layers for tiled raster tile sets\nImage layers for static images or images that are provided on demand for the map's extent\nVector layers for vector data from static files or for the map's current extent\nVector tile layers for tiled vector tile sets\n\nIn addition to the layers and the view, a map can be configured with a set of controls (i.e. UI elements on top of the map) and interactions (i.e. components that react to touch or pointer gestures on the map).\nThe markup\nThere should be an existing index.html file at the root of the workshop directory. Let's replace it with the following code:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nThe markup includes a with an id of map-container that serves as the target container for the map. The makes the map container fill the whole page.\nThe application\nTo work with OpenLayers, we install the ol package from npm. This was already done in the previous npm install step. If you were starting from scratch on a new application, you would run npm install ol in the terminal.\nAs entry point of the application, we create a main.js file, and also save it in the root of the workshop directory:\nimport OSM from 'ol/source/OSM';\nimport TileLayer from 'ol/layer/Tile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new OSM(),\n }),\n ],\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nThe imports at the top bring in the required modules from the ol package. With everything we need imported, we create a Map. The target points to the container we have in our markup. We configure the map with a tiled image layer (TileLayer) and an XYZSource. Finally, the View defines the initial zoom, and the center of the map in the view projection. To provide geographic coordinates, we use the fromLonLat helper function from the ol/proj module.\nViewing the map\nNow our application is ready for testing. Let's open the working map in a web browser: http://localhost:5173/. This is how it should look:\nA map of the world\nFurther reading\nIn the final chapter of the workshop, we will learn how create a production build of the application for deployment.\nAs a starting point for your own applications, we recommend looking at the examples.\nThe API documentation provides reference to all classes and functions of OpenLayers.\n"},"basics/map.html":{"url":"basics/map.html","title":"Criando um mapa","keywords":"","body":"Criando um mapa\nNo OpenLayers, uma mapa é uma coleção de camadas e várias interações e controles para interagir com o usuário. Um mapa é gerado a partir de três ingredientes básicos: marcação, declarações de estilo e código de inicialização.\nExemplo completo\nVejamos um exemplo completo de um mapa OpenLayers.\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nCertifique-se de ter completado a preparação do ambiente para instalar as dependências e ter o servidor de depuração rodando. \n\nCopie o texto acima em um arquivo chamado map.html e salve-o no diretório raiz do workshop.\n\nAbra o arquivo em seu navegador: http://localhost:5173/map.html\n\n\nUm mapa completo exibindo uma imagem do mundo\nTendo criado nosso primeiro mapa com sucesso, examinaremos o exemplo de forma mais detalhada.\n"},"basics/dissect.html":{"url":"basics/dissect.html","title":"Dissecando o seu mapa","keywords":"","body":"Dissecando o seu mapa\nComo demonstrado na seção anterior, um mapa é gerado a partir da junção da marcação, declarações de estilo e código de inicialização. Olharemos cada uma dessas partes com um pouco mais detalhe.\nMarcação HTML para o mapa\nA marcação para o mapa no exemplo anterior criou um elemento DOM único:\n \n\nEste elemento servirá como contêiner para visualização de nosso mapa. Aqui usamos um elemento , mas o contêiner pode ser qualquer elemento do tipo \"block\".\nNeste caso, fornecemos um id para o elemento, dessa forma, podemos referênciá-lo como target de nosso mapa.\nEstilo do mapa\nO OpenLayers vem com uma folha de estilo padrão que especifica como os elementos relacionados ao mapa devem ser exibidos. Nós temos que incluí-la na página map.html ().\nO OpenLayers não atribui nenhum tamanho padrão para o seu mapa. Assim, seguindo a folha de estilo default, nós precisamos incluir, no mínimo, uma declaração para informar o tamanho que o mapa ocupará na página.\n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n\nNeste caso, nós estamos usando o id da div definida anteriormente como seletor e especificando a largura (512px) e a altura (256px) do mapa.\nEstas declarações de estilo estão incluídas diretamente no de nosso documento. Na maioria dos casos, as declarações de estilo relacionadas ao seu mapa ficarão em um arquivo CSS externo.\nInicialização do Mapa\nO próximo passo para gerar o seu mapa é incluir algum código para inicializá-lo. No nosso caso, incluímos o elemento na parte inferior do elemento do documento.\n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n\nA ordem desses passos é importante. Antes do nosso script ser executado, o OpenLayers deve ser carregado. No nosso exemplo, o OpenLayers é carregado no do documento com o elemento .\nDe forma semelhante, a inicialização do nosso mapa no código acima, não pode ser executada até que o elemento que servirá como contêiner, neste caso o , estar pronto. Incluindo o código na parte inferior do elemento , nós garantimos que o código da biblioteca está carregado e que o contêiner está pronto para receber nosso mapa.\nVamos olhar com mais detalhe o que o código de inicialização do mapa está fazendo. Nosso script cria um novo objeto ol.Map com algumas opções de configuração:\n target: 'map'\n\nNós usamos o id do contêiner para informar ao construtor do objeto onde o mapa deve ser renderizado. Neste caso, passamos a string \"map\" como target para o construtor do mapa. Esta sintaxe é um atalho para conveniência. Nós poderíamos ser mais explícitos e fornecer uma referência direta para o elemento (ex. document.getElementById(\"map\")).\nO trecho layers configura uma camada que será exibida em nosso mapa:\n layers: [\n new ol.layer.Tile({\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n\nNão se preocupe com a sintaxe aqui se ela for nova pra você. A criação de camadas será vista em outro módulo. A parte importante é entender que a visualização de nosso mapa é uma coleção de camadas. Para ver um mapa, nós precisamos incluir pelo menos uma camada.\nO passo final é a definição da view. Nós especificamos uma projeção (projection), um centro (center) e um nível de zoom (zoom). Nós também fornecemos uma resolução máxima (maxResolution) para garantir que não faremos requisições de bounding boxes que o GeoWebCache não possa antender.\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n\nVocê acaba de dissecar com sucesso o seu primeiro mapa! Em seguida, aprenderemos mais sobre o desenvolvimento com o OpenLayers.\n"},"basics/resources.html":{"url":"basics/resources.html","title":"Recursos úteis","keywords":"","body":"Recursos sobre o OpenLayers\nO OpenLayers contém um vasto número de funcionalidades. Embora os desenvolvedores tenham trabalhado duro para criar exemplos destas funcionalidades e tenham organizado o código de forma a permitir que outros desenvolvedores experientes possam descobrí-las por conta própria, muitos usuários encontram dificuldades para começar do zero.\nAprenda a partir dos exemplos\nNovos usuários, provavelmente, acharão que mergulhar nos exemplos do OpenLayers é a melhor forma de começar.\n\nhttp://openlayers.org/en/latest/examples/\n\nConsulte a documentação\nPara mais informações sobre tópicos específicos, navegue pela crescente documentação do OpenLayers.\n\nhttp://openlayers.org/en/latest/doc/quickstart.html\nhttp://openlayers.org/en/latest/doc/tutorials\n\nEncontre a referência da API\nDepois de entender os componentes básicos que constroem e controlam o mapa, procure na documentação da API detalhes sobre as propriedades e os métodos disponibilizados pelos objetos. Se você quer ver somente a parte estável da API, certifique-se de marcar a caixa de seleção Stable Only.\n\nhttp://openlayers.org/en/latest/apidoc/\n\nFaça parte da comunidade\nO OpenLayers é suportado e mantido pela comunidade de desenvolvedores e por usuários como você. Se tem perguntas ou código para contribuir, você pode utilizar a tag openlayers no Stack Overflow ou pode ingressar no grupo de discussão de desenvolvedores.\n\nhttp://stackoverflow.com/questions/tagged/openlayers\nhttps://groups.google.com/forum/#!forum/openlayers-dev\n\nReportando problemas\nPara reportar problemas é importante entender as maneiras como a biblioteca OpenLayers é distribuída:\n\nol.js - script que é feito utilizando o compilador Closure em modo avançado (não legível por humanos)\nol-debug.js - versão legível para humanos utilizada durante o desenvolvimento\n\nQuando encontrar um bug, é importante que reporte utilizando a versão ol-debug.js. Também inclua a pilha completa da exceção. Você pode visualizá-la por meio de ferramentas de desenvolvimento Web, como a Developer Tools disponível no Chrome. Para fazer um teste, faremos um erro proposital no arquivo map.html trocando ol.layer.Tile por ol.layer.Image. A exceção que você verá é: Uncaught TypeError: undefined is not a function. Se reportar esse erro para o grupo de discussão, ninguém irá saber do que se trata. Assim, a primeira coisa a fazer, é mudar a tag script para que ela aponte para ol-debug.js ao invés de ol.js. Recarregue a página. O depurador agora irá parar no local do erro e podemos ver a pilha completa da exceção.\nUm breakpoint no depurador\n"},"layers/":{"url":"layers/","title":"Camadas e Fontes de Dados","keywords":"","body":"Camadas e Fontes de Dados\n\nFontes WMS\nFontes de blocos de dados de imagem (tiles)\nFornecedores proprietários de blocos de dados de imagem\nDados vetoriais\nFontes de imagens vetoriais\n\n"},"layers/wms.html":{"url":"layers/wms.html","title":"Fontes WMS","keywords":"","body":"Camadas WMS (Web Map Service)\nQuando você adiciona uma camada ao seu mapa, a fonte de dados da camada é, geralmente, responsável por obter os dados a serem exibidos. O dado requisitado pode ser do tipo raster ou vetorial. Você pode pensar no raster como uma informação renderizada pelo servidor em formato de imagem. Por outro lado, um dado vetorial é entregue pelo servidor como uma informação estruturada e pode ser renderizada pelo cliente (seu navegador).\nExistem diferentes serviços que fornecem dados do tipo raster. Esta seção apresenta os provedores que estão em conformidade com a especificação OGC (Open Geospatial Consortium, Inc.) Web Map Service (WMS).\nCriando uma camada\nIniciaremos com um exemplo completo e modificaremos as camadas para uma melhor compreensão de como elas funcionam.\nVamos examinar o seguinte código:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nSe você ainda não tiver feito, salve o texto acima como map.html no diretório raiz do workshop.\n\nAbra a página no seu navegador para confirmar que está funcionando: http://localhost:5173/map.html\n\n\nO construtor da classe ol.layer.Tile\nO construtor da classe ol.layer.Tile aceita como parâmetro um objeto literal do tipo ol.layer.TileOptions veja: http://openlayers.org/en/latest/apidoc/ol.layer.Tile.html.\nNeste caso, nós estamos passando a chave source por meio do objeto ol.source.TileWMS.\nA camada pode receber um título humanamente legível por meio da chave title, mas qualquer nome arbitrário para a chave pode ser fornecido aqui.\nNo OpenLayers existe uma separação entre as camadas (layers) e as fontes de dados (sources), apesar de no OpenLayers 2 tudo fazer parte da camada.\nol.layer.Tile representa uma grade regular de imagens, ol.layer.Image representa uma única imagem. Dependendo do tipo de camada, você pode usar uma fonte de dados diferente (ol.source.TileWMS versus ol.source.ImageWMS).\nO construtor da classe ol.source.TileWMS\nO construtor da classe ol.source.TileWMS tem um único argumento (ver: http://openlayers.org/en/latest/apidoc/ol.source.TileWMS.html).\nurl é o endereço do provedor WMS e params é um objeto literal com os nomes dos parâmetros e seus respectivos valores. Somente o parâmetro LAYERS é requerido. Neste exemplo, adicionamos TILED: true, uma extensão específica do Geoserver para melhorar o cache dos blocos (tiles) gerados pelas camadas WMS.\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ]\n\nTarefas\n\nEste mesmo servidor WMS fornece uma camada Natural Earth chamada 'ne:NE1_HR_LC_SR_W_DR'. Mude o valor do parâmetro LAYERS de 'nasa:bluemarble' para 'ne:NE1_HR_LC_SR_W_DR'.\nSeu construtor da classe ol.layer.Tile deve ficar assim: \n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'ne:NE1_HR_LC_SR_W_DR', TILED: true}\n })\n })\n\n\nMude sua camada e fonte de dados para ter uma imagem única ao ínves dos tiles. Olhe a documentação da API para algumas dicas: http://openlayers.org/en/latest/apidoc/ol.layer.Image.html e http://openlayers.org/en/latest/apidoc/ol.source.ImageWMS.html. Use a aba Network da ferramenta para desenvolvedores do seu navegador para checar se somente uma única imagem está sendo retornada ao invés de blocos de 256x256 pixels.\nUma camada WMS como uma fonte de dados de imagem\n\n\nParabéns! Você acabou de renderizar dados dinâmicos obtidos por meio de um serviço WMS, vamos aprender mais sobre serviços de tiles cacheados.\n"},"layers/cached.html":{"url":"layers/cached.html","title":"Fontes de blocos de dados de imagem (tiles)","keywords":"","body":"Tiles cacheados\nPor padrão, a camada Tile faz requisições para obter imagens de 256 x 256 pixels de modo a preencher a área de visualização do mapa. Conforme você move ou faz zoom no mapa, mais requisições são disparadas para preencher áreas que você ainda não visualizou. Enquanto seu navegador faz o cache de algumas imagens, muito processamento é normalmente exigido do servidor para renderizar imagens dinamicamente.\nComo esse tipo de camada faz requisições de imagens numa grade regular, é possível para o servidor fazer cache dessas requisições e retornar o resultado cacheado na próxima vez que você (ou outra pessoa) visitar a mesma área - ocasionando uma melhora no desempenho.\nol.source.XYZ\nA especificação WMS é muito flexível em termos do que um cliente pode requisitar. Sem restrições, isto faz com que seja muito difícil, ou até mesmo impossível, fazer cache.\nNo extremo oposto, um serviço pode oferecer tiles somente para níveis de zoom pré-determinados e somente para uma determinada grade. Isto pode ser generalizado como uma camada tiled com uma fonte de dados XYZ - você pode considerar X e Y para indicar a coluna e a linha da grade e Z para representar o nível de zoom.\nol.source.OSM\nO projeto OpenStreetMap (OSM) é um esforço para coletar e disponibilizar gratuitamente dados geoespaciais para o mundo. O projeto fornece diferentes renderizações de seus dados como conjuntos de tiles cacheados. Estas renderizações estão em conformidade com o arranjo básico da grid XYZ e podem ser usadas num mapa OpenLayers. A fonte de dados ol.source.OSM acessa os tiles fornecidos pelo OpenStreetMap.\nTarefas\n\nAbra o arquivo map.html da seção anterior num editor de texto e mude o código de inicialização do mapa conforme abaixo:\n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n }),\n controls: ol.control.defaults({\n attributionOptions: {\n collapsible: false\n }\n })\n });\n \n\n\nNo do mesmo documento, adicione algumas declarações de estilo para a camada: \n \n #map {\n width: 512px;\n height: 256px;\n }\n .ol-attribution a {\n color: black;\n }\n \n\n\nSalve suas alterações e atualize a página no seu navegador: http://localhost:5173/map.html \nUma camada `tiled` com uma fonte OSM\n\n\nOlhando mais de perto\nProjeções\nRevise a definição de visualização do mapa:\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n })\n\nDados geoespaciais podem vir em qualquer sistema de coordenadas. Um conjunto de dados pode usar coordenadas geográficas (longitude e latitude) em graus e outro pode usar coordenadas numa projeção local com unidades em metros. Uma discussão completa sobre sistemas de coordenadas referenciais está fora do escopo deste módulo, mas é importante entender o conceito básico.\nO OpenLayers precisa saber o sistema de coordenadas de seus dados. Internamente, isto é representado pelo objeto ol.proj.Projection mas também pode ser fornecida uma string.\nOs tiles do OpenStreetMap que você utilizará está na projeção de Mercator. Por causa disso, nós precisamos atribuir o centro do mapa utilizando coordenadas desta projeção. Considerando que é relativamente fácil encontrar coordenadas de um lugar de interesse em coordenadas geográficas, nós usamos o método ol.proj.fromLonLat para converter coordenadas geográficas ('EPSG:4326') para coordenadas Mercator ('EPSG:3857').\nProjeções alternativas\nO OpenLayers inclui transformações entre sistemas de coordenadas geográficas ('EPSG:4326') e Web Mercator ('EPSG:3857'). Por isso, conseguimos utilizar a função ol.proj.fromLonLat sem qualquer esforço extra. Se você quiser trabalhar com dados em outras projeções, você precisará de algumas informações adicionais antes de usar as funções ol.proj.*.\nPor exemplo, se quiser trabalhar com dados no sistema de coordenadas 'EPSG:21781', você precisa incluir duas tags de script em sua página:\n \n \n\nEm seguida, no código de sua aplicação, você pode registrar esta projeção e atribuir sua extensão (extent):\n // This creates a projection object for the EPSG:21781 projection\n // and sets a \"validity extent\" in that projection object.\n var projection = ol.proj.get('EPSG:21781');\n projection.setExtent([485869.5728, 76443.1884, 837076.5648, 299941.7864]);\n\nO extent pode ser obtido no site http://epsg.io/ usando o código EPSG.\nCriação da camada\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n\nComo antes, nós criamos uma camada e a adicionamos ao array layers do objeto de configuração do mapa. Desta vez, nós aceitamos todas as opções default para a fonte de dados.\nStyle\n .ol-attribution a {\n color: black;\n }\n\nUm aprofundamento sobre os controles do mapa também está fora do escopo deste módulo, mas estas declarações fornecem uma prévia. Por padrão, um controle ol.control.Attribution é adicionado a todos os mapas. Isto permite que as fontes de dados possam fornecer informações de atribuição sobre a área de visualização do mapa. As declarações acima, alteram o estilo desta atribuição para o nosso mapa (note a linha de Copyright sobre a parte inferior direita do mapa).\nConfiguração do controle Attribution\nPor padrão, o controle ol.control.Attribution adiciona um botão i (informação) que pode ser pressionado para mostrar a informação de atribuição. Para ficar em conformidade com os Termos de Uso do OpenStreetMap e sempre mostrar a informação de atribuição, a seguinte opção é passada para o construtor do objeto ol.Map:\n controls: ol.control.defaults({\n attributionOptions: {\n collapsible: false\n }\n })\n\nIsto remove o botão i e faz com que a informação de atribuição esteja sempre visível.\nTendo dominado as camadas de tiles cacheados publicamente disponíveis, trabalharemos a seguir com camadas raster proprietárias.\n"},"layers/proprietary.html":{"url":"layers/proprietary.html","title":"Fornecedores proprietários de blocos de dados de imagem","keywords":"","body":"Camadas raster proprietárias\nNas seções anteriores, nós exibimos camadas que estão em conformidade com o padrão WMS (OGC Web Map Service) e um cache personalizado de tiles. Os mapas online (ou pelo menos os clientes de mapa em blocos) foram largamente popularizados pela disponibilização de serviços de tiles proprietários. O OpenLayers fornece tipos de camadas que trabalham com esses serviços proprietários por meio de suas APIs.\nNesta seção, continuaremos trabalhando sobre o exemplo da seção anterior, adicionando uma camada tiles do Bing.\nBing!\nVamos adicionar uma camada Bing!\nTarefas\n\nNo seu arquivo map.html, encontre o local onde foi configurada a fonte OSM (OpenStreetMap) e mude para ol.source.BingMaps\n source: new ol.source.BingMaps({\n imagerySet: 'Road',\n key: ''\n })\n\nNota - A API do Bing requer que você registre uma chave para usá-lo dentro de sua aplicação. Este exemplo usa uma chave que você não deve utilizar em produção. Para usar em produção, registre uma chave em: https://www.bingmapsportal.com/.\n\nSalve as alterações e recarregue o arquivo map.htmlem seu navegador: http://localhost:5173/map.html\nUm mapa com uma camada Bing\n\n\nExemplo completo\nSeu arquivo map.html deveria estar assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n .ol-attribution a {\n color: black;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.BingMaps({\n imagerySet: 'Road',\n key: ''\n })\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([126.97, 37.56]),\n zoom: 9\n })\n });\n \n \n\n\n"},"layers/vector.html":{"url":"layers/vector.html","title":"Dados vetoriais","keywords":"","body":"Camadas vetoriais\nCamadas vetoriais são representadas pela classe ol.layer.Vector e delegam para o cliente a renderização dos dados. Atualmente, o OpenLayers suporta uma renderização vetorial completa utilizando o Canvas, mas somente geometrias do tipo ponto no WebGL.\nRenderizando features no cliente\nVamos voltar ao exemplo WMS para gerar um mapa básico do mundo. Adicionaremos algumas geometrias sobre o mapa numa camada vetorial.\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nAbra o arquivo map.html no seu editor de texto e copie o conteúdo inicial do exemplo WMS. Salve suas alterações e confirme que está funcionando no seu navegador: http://localhost:5173/map.html\n\nNo seu código de inicialização, adicione outra camada depois da camada Tile (cole o código abaixo). Isto adiciona uma nova camada vetorial ao seu mapa. Ela requisitará um conjuntos de features armazenadas no formato GeoJSON:\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n\nLocalizações de terremoto\n\n\nOlhando mais de perto\nVamos examinar a criação da camada vetorial para termos uma ideia do que está acontecendo.\nnew ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n})\n\nA camada recebe o título de 'Earthquakes' e algumas outras opções. Dentre as opções, incluímos uma chave source do tipo ol.source.Vector que aponta para uma url. Além disso, fornecemos o formato (format) que será utilizado para fazer o parser dos dados.\nNota - Caso você quisesse estilizar features em função de algum atributo, você usaria uma função de estilo ao invés do ol.style.Style para a opção style da classe ol.layer.Vector.\nTarefa de Bônus\n\nOs círculos brancos no mapa representam um objeto ol.Feature da sua camada ol.layer.Vector. Cada uma dessas features, possui as propriedades title e summary. Registre um listener 'singleclick' no mapa que chama o método forEachFeatureAtPixel e mostra informações sobre o terremoto abaixo do mapa.\n\nOs dados da camada vetorial são de um feed publicado pela USGS (http://earthquake.usgs.gov/earthquakes/catalogs/). Veja se você consegue encontrar informações adicionais em formatos suportados pelo OpenLayers. Se você salvar outro documento no diretório data, você deve ser capaz de visualizá-lo por meio de uma camada vetorial. \n\n\nSoluções\nVocê pode adicionar uma div info abaixo do seu mapa para responder a primeira tarefa de bônus:\n\n\ne adicionar o seguinte código JavaScript para mostrar o título do objeto que recebeu o clique:\nmap.on('singleclick', function(e) {\n var feature = map.forEachFeatureAtPixel(e.pixel, function(feature) {\n return feature;\n });\n var infoElement = document.getElementById('info');\n infoElement.innerHTML = feature ? feature.get('title') : '';\n});\n\n"},"layers/imagevector.html":{"url":"layers/imagevector.html","title":"Fontes de imagens vetoriais","keywords":"","body":"Fontes de imagens vetoriais\nNo exemplo anterior usando a classe ol.layer.Vector, você pode ver que as features são redesenhadas continuamente durante o zoom (o tamanho dos símbolos que representam o ponto continua fixo). Com uma camada vetorial, o OpenLayers irá redesenhar a fonte de dados cada vez que o mapa sofrer algum deslocamento. Isto fornece uma renderização consistente das linhas, pontos, símbolos e rótulos de acordo com a resolução atual do mapa.\nUma estratégia alternativa é evitar essa re-renderização durante as transições, reposicionando e escalando a geometria em função do seu estado anterior. Isto é possível com o uso conjunto das classes ol.layer.Image e ol.source.ImageVector. Com esta combinação, \"snapshots\" dos seus dados são renderizados quando a visualização não está sendo alterada e estes snapshots são reusados durante as transições de visualização.\nO examplo abaixo usa as duas classes citadas acima. Emborar este exemplo renderize somente uma pequena quantidade de dados, esta combinação seria apropriada para aplicações que renderizam uma grande quantidade de dados estáticos.\nol.source.ImageVector\nVamos agora voltar ao exemplo dos dados sobre terremotos:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 0,\n maxResolution: 0.703125\n })\n });\n \n \n\n\nTarefas\n\nAbra o arquivo map.html no seu editor de texto e copie o conteúdo do exemplo acima. Salve as alterações e confirme o funcionamento no navegador: http://localhost:5173/map.html\n\nAltere a camada vetorial para:\n new ol.layer.Image({\n title: 'Earthquakes',\n source: new ol.source.ImageVector({\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n })\n\n\nRecarregue a página http://localhost:5173/map.html no navegador\nNota - Você verá os mesmos dados vetoriais, mas representados como uma imagem. Ainda será possível fazer a detecção das geometrias, mas os dados vetoriais terão uma qualidade menor. Assim, é essencialmente um trade-off entre desempenho e qualidade. \n\n\nOlhando mais de perto\nVamos examinar a criação da camada para entender o que está acontecendo.\n new ol.layer.Image({\n title: 'Earthquakes',\n source: new ol.source.ImageVector({\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 3,\n fill: new ol.style.Fill({color: 'white'})\n })\n })\n })\n })\n\nNós estamos usando a classe ol.layer.Image ao invés da ol.layer.Vector. Entretanto, nós podemos ainda usar os dados vetoriais a partir da classe ol.source.ImageVector, fazendo uso da fonte original da classe ol.source.Vector. Observe que o estilo é fornecido para a configuração da classe ol.source.ImageVector e não para a camada.\nTarefas de bônus\n\nVerifique se a detecção da feature continua funcionando registrando um listener 'singleclick' ao mapa e chamando o método forEachFeatureAtPixel sobre ele. Exiba as informações retornadas abaixo da área do mapa.\n\n"},"controls/":{"url":"controls/","title":"Controles e Interações","keywords":"","body":"Controles e Interações\n\nControle ScaleLine\nInteração Select\nInteração Draw\nInteração Modify\n\n"},"controls/scaleline.html":{"url":"controls/scaleline.html","title":"Controle ScaleLine","keywords":"","body":"Mostrando a barra de escala\nA barra de escala é um controle muito comum de encontrarmos num mapa. O OpenLayers fornece uma classe ol.control.ScaleLine para isso.\nCriando um controle ScaleLine\nTarefas\n\nAbra o arquivo map.html no seu editor.\n\nEm algum lugar na configuração do mapa, adicione o código para criar o controle ScaleLine:\ncontrols: ol.control.defaults().extend([\n new ol.control.ScaleLine()\n]),\n\n\nSalve suas alterações e abra o arquivo map.htmlem seu navegador: http://localhost:5173/map.html\nO controle ScaleLine na parte inferior esquerda\n\n\nReposicionando o controle\nTalvez você ache um pouco difícil enxergar o controle sobre a imagem. Há algumas alternativas para melhorar a visualização da escala. Se você quiser manter o controle na região do mapa, você pode adicionar algumas declarações de estilo ao seu documento. Vamos testar alterando a cor de fundo e alterando o padding do controle:\n .ol-scale-line {\n background: black;\n padding: 5px;\n }\n\nContudo, a título de exemplo, vamos imaginar que seu mapa já esteja com muitas informações. Para evitar adicionar mais um controle sobre ele, podemos exibir o ScaleLine em um local diferente. Para isso, precisamos criar um elemento de marcação adicional e dizer para o controle o novo local de renderização.\nTarefas\n\nCrie um novo elemento em nível de bloco no de sua página. Para tornar mais fácil o referenciamento deste novo elemento, forneceremos um identificador através do atributo id. Insira o seguinte código em algum lugar dentro do elemento da sua página map.html(faz sentido colocá-lo logo depois do trecho ):\n \n\n\nAgora modifique o código criando o controle ScaleLine e fazendo com que ele referencie este elemento:\n controls: ol.control.defaults().extend([\n new ol.control.ScaleLine({className: 'ol-scale-line', target: document.getElementById('scale-line')})\n ]),\n\n\nSalve suas alterações e abra o arquivo map.html no navegador: http://localhost:5173/map.html \n\nDefina a posição do controle com, por exemplo, a seguinte declaração CSS:\n .scale-line {\n position: absolute;\n top: 350px;\n }\n .ol-scale-line {\n position: relative;\n bottom: 0px;\n left: 0px;\n }\n\n\nSalve suas alterações e abra o arquivo map.html novamente no navegador: http://localhost:5173/map.html \nO controle ScaleLine fora do mapa\n\n\nNota - Para criar um controle personalizado você pode herdar (usando a classe ol.inherits) da classe ol.control.Control. Para ver um exemplo, veja: http://openlayers.org/en/latest/examples/custom-controls.html.\n"},"controls/select.html":{"url":"controls/select.html","title":"Interação Select","keywords":"","body":"Selecionando features\nComo vimos no módulo sobre camadas, nós podemos colocar features vetoriais sobre o mapa. Uma das vantagens dos dados vetoriais é que usuários podem interagir com eles. Neste exemplo, criaremos uma camada vetorial na qual os usuários podem selecionar e visualizar informações sobre a feature.\nNo exemplo anterior, utilizamos a classe ol.control.Control. Controles possuem uma representação visual sobre o mapa ou adicionam elementos DOM ao documento. Um objeto do tipo ol.interaction.Interaction é responsável por tratar a interação do usuário, mas geralmente não possui representação visual. Este exemplo demonstra o uso da classe ol.interaction.Select para interagir com as features de uma camada vetorial.\nCriar uma camada vetorial e adicionar uma interação do tipo Select\nTarefas\n\nIniciaremos com o exemplo de camada vetorial da seção anterior. Abra o arquivo map.html no seu editor de texto e altere-o para que fique assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([\n new ol.interaction.Select({\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#FF0000'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n }),\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n\n\n\nSalve suas alterações no arquivo map.html e abra a página no navegador: http://localhost:5173/map.html. Para ver a seleção da feature em ação, dê um clique para selecionar um terremoto:\nUsando uma interação para selecionar features de uma camada vetorial\n\n\n"},"controls/draw.html":{"url":"controls/draw.html","title":"Interação Draw","keywords":"","body":"Desenhando features\nNovas geometrias podem ser desenhadas utilizando a interação ol.interaction.Draw. Esta interação é construída com uma fonte vetorial e um tipo de geometria.\nCriar uma camada vetorial e uma interação Draw\nTarefas\n\nVamos começar com o exemplo abaixo. Abra o arquivo map.html em seu editor de texto e deixe-o assim:\n \n \n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var source = new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n });\n var draw = new ol.interaction.Draw({\n source: source,\n type: 'Point'\n });\n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([draw]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: source,\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n \n\n\nSalve suas alterações no arquivo map.html e abra a página em seu navegador: http://localhost:5173/map.html. Para desenhar um ponto, clique sobre o mapa e adicione uma nova feature:\nUsando uma interação para adicionar geometrias para uma fonte vetorial\n\n\nTarefas de Bônus\n\nCrie um listener para obter as coordenadas X e Y após desenhar um ponto.\n\nSoluções\nAqui está a solução para a primeira atividade de bônus. Nós registramos um observador para o evento drawed da classe ol.interaction.Draw. Este método loga as coordenadas X e Y no console de desenvolvimento:\ndraw.on('drawend', function(evt){\n var feature = evt.feature;\n var p = feature.getGeometry();\n console.log(p.getCoordinates());\n});\n\n"},"controls/modify.html":{"url":"controls/modify.html","title":"Interação Modify","keywords":"","body":"Modificando features\nA alteração de features funciona a partir da combinação da classe ol.interaction.Select com a classe ol.interaction.Modify. Elas compartilham uma coleção (ol.Collection) de features. Features selecionadas pela ol.interaction.Select tornam-se candidatas para modificação com a ol.interaction.Modify.\nCriar uma camada vetorial e uma interação do tipo Modify\nTarefas\n\nVamos iniciar com o exemplo completo. Abra o arquivo map.html em seu editor de texto e deixe-o assim:\n\n\n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n \n OpenLayers example\n \n \n My Map\n \n \n var source = new ol.source.Vector({\n url: '/data/layers/7day-M2.5.json',\n format: new ol.format.GeoJSON()\n });\n var style = new ol.style.Style({\n image: new ol.style.Circle({\n radius: 7,\n fill: new ol.style.Fill({\n color: [0, 153, 255, 1]\n }),\n stroke: new ol.style.Stroke({\n color: [255, 255, 255, 0.75],\n width: 1.5\n })\n }),\n zIndex: 100000\n });\n var select = new ol.interaction.Select({style: style});\n var modify = new ol.interaction.Modify({\n features: select.getFeatures()\n });\n var map = new ol.Map({\n interactions: ol.interaction.defaults().extend([select, modify]),\n target: 'map',\n layers: [\n new ol.layer.Tile({\n title: 'Global Imagery',\n source: new ol.source.TileWMS({\n url: 'https://ahocevar.com/geoserver/wms',\n params: {LAYERS: 'nasa:bluemarble', TILED: true}\n })\n }),\n new ol.layer.Vector({\n title: 'Earthquakes',\n source: source,\n style: new ol.style.Style({\n image: new ol.style.Circle({\n radius: 5,\n fill: new ol.style.Fill({\n color: '#0000FF'\n }),\n stroke: new ol.style.Stroke({\n color: '#000000'\n })\n })\n })\n })\n ],\n view: new ol.View({\n projection: 'EPSG:4326',\n center: [0, 0],\n zoom: 1\n })\n });\n \n \n\n\n\nSalve suas alterações no arquivo map.html e abra a página em seu navegador: http://localhost:5173/map.html. Para ver o componente em ação, clique para selecionar um terremoto e arraste para mover o ponto.\n\n\nOlhando mais de perto\nVamos entender agora como a alteração de features funciona.\n var style = new ol.style.Style({\n image: new ol.style.Circle({\n radius: 7,\n fill: new ol.style.Fill({\n color: [0, 153, 255, 1]\n }),\n stroke: new ol.style.Stroke({\n color: [255, 255, 255, 0.75],\n width: 1.5\n })\n }),\n zIndex: 100000\n });\n var select = new ol.interaction.Select({style: style});\n var modify = new ol.interaction.Modify({\n features: select.getFeatures()\n });\n\nNós criamos duas interações, uma ol.interaction.Select para selecionar a feature antes de modificá-la e uma ol.interaction.Modify para modificar as geometrias. Elas compartilham a mesma coleção de features. Features selecionadas usando a ol.interaction.Modify tornam-se candidatas para modificação com a ol.interaction.Modify. Do mesmo modo de antes, a ol.interaction.Select é configurada com um objeto style, que efetivamente define o estilo para desenhar a geometria. Quando o usuário clica sobre o mapa novamente, a feature será desenhada com o estilo da camada.\n"},"vector/":{"url":"vector/","title":"Vector Data","keywords":"","body":"Let's make a feature editor!\nIn this module, we'll create a basic editor for working with vector data. Our goal is to make it so a user can import data, draw new features, modify existing features, and export the result. We'll be working with GeoJSON data in this module, but OpenLayers supports a broad range of vector formats if you're interested in working with other sources.\n\nRendering GeoJSON\nDrag and drop\nModifying features\nDrawing new features\nSnapping\nDownloading features\nMaking it look nice\n\n"},"vector/formats.html":{"url":"vector/formats.html","title":"Formatos","keywords":"","body":"Trabalhando com formatos vetoriais\nO construtor base da classe ol.layer.Vector fornece um tipo de camada altamente flexível. Por padrão, quando você cria uma camada vetorial, nenhuma suposição é feita sobre a origem dos dados, já que isto é competência da classe ol.source.Vector. Antes de falarmos sobre estilos, esta seção introduz o básico sobre formatos vetoriais.\nol.format\nA classe ol.Format do OpenLayers é responsável por fazer o parser dos dados vindos do servidor representando geometrias vetoriais. Esta classe converte o dado cru para um objeto do tipo ol.Feature.\nConsidere os dois blocos de código abaixo. Ambos representam o mesmo objeto ol.Feature (um ponto em Barcelona, Espanha). O primeiro é serializado como GeoJSON (usando o parser ol.format.GeoJSON). O segundo é serializado como KML (OGC Keyhole Markup Language) (usando o parserol.format.KML`).\nExemplo GeoJSON\n{\n \"type\": \"Feature\",\n \"id\": \"OpenLayers.Feature.Vector_107\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [-104.98, 39.76]\n }\n}\n\nExemplo KML\n\n\n \n \n -104.98,39.76\n \n \n\n\n"},"vector/style-intro.html":{"url":"vector/style-intro.html","title":"Estilos","keywords":"","body":"Entendendo estilos\nQuando atribuímos estilos a elementos HTML, geramos um CSS com uma estrutura mais ou menos assim:\n .someClass {\n background-color: blue;\n border-width: 1px;\n border-color: olive;\n }\n\n.someClass é um seletor (neste caso, está selecionando todos os elementos que possuem uma classe chamada 'someClass') e o bloco seguinte é um grupo de propriedades e valores, conhecido como declaração de estilos.\nEstilizando camadas\nCamadas vetoriais podem ter estilos. Mais especificamente, uma camada vetorial pode ser configurada com um objeto ol.style.Style, um array de objetos ol.style.Style, ou uma função que aceita como parâmetro um objeto ol.Feature e uma resolução, retornando um array de objetos ol.style.Style.\nAqui está um exemplo de camada vetorial configurada com um estilo estático:\n var layer = new ol.layer.Vector({\n source: new ol.source.Vector(),\n style: new ol.style.Style({\n // ...\n })\n });\n\nE aqui um exemplo de camada vetorial configurada com uma função de estilo que aplica um estilo para todas as features que tenham um atributo chamado class contendo o valor 'someClass':\n var layer = new ol.layer.Vector({\n source: new ol.source.Vector(),\n style: function(feature, resolution) {\n if (feature.get('class') === 'someClass') {\n // create styles...\n return styles;\n }\n },\n });\n\nSymbolizers\nO equivalente de um bloco de declaração de estilos em CSS no OpenLayers é um symbolizer (são geralmente instâncias de classes ol.style). Para desenhar um polígono com cor de fundo azul, linha na cor olive e 1 pixel de largura, você poderia utilizar dois symbolizers como a seguir:\n new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'blue'\n }),\n stroke: new ol.style.Stroke({\n color: 'olive',\n width: 1\n })\n });\n\nA depender do tipo de geometria, diferentes symbolizers podem ser aplicados. Linhas funcionam como polígonos, mas não possuem um preenchimento. Pontos podem ser estilizados com a classe ol.style.Circle ou ol.style.Icon. O primeiro é usado para renderizar formas circulares, o último para usar imagens de um arquivo (ex. arquivos png). Aqui está um exemplo do primeiro caso:\n new ol.style.Circle({\n radius: 20,\n fill: new ol.style.Fill({\n color: '#ff9900',\n opacity: 0.6\n }),\n stroke: new ol.style.Stroke({\n color: '#ffcc00',\n opacity: 0.4\n })\n });\n\nol.style.Style\nUm objeto ol.style.Style possui quatro chaves: fill, image, stroke and text. Possui, além dessas, uma propriedade opcional chamada zIndex. A função de estilo retornará um array de objetos ol.style.Style.\nSe você quiser que todas as features sejam vermelhas, exceto aquelas que possuem o atributo class com o valor \"someClass\" (estas você quer que fiquem na cor azul e linha olive com 1px de largura), você pode criar uma função de estilo dessa forma (é importante criar objetos de estilo fora da função para que eles possam ser reutilizados, mas aqui criaremos inline para manter o exemplo mais simples):\n var primaryStyle = new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'blue'\n }),\n stroke: new ol.style.Stroke({\n color: 'olive',\n width: 1\n })\n });\n\n var otherStyle = new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'red'\n })\n });\n\n layer.setStyle(function(feature, resolution) {\n if (feature.get('class') === 'someClass') {\n return primaryStyle;\n } else {\n return otherStyle;\n } \n });\n\nNota - É importante criar os estilos fora da função. A função é chamada diversas vezes durante a renderização, e você verá transições mais suaves se suas funções de estilo não gerarem muito lixo.\nUma feature também tem a opção de configuração de estilo que aceita somente a resolução como argumento. Isto torna possível estilizar as features de forma individual (baseado na resolução).\nPseudo-classes\nO CSS permite o uso de pseudo-classes nos seletores. Elas, basicamente, limitam a aplicação das declarações de estilo a certos contextos que não são facilmente representados no seletor, como: posição do mouse, vizinhança de elementos ou histórico do navegador. No OpenLayers, existe um conceito similar com a opção style de uma interação ol.interaction.Select.\nExemplo:\n var select = new ol.interaction.Select({\n style: new ol.style.Style({\n fill: new ol.style.Fill({\n color: 'rgba(255,255,255,0.5)'\n })\n })\n });\n\nAgora que você já sabe os conceitos básicos dos estilos, é hora de seguir para estilização de camadas vetoriais.\n"},"vector/style.html":{"url":"vector/style.html","title":"Making it look nice","keywords":"","body":"Making it look nice\nAt this point we have a feature editor with basic import, editing, and export functionality. But we haven't spent any time trying to make the features look nice. When you create a vector layer in OpenLayers, you get a set of default styles. The editing interactions (draw and modify) also come with their own default styles. You may have noticed how geometries had a thicker stroke during editing. This behavior can be controlled by providing a style option to your vector layer and editing interactions.\nFirst, we will import the required constructors:\nimport {Style, Fill, Stroke} from 'ol/style';\n\nStatic style\nIf we wanted to give all features the same style, we could configure our vector layer like this:\nconst layer = new VectorLayer({\n source: source,\n style: new Style({\n fill: new Fill({\n color: 'red',\n }),\n stroke: new Stroke({\n color: 'white',\n }),\n }),\n});\n\nIt is also possible to set the style property to an array of styles. This allows rendering of a cased line (a wide stroke below and a narrower one on top), for example.\nWhile there isn't really a good justification of it here, for the sake of this exercise we'll take advantage of dynamic styling.\nDynamic style\nWhen you want to make decisions about how each feature should get rendered based on something about the feature or the current view resolution, you can configure a vector layer with a style function. This function gets called with each feature at each render frame, so it is important to write an efficient function if you have many features and want to maintain good rendering performance.\nHere is an example that renders features using one of two styles depending on whether the \"name\" attribute starts with \"A-M\" or \"N-Z\" (a completely contrived example).\nconst layer = new VectorLayer({\n source: source,\n style: function (feature, resolution) {\n const name = feature.get('name').toUpperCase();\n return name \nStyling based on geometry area\nTo see how dynamic styling works, we'll create a style function that renders features based on the geometry area. To do this, we're going to make use of a colormap package on npm. We can add this to our dependencies like this:\nnpm install colormap\nNow, we need to import the colormap package and ol/sphere for spherical area calculations.\nimport colormap from 'colormap';\nimport {getArea} from 'ol/sphere';\n\nNext we'll write a couple functions to determine a color based on the area of a geometry:\nconst min = 1e8; // the smallest area\nconst max = 2e13; // the biggest area\nconst steps = 50;\nconst ramp = colormap({\n colormap: 'blackbody',\n nshades: steps,\n});\n\nfunction clamp(value, low, high) {\n return Math.max(low, Math.min(value, high));\n}\n\nfunction getColor(feature) {\n const area = getArea(feature.getGeometry());\n const f = Math.pow(clamp((area - min) / (max - min), 0, 1), 1 / 2);\n const index = Math.round(f * (steps - 1));\n return ramp[index];\n}\n\nAnd now we can add a function that creates a style with a fill color based on the geometry area. Set this function as the style property of your vector layer:\nconst layer = new VectorLayer({\n source: source,\n style: function (feature) {\n return new Style({\n fill: new Fill({\n color: getColor(feature),\n }),\n stroke: new Stroke({\n color: 'rgba(255,255,255,0.8)',\n }),\n });\n },\n});\n\nFeatures colored by area\n"},"custom-builds/":{"url":"custom-builds/","title":"Builds Personalizados","keywords":"","body":"Builds Personalizados\n\nConceitos\nCriar builds personalizados\n\n"},"custom-builds/concepts.html":{"url":"custom-builds/concepts.html","title":"Conceitos","keywords":"","body":"Entendendo builds personalizados\nO OpenLayers é uma extensa biblioteca que fornece muitas funcionalidades. Assim, é improvável que uma aplicação precise e faça uso de todas as funcionalidades que a biblioteca possui. Builds personalizados (chamados de application-specific builds) são builds que contém somente as funções do OpenLayers que sua aplicação utilizará. Eles são geralmente muito menores do que um build completo, portanto, criar builds personalizados é muitas vezes uma boa ideia.\nRequerimentos\nOs builds do OpenLayers são criados a partir do Compilador Closure. O objetivo deste compilador é gerar um JavaScript menor e que rode mais rápido.\nO Compilador Closure é um programa java, então para executá-lo precisamos da máquina virtual Java (JVM). Portanto, antes de passar para a próxima seção e criar um build personalizado, veja se o Java está instalado em sua máquina.\nVocê precisa somente do Java Runtime Environment, que você pode baixar no site da Oracle. Por exemplo, para Windows, você pode baixar e instalar o arquivo jre-8u60-windows-i586.exe.\nArquivo de configuração do Build\nCriar um build personalizado requer um arquivo de configuração. O formato do arquivo é JSON. Segue um exemplo de arquivo de configuração:\n{\n \"exports\": [\n \"ol.Map\",\n \"ol.View\",\n \"ol.layer.Tile\",\n \"ol.source.OSM\"\n ],\n \"jvm\": [],\n \"umd\": true,\n \"compile\": {\n \"externs\": [\n \"externs/bingmaps.js\",\n \"externs/closure-compiler.js\",\n \"externs/esrijson.js\",\n \"externs/geojson.js\",\n \"externs/oli.js\",\n \"externs/olx.js\",\n \"externs/proj4js.js\",\n \"externs/tilejson.js\",\n \"externs/topojson.js\"\n ],\n \"define\": [\n \"goog.dom.ASSUME_STANDARDS_MODE=true\",\n \"goog.DEBUG=false\",\n \"ol.ENABLE_DOM=false\",\n \"ol.ENABLE_WEBGL=false\",\n \"ol.ENABLE_PROJ4JS=false\",\n \"ol.ENABLE_IMAGE=false\"\n ],\n \"jscomp_error\": [\n \"*\"\n ],\n \"jscomp_off\": [\n \"analyzerChecks\",\n \"lintChecks\",\n \"unnecessaryCasts\",\n \"useOfGoogBase\"\n ],\n \"extra_annotation_name\": [\n \"api\", \"observable\"\n ],\n \"compilation_level\": \"ADVANCED\",\n \"warning_level\": \"VERBOSE\",\n \"use_types_for_optimization\": true,\n \"manage_closure_dependencies\": true\n }\n}\n\nA parte mais relevante da configuração é o array exports. Nele estão declaradas as funções/construtores que você usou em seu código JavaScript. Por exemplo, a configuração acima é o que você precisará para executar o código abaixo:\nvar map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n })\n ],\n view: new ol.View({\n center: [0, 0],\n zoom: 4\n })\n});\n\n"},"custom-builds/create.html":{"url":"custom-builds/create.html","title":"Criar builds personalizados","keywords":"","body":"Criando builds personalizados\nNesta seção, criaremos um build personalizado para criação do mapa do último capítulo.\n\nInicie com o arquivo map.html que você criou anteriormente:\n \n \n \n \n \n #map {\n height: 256px;\n width: 512px;\n }\n \n OpenLayers example\n \n \n \n My Map\n \n \n var style = (function() {\n var stroke = new ol.style.Stroke({\n color: 'black'\n });\n var textStroke = new ol.style.Stroke({\n color: '#fff',\n width: 3\n });\n var textFill = new ol.style.Fill({\n color: '#000'\n });\n return function(feature, resolution) {\n return [new ol.style.Style({\n stroke: stroke,\n text: new ol.style.Text({\n font: '12px Calibri,sans-serif',\n text: feature.get('key'),\n fill: textFill,\n stroke: textStroke\n })\n })];\n };\n })();\n var map = new ol.Map({\n target: 'map',\n layers: [\n new ol.layer.Tile({\n source: new ol.source.OSM()\n }),\n new ol.layer.Vector({\n title: 'Buildings',\n source: new ol.source.Vector({\n url: '/data/layers/buildings.kml',\n format: new ol.format.KML({\n extractStyles: false\n })\n }),\n style: style\n })\n ],\n view: new ol.View({\n center: ol.proj.fromLonLat([-122.79264450073244, 42.30975194250527]),\n zoom: 16\n })\n });\n \n \n \n\n\nCrie um arquivo de build chamado ol-custom.json para este mapa: \n\n\n{\n \"exports\": [\n \"ol.Map\",\n \"ol.View\",\n \"ol.format.KML\",\n \"ol.layer.Tile\",\n \"ol.layer.Vector\",\n \"ol.proj.fromLonLat\",\n \"ol.source.OSM\",\n \"ol.source.Vector\",\n \"ol.style.Fill\",\n \"ol.style.Stroke\",\n \"ol.style.Style\",\n \"ol.style.Text\"\n ],\n \"jvm\": [],\n \"umd\": true,\n \"compile\": {\n \"externs\": [\n \"externs/bingmaps.js\",\n \"externs/cartodb.js\",\n \"externs/closure-compiler.js\",\n \"externs/esrijson.js\",\n \"externs/geojson.js\",\n \"externs/oli.js\",\n \"externs/olx.js\",\n \"externs/proj4js.js\",\n \"externs/tilejson.js\",\n \"externs/topojson.js\"\n ],\n \"define\": [\n \"goog.DEBUG=false\",\n \"ol.ENABLE_WEBGL=false\",\n \"ol.ENABLE_PROJ4JS=false\"\n ],\n \"jscomp_error\": [\n \"*\"\n ],\n \"jscomp_off\": [\n \"analyzerChecks\",\n \"lintChecks\",\n \"unnecessaryCasts\",\n \"useOfGoogBase\"\n ],\n \"extra_annotation_name\": [\n \"api\", \"observable\"\n ],\n \"compilation_level\": \"ADVANCED\",\n \"warning_level\": \"VERBOSE\",\n \"use_types_for_optimization\": true,\n \"manage_closure_dependencies\": true\n }\n}\n\n\nCrie o build personalizado usando o script Node build.js do OpenLayers:\n$ node node_modules/openlayers/tasks/build.js ol-custom.json ol-custom.js\n\nEste comando vai gerar o arquivo ol-custom.js no diretório raiz do projeto.\n\nAgora altere o arquivo map.html para usar o build personalizado (ol-custom.js) ao invés do carregador de desenvolvimento.\nEntão altere:\n \n\nPara\n \n\nA página deve carregar muito mais rápido do que antes!\n\n\n"},"vector/geojson.html":{"url":"vector/geojson.html","title":"Rendering GeoJSON","keywords":"","body":"Rendering GeoJSON\nBefore getting into editing, we'll take a look at basic feature rendering with a vector source and layer. The workshop includes a countries.json GeoJSON file in the data directory. We'll start by just loading that data up and rendering it on a map.\nFirst, edit your index.html in order to add a dark background to the map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n background-color: #04041b;\n }\n \n \n \n \n \n \n\n\nNow we'll import the three important ingredients for working with vector data:\n\na format for reading and writing serialized data (GeoJSON in this case)\na vector source for fetching the data and managing a spatial index of features\na vector layer for rendering the features on the map\n\nUpdate your main.js to load and render a local file containing GeoJSON features:\nimport GeoJSON from 'ol/format/GeoJSON';\nimport Map from 'ol/Map';\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\nimport View from 'ol/View';\n\n// assign to a variable named `map` for later use\nconst map = new Map({\n target: 'map-container',\n layers: [\n new VectorLayer({\n source: new VectorSource({\n format: new GeoJSON(),\n url: './data/countries.json',\n }),\n }),\n ],\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nYou should now be able to see a map with country borders at http://localhost:5173/.\nGeoJSON features\nSince we'll be reloading the page a lot, it would be nice if the map stayed where we left it in a reload. We can bring in the Link interaction to make this work.\nIn our main.js we'll import the new interaction:\nimport Link from 'ol/interaction/Link';\n\nAnd now we can add a new link interaction to our map:\nmap.addInteraction(new Link());\n\nNow you should see that page reloads keep the map view stable. And the back button works as you might expect.\n"},"vector/drag-n-drop.html":{"url":"vector/drag-n-drop.html","title":"Drag and drop","keywords":"","body":"Drag and drop\nFor our feature editor, we want users to be able to import their own data for editing. We'll use the DragAndDrop interaction for this. As before, we'll stick with the GeoJSON format for parsing features, but the interaction can be configured to work with any number of feature formats.\nStart by editing the map configuration in your main.js file so that there are no layers added. We're going to be passing our map to a number of other components in this exercise, so make sure you have assigned the map to a variable named map.:\nconst map = new Map({\n target: 'map-container',\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nNext, import the drag and drop interaction into your main.js:\nimport DragAndDrop from 'ol/interaction/DragAndDrop';\n\nNext, we'll create a vector source with no initial data. Instead of loading data from a remote location as in the previous example, this source will store features that the user drags and drops onto the map.\nconst source = new VectorSource();\n\nNow, remove the old layers list from the map, create a new layer with our empty vector source, and add it to the map.\nconst layer = new VectorLayer({\n source: source,\n});\nmap.addLayer(layer);\n\nFinally, we'll create a drag and drop interaction, configure it to work with our vector source, and add it to the map:\nmap.addInteraction(\n new DragAndDrop({\n source: source,\n formatConstructors: [GeoJSON],\n }),\n);\n\nNow you should be able to drag and drop GeoJSON files onto the map and see them rendered.\nDrag and drop\n"},"vector/modify.html":{"url":"vector/modify.html","title":"Modifying features","keywords":"","body":"Modifying features\nNow that we have a way for users to load data into the editor, we want to let them edit features. We'll use the Modify interaction for this, configuring it to modify features on our vector source.\nFirst, import the Modify interaction in your main.js:\nimport Modify from 'ol/interaction/Modify';\n\nNext, create a new interaction connected to the vector source and add it to the map (at the bottom of main.js):\nmap.addInteraction(\n new Modify({\n source: source,\n }),\n);\n\nAfter adding data to the map confirm that you can modify features by dragging their vertices. You can also delete vertices with Alt+Click.\nModifying features\n"},"vector/draw.html":{"url":"vector/draw.html","title":"Drawing new features","keywords":"","body":"Drawing new features\nOur feature editor can now be used for loading data and modifying features. Next up, we'll add a Draw interaction to allow people to draw new features and add them to our source.\nFirst, import the Draw interaction (in main.js):\nimport Draw from 'ol/interaction/Draw';\n\nNow, create a draw interaction configured to draw polygons and add them to our vector source:\nmap.addInteraction(\n new Draw({\n type: 'Polygon',\n source: source,\n }),\n);\n\nThe type property of the draw interaction controls what type of geometries are drawn. The value can be any of the GeoJSON geometry types.\nWith our draw interaction in place, we can now add new features to our vector source.\nA new island nation in the Caribbean\n"},"vector/snap.html":{"url":"vector/snap.html","title":"Snapping","keywords":"","body":"Snapping\nYou may have noticed that it is easy to draw features that don't line up nicely with existing features. In addition, when modifying features, we can break topology — adding a void between polygons that were previously adjacent. The Snap interaction can be used to help preserve topology while drawing and editing features.\nFirst, import the Snap interaction into your main.js:\nimport Snap from 'ol/interaction/Snap';\n\nAs with the other editing interactions, we'll configure the snap interaction to work with our vector source and add it to the map:\nmap.addInteraction(\n new Snap({\n source: source,\n }),\n);\n\nWith the draw, modify, and snap interactions all active, we can edit data while maintaining topology.\nUniting nations with the snap interaction\n"},"vector/download.html":{"url":"vector/download.html","title":"Downloading features","keywords":"","body":"Downloading features\nAfter uploading data and editing it, we want to let our users download the result. To do this, we'll serialize our feature data as GeoJSON and create an element with a download attribute that triggers the browser's file save dialog. At the same time, we'll add a button to the map that let's users clear existing features and start over.\nFirst, we need a bit of markup to represent the buttons. Add the following elements after the map-container in your index.html:\n\n Clear\n Download\n\n\nNow we need some CSS to make the buttons look right. Add something like this to the element in index.html:\n#tools {\n position: absolute;\n top: 1rem;\n right: 1rem;\n}\n#tools a {\n display: inline-block;\n padding: 0.5rem;\n background: white;\n cursor: pointer;\n}\n\nClearing features is the easier part, so we'll do that first. The vector source has a source.clear() method. We want clicks on the \"Clear\" button to call that method, so we'll add a listener for click in our main.js:\nconst clear = document.getElementById('clear');\nclear.addEventListener('click', function () {\n source.clear();\n});\n\nTo serialize our feature data for download, we'll use a GeoJSON format. Since we want the \"Download\" button to work at any time during editing, we'll serialize features on every change event from the source and construct a data URI for the anchor element's href attribute:\nconst format = new GeoJSON({featureProjection: 'EPSG:3857'});\nconst download = document.getElementById('download');\nsource.on('change', function () {\n const features = source.getFeatures();\n const json = format.writeFeatures(features);\n download.href =\n 'data:application/json;charset=utf-8,' + encodeURIComponent(json);\n});\n\nButtons to clear and download data\n"},"mobile/":{"url":"mobile/","title":"Mobile Maps and Sensors","keywords":"","body":"A simple navigation tool!\nIn this module, we'll create a mobile map showing the user's GPS position and heading. The purpose of this example is to show how to integrate OpenLayers with browser APIs and 3rd party utilities.\nWith just a few lines of code, we'll be taking advantage of the browser's Geolocation API to get the GPS position, and the kompas utility to get the heading from the device's gyroscope. Using a vector layer, we can easily display the results on a map.\n\nA mobile map\nGeolocation\nCompass\n\n"},"mobile/map.html":{"url":"mobile/map.html","title":"A mobile map","keywords":"","body":"A mobile map\nOpenLayers supports mobile devices out of the box, providing multi-touch gestures like pinch zoom and rotation. So there is nothing OpenLayers specific to do here, only the general rules for mobile web pages apply.\nThe nice thing about mobile devices is that we have access to sensors like the GPS or a gyroscope, which we will be using here as a compass.\nMarkup for a mobile web page\nWe start with the same markup in index.html as we had for the basic map we already created. The only difference is an additional meta tag in the document's head to add device-width and initial-scale settings for the viewport:\n\n\n \n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nA street map for navigation\nThe map we start with in main.js is the same as the basic map from the previous exercise:\nimport OSM from 'ol/source/OSM';\nimport TileLayer from 'ol/layer/Tile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new OSM(),\n }),\n ],\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nTesting on a mobile device\nSince a gyroscope is typically not available on desktop computers, we'll need to test our application on a mobile device. For security reasons, access to the Geolocation is only granted to pages served over secure connections.\nThe easiest way to achieve that is to use https://ngrok.com. Once set up, the application can be served with the following command in a new terminal:\n./ngrok http 5173 --host-header=\"localhost:5173\"\nWhen everything works, open the https:// page indicated by ngrok's output on a mobile device:\nMap on a smartphone\n"},"mobile/geolocation.html":{"url":"mobile/geolocation.html","title":"Geolocation","keywords":"","body":"Show the user's location\nOn our map, we want to see where we are. The browser's Geolocation API gives us access to the device's GPS position (or an estimated positon on devices without a GPS). In OpenLayers, we can visualize the position with an icon on the map. In addition, we can show the accuracy radius around the reported position. We can also add a button that allows centering the map on the current position.\nThe first thing to do in main.js is add imports for the vector source and layer we're going to use:\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\n\nAlso, we have to assign the ol/Map instance to variable so we can reference it later:\nconst map = new Map({\n\nNext, we can create a vector source for the GPS location we want to show, add the source to a layer, and add the layer to the map:\nconst source = new VectorSource();\nconst layer = new VectorLayer({\n source: source,\n});\nmap.addLayer(layer);\n\nNow it is time to import the feature and geometry components we need for visualizing the GPS location:\nimport Feature from 'ol/Feature';\nimport Point from 'ol/geom/Point';\nimport {circular} from 'ol/geom/Polygon';\n\nWith that in place, we can finally add a code snippet that gets the location and its accuracy from the browser's Geolocation API:\nnavigator.geolocation.watchPosition(\n function (pos) {\n const coords = [pos.coords.longitude, pos.coords.latitude];\n const accuracy = circular(coords, pos.coords.accuracy);\n source.clear(true);\n source.addFeatures([\n new Feature(\n accuracy.transform('EPSG:4326', map.getView().getProjection()),\n ),\n new Feature(new Point(fromLonLat(coords))),\n ]);\n },\n function (error) {\n alert(`ERROR: ${error.message}`);\n },\n {\n enableHighAccuracy: true,\n },\n);\n\nThis snippet uses the watchPosition() function, which updates the user's location as soon as it changes. It takes the latitude, longitude and accuracy, and creates two features: a circular polygon with the accuracy radius, and a point with the location. Both features are transformed from geographic coordinates into the view projection.\nIn addition to the above, we also add an error handler which notifies the user when the location is not available, and configures the Geolocation API to enable high accuracy. The latter is important, because it makes the browser ask for the exact GPS position, instead of just an estimated location.\nAt this point, the map displays the user's location already. What we still have to add is a button that centers the map on that location. The easiest way to get this is to use an OpenLayers Control, which we are going to import now:\nimport Control from 'ol/control/Control';\n\nNext we'll create the markup for the control and register a click listener. The listener fits the map to the extent of the source that holds the location point and the accuracy polygon, in a 0.5 seconds animation, when the button is clicked:\nconst locate = document.createElement('div');\nlocate.className = 'ol-control ol-unselectable locate';\nlocate.innerHTML = '◎';\nlocate.addEventListener('click', function () {\n if (!source.isEmpty()) {\n map.getView().fit(source.getExtent(), {\n maxZoom: 18,\n duration: 500,\n });\n }\n});\nmap.addControl(\n new Control({\n element: locate,\n }),\n);\n\nTo position the control button under the zoom buttons, we add a few lines of css to the section of index.html:\n.locate {\n top: 6em;\n left: .5em;\n}\n\nThe result after clicking the button should look something like this:\nLocation with accuracy polygon\n"},"mobile/compass.html":{"url":"mobile/compass.html","title":"Compass","keywords":"","body":"Add heading and make things look nice\nMost mobile devices are equipped with a gyroscope, which we are going to use as a compass to show our heading on the map.\nUnder the hood, the browser can access the gyroscope through the deviceorientation event. Listeners receive readings for the three axes of the device. Fortunately, we do not have to do the math ourselves. Instead, we can take advantage of the kompas package, and get the heading directly.\nWe want give the location point an icon with an arrow that shows the heading.\nFirst, we import the OpenLayers style modules we're going to use to make the location and heading indicators look nice:\nimport {Fill, Icon, Style} from 'ol/style';\n\nNow we can create the style and assign it to the layer. While we're at it, we not only create a nice icon with arrow for the location and heading, but also make the accuracy polygon look nicer:\nconst style = new Style({\n fill: new Fill({\n color: 'rgba(0, 0, 255, 0.2)',\n }),\n image: new Icon({\n src: './data/location-heading.svg',\n rotateWithView: true,\n }),\n});\nlayer.setStyle(style);\n\nThe style contains a fill, which is used for the accuracy polygon. For the location point, we use a svg file that is already in the data/ directory of the workshop materials. The rotateWithView option tells OpenLayers to not keep the icon upright, but rotate it with the view to preserve the heading. For now, the icon does not have a rotation set, so the arrow will point upwards.\nNext, we will be using the kompas utility to get the heading from the device orientation API. This package is already installed as part of the workshop dependendencies. If it were not already included, you could install it from a terminal with npm install kompas.\nThe import for this utility is added at the top of main.js as usual:\nimport kompas from 'kompas';\n\nThe final thing to do is get the heading from the Kompas utility, and set it as rotation on the icon:\nfunction startCompass() {\n kompas()\n .watch()\n .on('heading', function (heading) {\n style.getImage().setRotation((Math.PI / 180) * heading);\n });\n}\n\nif (\n window.DeviceOrientationEvent &&\n typeof DeviceOrientationEvent.requestPermission === 'function'\n) {\n locate.addEventListener('click', function () {\n DeviceOrientationEvent.requestPermission()\n .then(startCompass)\n .catch(function (error) {\n alert(`ERROR: ${error.message}`);\n });\n });\n} else if ('ondeviceorientationabsolute' in window) {\n startCompass();\n} else {\n alert('No device orientation provided by device');\n}\n\nThe final navigation tool with a user looking for orientation should now act like this:\nUser looking around with the navigation tool\n"},"cog/":{"url":"cog/","title":"GeoTIFF Rendering","keywords":"","body":"Cloud-Optimized GeoTIFF Viewer\nIn this module, we'll demonstrate how to render a map visualizing data from Cloud-Optimized GeoTIFF (COG) sources. GeoTIFF (or any TIFF) images are allowed to have additional overview images in addition to the primary full-resolution image. In addition, the internal pixel layout of the images may be tiled instead of organized in strips. The Cloud-Optimized GeoTIFF format encourages people to host data with a regular tiled layout and with overviews built in, making it more efficient for clients to render a small portion of an image (reading only the required tiles instead of the whole thing) or a lower resolution overview.\nOpenLayers has a ol/source/GeoTIFF source that can read multi-band data from one or more remotely hosted GeoTIFF sources. The exercises in this module walk through rendering of a single multi-band image, rendering multiple single-band images, and performing simple band math on the input data.\n\nTrue color GeoTIFF\nSimplified view\nFalse color composite\nBand math\nColor maps\nVisualization chooser\nVisualization chooser (continued)\n\n"},"cog/true-color.html":{"url":"cog/true-color.html","title":"True color GeoTIFF","keywords":"","body":"True color GeoTIFF\nThe Sentinel-2 satellite mission has resulted in the collection and dissemination of imagery covering the earth's land surface with a revisit rate of 2 to 5 days. The sensors collect multi-band imagery, where each band is a portion of the electromagnetic spectrum. The Level 2A (L2A) product provides surface reflectance measures in the following bands:\n\n\n\nBand\nDescription\nCentral Wavelength (μm)\nResolution (m)\n\n\n\n\nB01\nCoastal aerosol\n0.433\n60\n\n\nB02\nBlue\n0.460\n10\n\n\nB03\nGreen\n0.560\n10\n\n\nB04\nRed\n0.665\n10\n\n\nB05\nVegetation red edge\n0.705\n20\n\n\nB06\nVegetation red edge\n0.740\n20\n\n\nB07\nVegetation red edge\n0.783\n20\n\n\nB08\nNear-infrared\n0.842\n10\n\n\nB09\nWater vapor\n0.945\n60\n\n\nB10\nShort-wave infrared - Cirrus\n1.375\n60\n\n\nB11\nShort-wave infrared\n1.610\n20\n\n\nB12\nShort-wave infrared\n2.190\n20\n\n\n\nWhen viewing multi-band imagery that includes data from outside the visible spectrum, we have to choose how to map each band to one of the three visible channels (red, green, or blue) available for rendering on digital displays. A true color composite is a rendering that displays visible blue (B02 from Sentinel-2) in the blue channel, visible green (B03) in the green channel, and visible red (B04) in the red channel. Any other mapping of satellite image bands to display channels is a false color composite.\nThere are a collection of Sentinel-2 L2A products hosted as Cloud-Optimized GeoTIFFs on Amazon S3. In this exercise, we'll render one of these on a map.\nFirst, reset your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nNow we'll import two new components we haven't used before:\n\nthe ol/source/GeoTIFF source for working with multi-band raster data\nthe ol/layer/WebGLTile layer for manipulating data tiles with shaders on the GPU\n\nUpdate your main.js to load and render a remotely hosted GeoTIFF file on a map:\nimport GeoTIFF from 'ol/source/GeoTIFF.js';\nimport Map from 'ol/Map.js';\nimport TileLayer from 'ol/layer/WebGLTile.js';\nimport View from 'ol/View.js';\nimport {getCenter} from 'ol/extent.js';\nimport {transformExtent} from 'ol/proj';\n\n// metadata from https://s3.us-west-2.amazonaws.com/sentinel-cogs/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/S2B_21HUB_20210915_0_L2A.json\nconst projection = 'EPSG:32721';\n\nconst extent = transformExtent(\n [-59.19991, -35.32718, -57.98062, -34.32183],\n 'EPSG:4326',\n projection,\n);\n\nconst source = new GeoTIFF({\n sources: [\n {\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/TCI.tif',\n },\n ],\n});\n\nconst layer = new TileLayer({\n source: source,\n});\n\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: new View({\n projection: projection,\n center: getCenter(extent),\n extent: extent,\n zoom: 1,\n }),\n});\n\nThe working example at http://localhost:5173/ shows a map with a GeoTIFF rendered in a WebGL tile layer.\nA true color rendering of a Sentinel-2 GeoTIFF\nThe trickiest part here is finding the URL for an image that you might be interested in. To do that, you can try searching in the EO (Earth Observation) Browser. If you have the aws command line interface installed, you can also list the s3://sentinel-cogs/ bucket contents to get the paths for images by the Sentinel-2 grid cell identifier and date. For example, to search for images around Buenos Aires from September, 2021:\naws s3 ls s3://sentinel-cogs/sentinel-s2-l2a-cogs/21/H/UB/2021/9/ --no-sign-request\n\nThe next hardest part is figuring out what projection and extent are appropriate for the map view. In the next step, we'll make that easier.\n"},"cog/simplified-view.html":{"url":"cog/simplified-view.html","title":"Simplified view","keywords":"","body":"Simplifying the map's view configuration\nIn the previous example, we had to configure the map's view with information about the spatial reference system and location of the image.\nThe first thing we needed to know was an identifier for the spatial reference system. In this case, the GeoTIFF is accompanied by STAC metadata that includes this projection information (see the proj:epsg property).\nconst projection = 'EPSG:32721';\n\nThe second piece of metadata we needed to know was the bounding box or extent of the image. This is also included in the STAC metadata in geographic coordinates (see the bbox array). We needed to transform this from geographic coordinates into EPSG:32721 (or WGS 84 / UTM zone 21S). OpenLayers has support for transforming coordinates to and from UTM projections, so we used this to transform the image extent.\nconst extent = transformExtent(\n [-59.19991, -35.32718, -57.98062, -34.32183],\n 'EPSG:4326',\n projection,\n);\n\nWith this information, we were able to configure the view for the map:\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: new View({\n projection: projection,\n center: getCenter(extent),\n extent: extent,\n zoom: 1,\n }),\n});\n\nGeoTIFF imagery extends regular TIFF imagery with special \"geo\" tags that provide information about things like the spatial reference system and coordinate location of the imagery. The ol/source/GeoTIFF source in OpenLayers parses this information and can ideally be used to configure a map's view.\nThe source.getView() method of the GeoTIFF source returns a promise for view properties (like projection, center, extent, and zoom) that resolves when the GeoTIFF metdata has been parsed. The map constructor now accepts a view option that can be a promise for these same properties. So instead of digging through the metadata ourselves to find things like projection and extent, we can provide the map with a promise for view properties from the source.\nUpdate your main.js so that the map constructor uses this new method for getting view properties from the source:\nnew Map({\n target: 'map-container',\n layers: [layer],\n view: source.getView(),\n});\n\nNow you can remove the projection, extent, and related imports (View, transformExtent, and getCenter) from your main.js file.\nYou should find the same result as before at http://localhost:5173/ – only this time we had to write less code!\nA true color rendering of a Sentinel-2 GeoTIFF\n"},"cog/false-color.html":{"url":"cog/false-color.html","title":"False color composite","keywords":"","body":"False color composite\nIn the previous step, we used the ol/source/GeoTIFF source to render a true color image from a single, multi-band source (with red, green, blue, and alpha bands). In this example, we'll pull in data from outside the visible spectrum and use it to render a false color composite.\nWe want to render a false color composite that highlights vegetation over bare soil areas. Chlorophyll-rich vegetation is bright in the near-infrared (Sentinel-2 B08) portion of the spectrum compared with its reflectance in visible wavelengths. By contrast, bare soil is not as bright in near-infrared compared with its reflectance in visible wavelengths. See the plot below for the reflectance spectra of green vegetation and bare soil shown with the Sentinel-2 bands.\nSpectral signatures of vegetation (in green), soil (red), and water (blue).\nTo highlight vegetation in multi-spectral imagery, it is common to show the near-infrared (B08) reflectance in the red channel, red reflectance (B04) in the green channel, and green reflectance (B03) in the blue channel. We can use the ol/source/GeoTIFF source to do this by loading three separate single-band GeoTIFF images in RGB order.\nUpdate your main.js so the source looks like the following:\nconst source = new GeoTIFF({\n sources: [\n {\n // near-infrared reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B08.tif',\n max: 5000,\n },\n {\n // red reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B04.tif',\n max: 5000,\n },\n {\n // green reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B03.tif',\n max: 5000,\n },\n ],\n});\n\nReload http://localhost:5173/ to see your false color composite.\nA false color rendering of a Sentinel-2 GeoTIFF\n"},"cog/ndvi.html":{"url":"cog/ndvi.html","title":"Band math","keywords":"","body":"Band math\nWe have seen how the ol/source/GeoTIFF source can be used to render true and false color composites. We did this by rendering scaled reflectance values directly into one of the red, green, or blue display channels. It is also possible to run calculations on reflectance values from a GeoTIFF (or other data tile source) and map the output values to RGBA color values.\nThe ol/layer/WebGLTile layer accepts a style property that can be used to control source rendering. In this example, we'll use math expressions to calculate the Normalized Difference Vegetation Index (NDVI) from the same Sentinel-2 sources used in the previous examples.\nThe NDVI is the ratio of the difference between near-infrared (NIR) and red to the sum of near-infrared and red reflectance values.\nNDVI = (NIR - RED) / (NIR + RED)\nThis normalized difference provides an index of green vegetation density or health. In dividing the difference in NIR and red reflectance by the sum, the index is normalized against variations in brightness or illumination. The idea is that vegetated sunny slopes should have a similar index as vegetated shady slopes.\nTo render NDVI values, we need to configure our source to use the near-infrared (B08) and red (B04) bands. Update your main.js script so the source looks like this:\nconst source = new GeoTIFF({\n sources: [\n {\n // red reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B04.tif',\n max: 10000,\n },\n {\n // near-infrared reflectance\n url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A/B08.tif',\n max: 10000,\n },\n ],\n});\n\nNext, we'll create the expression for calculating NDVI from the source's input bands. Add the following variables to your main.js:\n// near-infrared is the second band from above\nconst nir = ['band', 2];\n\n// near-infrared is the first band from above\nconst red = ['band', 1];\n\nconst difference = ['-', nir, red];\nconst sum = ['+', nir, red];\n\nconst ndvi = ['/', difference, sum];\n\nThe expressions above use an array-based syntax of this form: [operator, ...arguments]. The band operator accesses bands from the list of sources for the ol/source/GeoTIFF – where the first configured band is 1, the second is 2, etc. The -, +, and / operators calculate the difference, sum, and ratio of their input arguments. The ndvi expression will result in a value between -1 (not very vegetated) and 1 (very vegetated). The next step is to map these values to colors.\nThe ol/layer/WebGLTile layer's style takes a color property that determines the final output color for each pixel. We want to interpolate colors between the unvegetated (brownish) and vegetated (green) NDVI values. To do this, we use an interpolate operator, applying linear interpolation between a number of stop values.\nEdit your main.js so the layer definition looks like this:\nconst layer = new TileLayer({\n source: source,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ndvi,\n -0.2, // ndvi values \nIf everything worked out, you should see your NDVI visualization at http://localhost:5173/.\nNDVI generated from a Sentinel-2 GeoTIFF\nChoosing these stop values and colors is hard work. Next up we will pull in a helper library to do this for us.\n"},"cog/colormap.html":{"url":"cog/colormap.html","title":"Color maps","keywords":"","body":"More colors!\nThe colormap package is a nice utility library for creating color maps. This library has already been added as a dependency for the project. To import it, edit your main.js to include the line below:\nimport colormap from 'colormap';\n\nThe colormap module exprts a function that returns an array of RGBA color values from one of the named color maps. As seen in the previous example, we want an array of values that looks like this:\n[stopValue0, color0, stopValue1, color1, stopValue1, stopValue2, color2, ...]\n\nTo create such an array, we'll write a function that takes a name for the color map, a min stop value, a max stop value, a number of steps, and an option to reverse the array of colors from the colormap function. Add the following function to your main.js:\nfunction getColorStops(name, min, max, steps, reverse) {\n const delta = (max - min) / (steps - 1);\n const stops = new Array(steps * 2);\n const colors = colormap({colormap: name, nshades: steps, format: 'rgba'});\n if (reverse) {\n colors.reverse();\n }\n for (let i = 0; i \nNow we can modify our layer style's color expression to use an array of stop and color values. Edit the layer definition in main.js to use our new function:\nThe layer:\nconst layer = new TileLayer({\n source: source,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ndvi,\n // color ramp for NDVI values\n ...getColorStops('earth', -0.5, 1, 10, true),\n ],\n },\n});\n\nReload http://localhost:5173/ to see your new color map applied to the NDVI output.\nNDVI generated from a Sentinel-2 GeoTIFF\n"},"cog/visualizations.html":{"url":"cog/visualizations.html","title":"Visualization chooser","keywords":"","body":"Visualization chooser\nIn the previous examples, we have seen a true color composite, a false color composite, and an NDVI rendering of the same Sentinel-2 image. It would be nice to allow users to choose from one of these visualizations and more without having to change our code each time. To do this, we'll create a list of available visualizations and add a element to our page to let users choose which to display.\nIn addition to the true color, false color, and NDVI visualizations, we'll add a new Normalized Difference Water Index (NDWI). This is similar to NDVI except that it can be used to monitor changes in water bodies.\nNDWI = (GREEN - NIR) / (GREEN + NIR)\nAs we've seen, each visualization needs to have an array of sources (these are the URLs for single- or multi-band GeoTIFFs), an optional max value for scaling GeoTIFF values, and an optional style for rendering the layer. In addition, we'll give each visualization a name for displaying to the user.\nEdit your main.js to include the visualizations data below:\nconst visualizations = [\n {\n name: 'True Color',\n sources: ['TCI'],\n },\n {\n name: 'False Color',\n sources: ['B08', 'B04', 'B03'],\n max: 5000,\n },\n {\n name: 'NDVI',\n sources: ['B04', 'B08'],\n max: 10000,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ['/', ['-', ['band', 2], ['band', 1]], ['+', ['band', 2], ['band', 1]]],\n ...getColorStops('earth', -0.5, 1, 10, true),\n ],\n },\n },\n {\n name: 'NDWI',\n sources: ['B03', 'B08'],\n max: 10000,\n style: {\n color: [\n 'interpolate',\n ['linear'],\n ['/', ['-', ['band', 1], ['band', 2]], ['+', ['band', 1], ['band', 2]]],\n ...getColorStops('viridis', -1, 1, 10, true),\n ],\n },\n },\n];\n\nNow instead of creating our GeoTIFF source and layer once, we need a function to create these when the user chooses a visualization. This function will take a base URL and a visualization and will return a layer. Edit your main.js to remove the source and layer definitions and include this function instead:\nfunction createLayer(base, visualization) {\n const source = new GeoTIFF({\n sources: visualization.sources.map((id) => ({\n url: `${base}/${id}.tif`,\n max: visualization.max,\n })),\n });\n\n return new TileLayer({\n source: source,\n style: visualization.style,\n });\n}\n\nNext we can change the map definition in main.js so it doesn't include any layers at all (these will be added when the user selects a visualization):\nconst map = new Map({\n target: 'map-container',\n});\n\nNow we need a way for users to choose which visualization to show. For this, we'll add a element to the index.html just before the tag:\n\n \n\n\nTo get this element to display over the map in the top right corner, add the following block to the tag in your index.html:\n#controls {\n position: absolute;\n top: 20px;\n right: 20px;\n}\n\nWith the element in place, we need to populate it with an for each of the visualization names. To do this, add the following to your main.js somwhere below the visualizations array:\nconst visualizationSelector = document.getElementById('visualization');\nvisualizations.forEach((visualization) => {\n const option = document.createElement('option');\n option.textContent = visualization.name;\n visualizationSelector.appendChild(option);\n});\n\nFinally, we will create a function to update the map with a new layer based on the selected visualization. We'll add this function as a change listener on our element and call it to initalize our application:\nfunction updateVisualization() {\n const visualization = visualizations[visualizationSelector.selectedIndex];\n const base =\n 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A';\n\n const layer = createLayer(base, visualization);\n map.setLayers([layer]);\n\n map.setView(layer.getSource().getView());\n}\n\nvisualizationSelector.addEventListener('change', updateVisualization);\nupdateVisualization();\n\nNow http://localhost:5173/ should show a visualization chooser.\nVisualization chooser\nNice! Now the user can choose what type of visualization to render. But wouldn't it be nice to be able to change the imagery source too? That's next.\n"},"cog/viz-plus.html":{"url":"cog/viz-plus.html","title":"Visualization chooser (continued)","keywords":"","body":"Visualization chooser (continued)\nThe final missing piece of our COG explorer is to make it so the user can choose the imagery source. While this section is already getting quite long, you may be able to tell that there is not that much more work involved in adding an image chooser. Let's do it!\nThe first thing we need to do is come up with a list of images that should be displayed. For each image, we want to display a name to show the user in a element, and we need to have a base for the GeoTIFF URL. So we'll want to add something like this to your main.js:\nconst images = [\n {\n name: 'Buenos Aires',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/21/H/UB/2021/9/S2B_21HUB_20210915_0_L2A',\n },\n {\n name: 'Minneapolis',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/15/T/WK/2021/9/S2B_15TWK_20210918_0_L2A',\n },\n {\n name: 'Cape Town',\n base: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/34/H/BH/2021/9/S2B_34HBH_20210922_0_L2A',\n },\n];\n\nNext, we'll add another element to let the user choose the image. In your index.html, adjust the controls to look like this:\n\n \n \n\n\nBack to the JavaScript, we need to populate that element with one for each imagery source. In your main.js add the following:\nconst imageSelector = document.getElementById('image');\nimages.forEach((image) => {\n const option = document.createElement('option');\n option.textContent = image.name;\n imageSelector.appendChild(option);\n});\n\nNow we just need to make a minor adjustment to the function that updates our visualization so it grabs the base URL from the selected imagery source. In main.js edit the updateVisualization function and surrounding lines so it looks something like this:\nlet previousBase;\nfunction updateVisualization() {\n const visualization = visualizations[visualizationSelector.selectedIndex];\n const base = images[imageSelector.selectedIndex].base;\n const newBase = base !== previousBase;\n previousBase = base;\n\n const layer = createLayer(base, visualization);\n map.setLayers([layer]);\n\n if (newBase) {\n map.setView(layer.getSource().getView());\n }\n}\n\nvisualizationSelector.addEventListener('change', updateVisualization);\nimageSelector.addEventListener('change', updateVisualization);\nupdateVisualization();\n\nNote that we also only now update the view if the user has selected a new imagery source. This is nicer than zooming out to the full extent whenever a new visualization type is selected.\nReload http://localhost:5173/. Boom!\nCOG explorer\n"},"vectortile/":{"url":"vectortile/","title":"Vector Tiles and Mapbox Styles","keywords":"","body":"Vector tiles and Mapbox styles\nIn this module we will learn everything about using vector tiles in OpenLayers, and bring in the ol-mapbox-style utility to work with Mapbox Style files.\n\nThe VectorTile layer\nInteract with VectorTile features\nMaking things look bright\n\n"},"vectortile/map.html":{"url":"vectortile/map.html","title":"The VectorTile layer","keywords":"","body":"The VectorTile layer\nWe now know how to load tiled images, and we have seen different ways to load and render vector data. But what if we could have tiles that are fast to transfer to the browser, and can be styled on the fly? Well, this is what vector tiles were made for. OpenLayers supports vector tiles through the VectorTile layer.\nA world map rendered from vector data\nWe'll start with the same markup in index.html as in the Basics exercise.\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nAs usual, we save index.html in the root of our workshop folder.\nFor the application, we'll start with a fresh main.js in the root of the workshop folder, and add the required imports:\nimport MVT from 'ol/format/MVT';\nimport VectorTileLayer from 'ol/layer/VectorTile';\nimport VectorTileSource from 'ol/source/VectorTile';\nimport {Map, View} from 'ol';\nimport {fromLonLat} from 'ol/proj';\n\nThe data source we are going to use is a simple map of the countries of the world from Natural Earth data, served as vector tiles by GeoServer.\nThe map setup we're going to create here is the same that we have used in previous exercises:\nconst map = new Map({\n target: 'map-container',\n view: new View({\n center: fromLonLat([0, 0]),\n zoom: 2,\n }),\n});\n\nThe layer type we are going to use this time is a VectorTileLayer, with a VectorTileSource:\nconst layer = new VectorTileLayer({\n source: new VectorTileSource({\n format: new MVT(),\n url:\n 'https://ahocevar.com/geoserver/gwc/service/tms/1.0.0/' +\n 'ne:ne_10m_admin_0_countries@EPSG%3A900913@pbf/{z}/{x}/{-y}.pbf',\n maxZoom: 14,\n }),\n});\nmap.addLayer(layer);\n\nOur data source provides only zoom levels 0 to 14, so we need to pass this information to the source. Vector tile layers are usually optimized for a tile size of 512 pixels, which is also the default for the VectorTile source's tile grid. The data provider requires us to display some attributions, which we are adding to the source configuration as well.\nAs you can see, a VectorTileSource is configured with a format and a url, just like a VectorSource. The MVT format parses Mapbox Vector Tiles. Like with raster tiles, the tile data is accessed by zoom level and x and y coordinates of the tile. Therefore, the URL includes a {z} placeholder for the zoom level, and {x} and {y} placeholders for the tile coordinates.\nThe working example at http://localhost:5173/ shows an unstyled vector tile map like this:\nA world without style\n"},"vectortile/bright.html":{"url":"vectortile/bright.html","title":"Making things look bright","keywords":"","body":"Making things look bright\nObviously the map we currently have needs some style. Styles for VectorTile layers work exactly the same way as for Vector layers. The styles described there will work here as well.\nFor maps like this, creating data driven styles like for vector layers is straightforward. But vector tiles are also being used for street maps, where styling will usually differ a lot depending on the map's zoom level. In these cases, doing all this by hand may be too time-consuming.\nIn the history of web mapping, there have been many attempts to create tools and formats for styling maps. The most popular formats were probably SLD and CartoCSS. A graphical tool that comes to mind is Atlas Styler. But none of these formats or tools were really convenient to use.\nMapbox finally came up with Mapbox Studio, a very user-friendly style editor, and the Mapbox Style format. The Mapbox Style format is easy to read and write manually, and supported by a growing number of applications. A graphical Open Source editor, Maputnik, is available as an independent alternative to Mapbox Studio for creating and modifying Mapbox Style files.\nUsing a Mapbox Style definition\nWith the additional ol-mapbox-style library, there are several ways to use vector tile layers with Mapbox styles in OpenLayers. The easiest is the MapboxVector layer from the ol-mapbox-style import. It is configured with a url that points to a Mapbox Style document. Let's try it out.\nFirst, add the required import:\nimport {MapboxVectorLayer} from 'ol-mapbox-style';\n\nThe tile dataset we are going to use is https://tiles.openfreemap.org/styles/bright. Alternatively, if you have a Mapbox account, you could use the ancestor of that map from Mapbox (see comments in the code below).\nconst layer = new MapboxVectorLayer({\n styleUrl: 'https://tiles.openfreemap.org/styles/bright',\n // or, instead of the above, try\n // styleUrl: 'mapbox://styles/mapbox/bright-v9',\n // accessToken: 'Your token from https://mapbox.com/'\n});\nmap.addLayer(layer);\n\nThe above code replaces the VectorTileLayer from the previous step. When everything works as expected, we can finally enjoy a nice looking world map, and zoom in to Belém!\nA bright map of Belém\nBuild a complete map from a Mapbox Style definition\nThe Mapbox Style format was not just made for styling vector data. It was made to describe an entire map, with all its sources and layers, and its initial view configuration (e.g. center and zoom level).\nWith ol-mapbox-style's apply() function, it is also possible to create a whole map from a Mapbox Style. If you want to try that, you could replace the whole code in main.js with this:\nimport {apply} from 'ol-mapbox-style';\napply('map-container', 'https://tiles.openfreemap.org/styles/bright');\n\nAfter trying this, switch back to the previous code, as we will be looking into how to interact with a vector tile map.\n"},"vectortile/interact.html":{"url":"vectortile/interact.html","title":"Interact with VectorTile features","keywords":"","body":"Interact with VectorTile features\nThe nice thing about vector tiles is that we can interact with features, because we have the data on the client. One thing to note though is that vector tiles are optimized for rendering. This means that features only contain attributes that are needed for filtering and rendering, and that geometries are optimized for the rendered resolution and clipped near the tile boundary.\nFor this exercise, we're going to draw a box around the features at the pointer's location when hovering over them.\nAdding a vector layer for displaying bounding boxes\nWe will be drawing the bounding boxes of the hovered features on a separate layer. The following imports are needed, and we add them next to the other imports in main.js:\nimport VectorLayer from 'ol/layer/Vector';\nimport VectorSource from 'ol/source/Vector';\nimport {Stroke, Style} from 'ol/style';\n\nNext, we can create a source for the layer, the layer, and assign it to the map:\nconst source = new VectorSource();\nnew VectorLayer({\n map: map,\n source: source,\n style: new Style({\n stroke: new Stroke({\n color: 'red',\n width: 4,\n }),\n }),\n});\n\nInteracting with the map\nNow it is time to add a pointermove listener to the map, which gets all the features at the pointer location and adds their bounding boxes to the layer. We need two additional imports for that:\nimport Feature from 'ol/Feature';\nimport {fromExtent} from 'ol/geom/Polygon';\n\nFinally we can add the code that clears the current contents of the source and adds the bounding boxes for the features at the pointer location as new content:\nmap.on('pointermove', function (event) {\n source.clear();\n map.forEachFeatureAtPixel(event.pixel, function (feature) {\n const geometry = feature.getGeometry();\n source.addFeature(new Feature(fromExtent(geometry.getExtent())));\n });\n});\n\nNow when hovering over the map, the result should look like this:\nHovering over the map\n"},"webgl/":{"url":"webgl/","title":"WebGL Point Rendering","keywords":"","body":"WebGL Meteor Shower\nIn this module, we'll use WebGL to do custom rendering of meteorite impact data from a CSV file.\nThe module starts out rendering points with a normal vector layer using the Canvas 2D context. Then we'll use new point rendering utilities to render the same data with WebGL. Finally, we'll use custom style expressions to show how the data can be dynamically styled.\n\nSetup\nRendering points\nAnimating points\n\n"},"webgl/meteorites.html":{"url":"webgl/meteorites.html","title":"Map setup","keywords":"","body":"Rendering meteorites with Canvas 2D\nStarting with OpenLayers 6, each layer in a map has an independent renderer. Previously, all layer rendering was managed by a single map renderer and depended on a single rendering strategy. So prior to OpenLayers 6, you needed to choose between Canvas 2D or WebGL rendering for all layers. In recent OpenLayers versions, you can have a map composed of layers with different rendering strategies. For example, you can render some layers with a Canvas 2D renderer and others with a WebGL renderer.\nThe ol/layer/Vector class uses Canvas 2D to render points, lines, or polygons. This layer has a full featured renderer with a ton of flexibility in feature styling. For very large numbers of features, WebGL might be a more appropriate technology. In this module, we'll start by using Canvas 2D to render 45,000 meteorite locations and then migrate the example to WebGL.\nFirst, edit your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nNext we'll fetch and parse data from a local CSV file, add the resulting features to a vector source, and render it on the map with a vector layer.\nThe meteorites.csv file has data in it that looks like this:\nname,mass,year,reclat,reclong\nAachen,21,1880,50.775000,6.083330\n...\nWe're going to use the convenient papaparse library to parse the csv. It has already been added as dependency to the workshop, so we can import its parse function without the need to run npm install. We only need to write a short complete handler function that creates OpenLayers Features from the rows in the csv, with mass and year being numbers, not strings, and Point geometries representing the latitude ( reclat) and longitude (reclong) of the meteorite impact.\nUpdate your main.js to load and render a local CSV file with data representing meteorite impacts:\nimport Feature from 'ol/Feature';\nimport Point from 'ol/geom/Point';\nimport TileLayer from 'ol/layer/Tile';\nimport VectorLayer from 'ol/layer/Vector';\nimport {Map, View} from 'ol';\nimport {StadiaMaps, Vector as VectorSource} from 'ol/source';\nimport {fromLonLat} from 'ol/proj';\nimport {parse} from 'papaparse';\n\nconst source = new VectorSource();\nparse('./data/meteorites.csv', {\n download: true,\n header: true,\n complete(result) {\n source.addFeatures(\n result.data.map(\n (row) =>\n new Feature({\n mass: parseFloat(row.mass) || 0,\n year: parseInt(row.year) || 0,\n geometry: new Point(\n fromLonLat([parseFloat(row.reclong), parseFloat(row.reclat)]),\n ),\n }),\n ),\n );\n },\n});\n\nconst meteorites = new VectorLayer({\n source: source,\n style: {\n 'circle-radius': 7,\n 'circle-fill-color': 'rgba(255, 0, 0, 0.5)',\n },\n});\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new StadiaMaps({\n layer: 'stamen_toner',\n }),\n }),\n meteorites,\n ],\n view: new View({\n center: [0, 0],\n zoom: 2,\n }),\n});\n\nAfter fetching and parsing the data, features are added to a vector source. This source is rendered in a vector layer over a tile layer. We're applying very simple styling here - red, semi-transparent circles. The point is just to see how it feels to use the map with 45,000 features rendered with Canvas 2D.\nMeteorite impact sites\n"},"webgl/points.html":{"url":"webgl/points.html","title":"Rendering points","keywords":"","body":"Rendering points with WebGL\nIn the previous step, we rendered point features with the normal vector layer. This layer uses the 2D canvas context for rendering. With that layer, you can render tens of thousands of points – as long as you are careful about writing efficient styling code. For rendering larger numbers of points, or to do more efficient dynamic styling, WebGL is a good solution. OpenLayers has a growing set of utilities for rendering with WebGL. In this exercise we'll use it to render point geometries.\nFirst, we'll import the constructor of the WebGL-enabled points layer. This layer is an easy-to-use entry point for leveraging the advantages of the WebGL technology.\nimport WebGLVectorLayer from 'ol/layer/WebGLVector';\n\nThis is a replacement for the VectorLayer import, which you can now remove.\nReplace the const meteorites... assignment with an instance of your WebGLVectorLayer using the same vector source as before.\nconst meteorites = new WebGLVectorLayer({\n source: source,\n style: {\n 'circle-radius': 7,\n 'circle-fill-color': 'rgba(255, 0, 0, 0.5)',\n },\n});\n\nTada! Meteorite impact locations rendered with WebGL.\nImpact sites rendered as circles\nLike in the previous version, we specified a style parameter when creating the layer, and that style allowed us to specify the appearance of the points (red, semi-transparent circles).\nThis concept of 'flat styles' is available for both Canvas 2D and WebGL layers, although the supported range of features differs a bit.\n\nWebGL layers use a completely different rendering system, and the style object is actually transformed dynamically into fragment and vertex shaders. \n\nBy navigating the map you might notice a performance improvement from the previous step where we were using a standard Canvas 2D layer. This would be more pronounced if we had hundreds of thousands of points to render.\nNow, I think we can all agree on the fact that this map isn't great to look at: that is probably because each and every point has the same styling.\nLet's begin by sizing our circles depending on the mass of the meteorite. To achieve this, we're replacing the circle-radius of the style with the following expression:\n'circle-radius': [\n '+',\n ['*', ['clamp', ['*', ['get', 'mass'], 1 / 20000], 0, 1], 9],\n 4,\n],\n\nThis expression results in a minimum radius of 4 pixels, which can grow by 9 pixels depending on the mass of the meteorite, \nThe WebGLVectorLayer class supports this kind of expression for the numerical attributes of its style (size, opacity, color components, etc.).\nAn expression is composed of operators that are expressed as arrays like so:\n['get', 'mass']\n\n['clamp', value, 0, 1]\n\n['*', value, 9]\n\n['+', value, 4]\n\nThe first operator, get, will read the feature's attribute by its name. The other operators, here showcased clamp, * and +, allow manipulating the output of another operator. In the previous example we used these to transform the meteorites mass values into a final size comprised between 8 and 26.\nLooking better and better!\nCircle sized by meteorite mass\n"},"webgl/animated.html":{"url":"webgl/animated.html","title":"Animating points","keywords":"","body":"Animating meteorite impacts\nSo far we have managed to get data from our CSV file rendered with WebGL, but the map is pretty uninteresting. We're using the mass of the meteorite to determine the radius of the circle, but we're not making use of the meteorite impact date that we parsed as the year property in our point features.\nThe year property for our meteorite features have values that range from 1850 to 2015. We'll set up an animation loop that increments the current year, render meteorites on their impact year, and then decrease their size and opacity as time passes.\nAs a first step, we'll get the animation loop going and render the current year to a on top of the map. Add the following markup below the map container in your index.html:\n\n\nEdit the block to include the following rule:\n#year {\n position: absolute;\n bottom: 1em;\n left: 1em;\n color: white;\n -webkit-text-stroke: 1px black;\n font-size: 2em;\n font-weight: bold;\n}\n\nNow, back in main.js, we'll declare some variables to represent the time range of the data and the rate at which we want the animation to proceed. Add the following code above your const meteorites declaration in main.js:\nconst minYear = 1850;\nconst maxYear = 2015;\nconst span = maxYear - minYear;\nconst rate = 10; // years per second\n\nconst start = Date.now();\n\nTo be able to access the current year in style expressions, we need to use the variables constructor option on the meteorites layer and include the currentYear (whose value will start with minYear):\nvariables: {\n currentYear: minYear,\n},\n// ...other options like `style`\n\nStyle variables are values that are available in var expressions in the layer style.\nNext we need to assign our map instance to a map variable that we can reference later:\nconst map = new Map({\n\nBelow the map configuration, add the following render function to get the animation loop started. In this function, we'll update the current year and call updateStyleVariables() on the meteorites layer to update the year used in the style expressions.\nconst yearElement = document.getElementById('year');\n\nfunction render() {\n const elapsed = (rate * (Date.now() - start)) / 1000;\n const currentYear = Math.round(minYear + (elapsed % span));\n meteorites.updateStyleVariables({currentYear: currentYear});\n yearElement.innerText = currentYear;\n requestAnimationFrame(render);\n}\n\nrender();\n\nIf you got it all right, you should see the years rolling by in the lower left corner above the map.\nThrough the years\nWe also add another layer option to the meteorites layer, which will improve the performance of the animation – we do not need to process hit detection data in every anmiation step.\ndisableHitDetection: true,\n\nNow to show the temporal context on the map, we only want to show each meteorite for a period of 10 years, starting at the time of its impact. For this, we're adding a filter to the meteorites layer's style object:\nfilter: ['between', ['get', 'year'], periodStart, ['var', 'currentYear']],\n\nThe filter references a periodStart variable, which is an expression on its own that we need to define. While we're at it, we define a few more of those to use in the style object. Let's add the following above the const meteorites layer definition:\nconst period = 10;\nconst periodStart = ['-', ['var', 'currentYear'], period];\nconst decay = [\n 'interpolate',\n ['linear'],\n ['get', 'year'],\n periodStart,\n 0,\n ['var', 'currentYear'],\n 1,\n];\n\nThe decay is an expression we're going to use to fade out circles by reducing their size and opacity. It gives us a value between 0 and 1, which we can apply as multiplier for the fade effect. To use it for reducing the size over time, we have to modify the circle-radius in the style object:\n'circle-radius': [\n '*',\n decay,\n ['+', ['*', ['clamp', ['*', ['get', 'mass'], 1 / 20000], 0, 1], 9], 4],\n],\n\nThe existing expression is the fourth line of the new circle-radius expression.\nFor reducing the opacity over time, we also apply the decay to the circle-fill-color:\n'circle-fill-color': ['color', 255, 0, 0, ['*', 0.5, decay]],\n\nPreviously we had an rgba color, now we use a color expression consisting of r, g, b and alpha values. The alpha value is now dynamic and considers the decay.\nMeteor shower\nCongratulations!\n"},"deploying/":{"url":"deploying/","title":"Deploying","keywords":"","body":"Deploying\nThroughout the workshop, we've been using a development server to view the examples. This is similar to the setup you would use when developing an application with the ol package. When you're ready to deploy your application, you'll want to create a minified bundle of your application entry point with a build step.\nWe've been using Vite for module bundling during development. When we started the development server with npm start, we were running Vite in development mode. In production mode, the bundle is minified.\nTo build assets for deployment, we run our build script from package.json:\nnpm run build\nThis runs vite build and copies the data directory to the dist/ folder.\nAfter the build finishes, you'll have artifacts in the dist directory. These are the assets that you would deploy to your production server (or S3, or wherever you want to host your application). You can see what the app looks like by running a local http server.\nnpx serve dist\nNow you can open http://localhost:3000/ to see how the application will look in production.\nThat's it. You're done!\n"},"data-tiles/":{"url":"data-tiles/","title":"Data Tiles","keywords":"","body":"Data Tiles\nThe WebGL tile layer renderer allows us to manipulate pixel values before rendering. In this exercise, we'll use a tileset that encodes elevation data as RGB values. In this section, we'll create a map that gives the user control over sea level. With a sea level value from a range input, we'll render the user adjusted sea level over a basemap.\n\nMap setup\nRender elevation data\nRender sea level\n\n"},"data-tiles/map.html":{"url":"data-tiles/map.html","title":"Map setup","keywords":"","body":"Map setup\nEdit your index.html so we're ready to render a full page map:\n\n\n \n \n OpenLayers\n \n @import \"node_modules/ol/ol.css\";\n \n \n html, body, #map-container {\n margin: 0;\n height: 100%;\n width: 100%;\n font-family: sans-serif;\n }\n \n \n \n \n \n \n\n\nClear out your main.js and add the following imports:\nimport Map from 'ol/Map.js';\nimport TileLayer from 'ol/layer/WebGLTile.js';\nimport View from 'ol/View.js';\nimport XYZ from 'ol/source/XYZ.js';\nimport {fromLonLat} from 'ol/proj.js';\n\nIn this section, we'll be using tiles from MapTiler. If you don't have an account already, you can sign up for a free one and use your key in these examples. After signing up for an account, find your default API key, and add it to main.js:\nconst key = '';\n\nTo verify that everything works, we'll create a map with a single layer using your API key.\nconst attributions =\n '© MapTiler ' +\n '© OpenStreetMap contributors';\n\nnew Map({\n target: 'map-container',\n layers: [\n new TileLayer({\n source: new XYZ({\n url: 'https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key=' + key,\n attributions: attributions,\n crossOrigin: 'anonymous',\n tileSize: 512,\n }),\n }),\n ],\n view: new View({\n center: fromLonLat([-58.3816, -34.6037]),\n zoom: 11,\n }),\n});\n\nA map of Buenos Aires\n"},"data-tiles/elevation.html":{"url":"data-tiles/elevation.html","title":"Render elevation data","keywords":"","body":"Render elevation data\nMapTiler provides a global tileset with elevation data encoded as PNG files.\nLet's see what these tiles look like by adding them to our map. In your main.js, create a new layer that uses the MapTiler terrain-rgb tileset:\nconst layer = new TileLayer({\n opacity: 0.6,\n source: new XYZ({\n url:\n 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key,\n maxZoom: 10,\n tileSize: 512,\n crossOrigin: 'anonymous',\n }),\n});\n\nAfter adding that layer to your map, you should be able to reload the page some oddly colored tiles shown over your base layer. The elevation data in the Terrain-RGB tiles is encoded in the red, green, and blue channels. So while this data isn't meant to be rendered directly, it is interesting to look at.\nTerrain-RGB tiles rendered over a base map\n"},"data-tiles/sea-level.html":{"url":"data-tiles/sea-level.html","title":"Render sea level","keywords":"","body":"Render sea level\nIn the previous step, we rendered the Terrain-RGB tiles directly on the map. What we want to do is render sea level on the map instead. And we want users to be able to adjust the height above sea level and see the adjusted height rendered on the map. We'll use a WebGL tile layer to work with the elevation data directly and get the user input from an input slider on the page.\nLet's add the controls to the page first. In your index.html, add the following label and input slider:\n\n Sea level\n \n + m\n\n\nNow add some style to those controls (in the of your index.html):\n#slider {\n position: absolute;\n bottom: 1rem;\n width: 100%;\n text-align: center;\n text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);\n}\n\nInstead of directly rendering the R, G, B, A values from the Terrain-RGB tiles, we want to manipulate the pixel values before rendering. The WebGL tile layer allows you to manipulate pixel values in a style expression before rendering them. This expression is evaluated for every pixel in the input source.\nFirst, import the WebGLTile layer (in main.js):\nimport TileLayer from 'ol/layer/WebGLTile.js';\n\nThe elevation values in the terrain-rgb tiles are encoded as red, gree, and blue values (from 0-255) in the tiles according to the following formula:\nelevation = -10000 + ((R * 256 * 256 + G * 256 + B) * 0.1)\nWe can use the WebGL style expression language to represent that formula. Add the expression below to your main.js. This expression decodes the input elevation data — transforming red, green, and blue values into a single elevation measure.\n// band math operates on normalized values from 0-1\n// so we scale by 255 to align with the elevation formula\n// from https://cloud.maptiler.com/tiles/terrain-rgb/\nconst elevation = [\n '+',\n -10000,\n [\n '*',\n 0.1 * 255,\n [\n '+',\n ['*', 256 * 256, ['band', 1]],\n ['+', ['*', 256, ['band', 2]], ['band', 3]],\n ],\n ],\n];\n\nCreate a WebGL tile layer that uses the expression above:\nconst layer = new TileLayer({\n opacity: 0.6,\n source: new XYZ({\n url:\n 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key,\n maxZoom: 10,\n tileSize: 512,\n crossOrigin: 'anonymous',\n }),\n style: {\n variables: {\n level: 0,\n },\n color: [\n 'case',\n ['\nThe color expression above uses a case expression to color values at or below sea level as blue. Elevation values above sea level will be transparent (with an alpha value of 0).\nNext we need to listen for changes on the slider input and update the seaLevel style variable when the user adjusts the value.\nconst control = document.getElementById('level');\nconst output = document.getElementById('output');\nconst listener = function () {\n output.innerText = control.value;\n layer.updateStyleVariables({level: parseFloat(control.value)});\n};\ncontrol.addEventListener('input', listener);\ncontrol.addEventListener('change', listener);\noutput.innerText = control.value;\n\nWith all this in place, the map should now have a slider that let's users control changes in sea level.\nSea level rise\n"}}}
\ No newline at end of file