Skip to content

Commit 3411f5f

Browse files
Propose a version of the geojson renderer including a fuzzy search that compares a user input to the items of the list of tilelayers. Results are proposed in a dropdown menu'
r
1 parent 9c7d84e commit 3411f5f

File tree

9 files changed

+3169
-3442
lines changed

9 files changed

+3169
-3442
lines changed

notebooks/idf_departments.geojson

+1
Large diffs are not rendered by default.

packages/geojson-extension/lib/providers.json

-3,240
This file was deleted.

packages/geojson-extension/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"lib/*.d.ts",
3030
"lib/*.js",
3131
"style/*.*",
32-
"style/index.js"
32+
"style/index.js",
33+
"src/access_data.json",
34+
"src/providers.json"
3335
],
3436
"scripts": {
3537
"build": "jlpm run build:lib && jlpm run build:labextension:dev",

packages/geojson-extension/lib/access_data.json packages/geojson-extension/src/access_data.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
{"Thunderforest": {
2-
"keyString":"apikey",
1+
{
2+
"Thunderforest": {
3+
"keyString": "apikey",
34
"name": "Thunderforest"
45
},
56
"OpenWeatherMap": {
6-
"keyString":"apiKey",
7+
"keyString": "apiKey",
78
"name": "OpenWeatherMap"
89
},
910
"MapTiler": {
1011
"keyString": "key",
11-
"name": "MapTiler"
12+
"name": "MapTiler"
1213
},
1314
"MapBox": {
1415
"keyString": "accessToken",
@@ -34,5 +35,4 @@
3435
"keyString": "subscriptionKey",
3536
"name": "AzureMaps"
3637
}
37-
38-
}
38+
}

0 commit comments

Comments
 (0)