Skip to content

Commit

Permalink
Deployed 8696005 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 9, 2024
1 parent 8226805 commit 125a2e2
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 163 deletions.
Binary file modified examples/3d_indoor_mapping/__pycache__/app.cpython-39.pyc
Binary file not shown.
Binary file modified examples/earthquake_clusters/__pycache__/app.cpython-39.pyc
Binary file not shown.
Binary file not shown.
11 changes: 9 additions & 2 deletions examples/every_person_in_manhattan/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

import pandas as pd
import shapely
from maplibre import (Layer, LayerType, Map, MapContext, MapOptions,
output_maplibregl, render_maplibregl)
from maplibre import (
Layer,
LayerType,
Map,
MapContext,
MapOptions,
output_maplibregl,
render_maplibregl,
)
from maplibre.basemaps import Carto
from maplibre.controls import ScaleControl
from maplibre.sources import GeoJSONSource
Expand Down
141 changes: 74 additions & 67 deletions examples/every_person_in_manhattan/index.html

Large diffs are not rendered by default.

Binary file modified examples/getting_started/__pycache__/basic_usage.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file modified examples/getting_started/__pycache__/reactivity.cpython-39.pyc
Binary file not shown.
11 changes: 9 additions & 2 deletions examples/vancouver_blocks/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
from maplibre import (Layer, LayerType, Map, MapContext, MapOptions,
output_maplibregl, render_maplibregl)
from maplibre import (
Layer,
LayerType,
Map,
MapContext,
MapOptions,
output_maplibregl,
render_maplibregl,
)
from maplibre.basemaps import Carto
from maplibre.controls import ScaleControl
from maplibre.sources import GeoJSONSource
Expand Down
189 changes: 98 additions & 91 deletions examples/vancouver_blocks/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 125a2e2

Please sign in to comment.