umap-project 3.0.4__py3-none-any.whl → 3.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (158) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +136 -56
  4. umap/locale/en/LC_MESSAGES/django.po +18 -18
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +136 -56
  7. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/nl/LC_MESSAGES/django.po +1 -1
  9. umap/models.py +1 -0
  10. umap/settings/base.py +1 -0
  11. umap/static/umap/css/bar.css +1 -1
  12. umap/static/umap/css/tooltip.css +13 -0
  13. umap/static/umap/js/modules/autocomplete.js +7 -8
  14. umap/static/umap/js/modules/browser.js +89 -94
  15. umap/static/umap/js/modules/caption.js +6 -4
  16. umap/static/umap/js/modules/data/features.js +1 -19
  17. umap/static/umap/js/modules/data/layer.js +100 -61
  18. umap/static/umap/js/modules/facets.js +1 -1
  19. umap/static/umap/js/modules/form/fields.js +1 -1
  20. umap/static/umap/js/modules/importer.js +1 -1
  21. umap/static/umap/js/modules/managers.js +46 -0
  22. umap/static/umap/js/modules/permissions.js +1 -1
  23. umap/static/umap/js/modules/rendering/controls.js +251 -0
  24. umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
  25. umap/static/umap/js/modules/rendering/map.js +21 -10
  26. umap/static/umap/js/modules/rendering/ui.js +0 -1
  27. umap/static/umap/js/modules/rules.js +56 -46
  28. umap/static/umap/js/modules/schema.js +5 -1
  29. umap/static/umap/js/modules/share.js +2 -2
  30. umap/static/umap/js/modules/slideshow.js +1 -1
  31. umap/static/umap/js/modules/sync/engine.js +23 -9
  32. umap/static/umap/js/modules/ui/bar.js +2 -2
  33. umap/static/umap/js/modules/ui/base.js +13 -0
  34. umap/static/umap/js/modules/umap.js +69 -111
  35. umap/static/umap/js/umap.controls.js +0 -310
  36. umap/static/umap/js/umap.core.js +0 -40
  37. umap/static/umap/locale/am_ET.js +8 -3
  38. umap/static/umap/locale/am_ET.json +8 -3
  39. umap/static/umap/locale/ar.js +8 -3
  40. umap/static/umap/locale/ar.json +8 -3
  41. umap/static/umap/locale/ast.js +8 -3
  42. umap/static/umap/locale/ast.json +8 -3
  43. umap/static/umap/locale/bg.js +8 -3
  44. umap/static/umap/locale/bg.json +8 -3
  45. umap/static/umap/locale/br.js +8 -3
  46. umap/static/umap/locale/br.json +8 -3
  47. umap/static/umap/locale/ca.js +20 -17
  48. umap/static/umap/locale/ca.json +20 -17
  49. umap/static/umap/locale/cs_CZ.js +5 -2
  50. umap/static/umap/locale/cs_CZ.json +5 -2
  51. umap/static/umap/locale/da.js +8 -3
  52. umap/static/umap/locale/da.json +8 -3
  53. umap/static/umap/locale/de.js +5 -2
  54. umap/static/umap/locale/de.json +5 -2
  55. umap/static/umap/locale/el.js +92 -87
  56. umap/static/umap/locale/el.json +92 -87
  57. umap/static/umap/locale/en.js +5 -2
  58. umap/static/umap/locale/en.json +5 -2
  59. umap/static/umap/locale/en_US.json +8 -3
  60. umap/static/umap/locale/es.js +18 -15
  61. umap/static/umap/locale/es.json +18 -15
  62. umap/static/umap/locale/et.js +8 -3
  63. umap/static/umap/locale/et.json +8 -3
  64. umap/static/umap/locale/eu.js +5 -2
  65. umap/static/umap/locale/eu.json +5 -2
  66. umap/static/umap/locale/fa_IR.js +5 -2
  67. umap/static/umap/locale/fa_IR.json +5 -2
  68. umap/static/umap/locale/fi.js +8 -3
  69. umap/static/umap/locale/fi.json +8 -3
  70. umap/static/umap/locale/fr.js +5 -2
  71. umap/static/umap/locale/fr.json +5 -2
  72. umap/static/umap/locale/gl.js +5 -2
  73. umap/static/umap/locale/gl.json +5 -2
  74. umap/static/umap/locale/he.js +8 -3
  75. umap/static/umap/locale/he.json +8 -3
  76. umap/static/umap/locale/hr.js +8 -3
  77. umap/static/umap/locale/hr.json +8 -3
  78. umap/static/umap/locale/hu.js +5 -2
  79. umap/static/umap/locale/hu.json +5 -2
  80. umap/static/umap/locale/id.js +8 -3
  81. umap/static/umap/locale/id.json +8 -3
  82. umap/static/umap/locale/is.js +8 -3
  83. umap/static/umap/locale/is.json +8 -3
  84. umap/static/umap/locale/it.js +5 -2
  85. umap/static/umap/locale/it.json +5 -2
  86. umap/static/umap/locale/ja.js +8 -3
  87. umap/static/umap/locale/ja.json +8 -3
  88. umap/static/umap/locale/ko.js +8 -3
  89. umap/static/umap/locale/ko.json +8 -3
  90. umap/static/umap/locale/lt.js +8 -3
  91. umap/static/umap/locale/lt.json +8 -3
  92. umap/static/umap/locale/ms.js +8 -3
  93. umap/static/umap/locale/ms.json +8 -3
  94. umap/static/umap/locale/nl.js +7 -4
  95. umap/static/umap/locale/nl.json +7 -4
  96. umap/static/umap/locale/no.js +8 -3
  97. umap/static/umap/locale/no.json +8 -3
  98. umap/static/umap/locale/pl.js +8 -3
  99. umap/static/umap/locale/pl.json +8 -3
  100. umap/static/umap/locale/pl_PL.json +8 -3
  101. umap/static/umap/locale/pt.js +5 -2
  102. umap/static/umap/locale/pt.json +5 -2
  103. umap/static/umap/locale/pt_BR.js +8 -3
  104. umap/static/umap/locale/pt_BR.json +8 -3
  105. umap/static/umap/locale/pt_PT.js +5 -2
  106. umap/static/umap/locale/pt_PT.json +5 -2
  107. umap/static/umap/locale/ro.js +8 -3
  108. umap/static/umap/locale/ro.json +8 -3
  109. umap/static/umap/locale/ru.js +8 -3
  110. umap/static/umap/locale/ru.json +8 -3
  111. umap/static/umap/locale/sk_SK.js +8 -3
  112. umap/static/umap/locale/sk_SK.json +8 -3
  113. umap/static/umap/locale/sl.js +8 -3
  114. umap/static/umap/locale/sl.json +8 -3
  115. umap/static/umap/locale/sr.js +8 -3
  116. umap/static/umap/locale/sr.json +8 -3
  117. umap/static/umap/locale/sv.js +8 -3
  118. umap/static/umap/locale/sv.json +8 -3
  119. umap/static/umap/locale/th_TH.js +8 -3
  120. umap/static/umap/locale/th_TH.json +8 -3
  121. umap/static/umap/locale/tr.js +8 -3
  122. umap/static/umap/locale/tr.json +8 -3
  123. umap/static/umap/locale/uk_UA.js +8 -3
  124. umap/static/umap/locale/uk_UA.json +8 -3
  125. umap/static/umap/locale/vi.js +8 -3
  126. umap/static/umap/locale/vi.json +8 -3
  127. umap/static/umap/locale/vi_VN.json +8 -3
  128. umap/static/umap/locale/zh.js +8 -3
  129. umap/static/umap/locale/zh.json +8 -3
  130. umap/static/umap/locale/zh_CN.json +8 -3
  131. umap/static/umap/locale/zh_TW.Big5.json +8 -3
  132. umap/static/umap/locale/zh_TW.js +5 -2
  133. umap/static/umap/locale/zh_TW.json +5 -2
  134. umap/static/umap/map.css +9 -31
  135. umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
  136. umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
  137. umap/templates/umap/design_system.html +355 -0
  138. umap/tests/base.py +2 -2
  139. umap/tests/fixtures/heatmap_data.json +1044 -0
  140. umap/tests/integration/test_browser.py +3 -3
  141. umap/tests/integration/test_conditional_rules.py +2 -2
  142. umap/tests/integration/test_datalayer.py +0 -1
  143. umap/tests/integration/test_edit_map.py +7 -7
  144. umap/tests/integration/test_facets_browser.py +2 -2
  145. umap/tests/integration/test_heatmap.py +41 -0
  146. umap/tests/integration/test_import.py +58 -1
  147. umap/tests/integration/test_map.py +7 -8
  148. umap/tests/integration/test_optimistic_merge.py +12 -4
  149. umap/tests/integration/test_querystring.py +1 -1
  150. umap/tests/integration/test_remote_data.py +79 -0
  151. umap/tests/integration/test_websocket_sync.py +2 -2
  152. umap/urls.py +1 -0
  153. umap/views.py +7 -0
  154. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
  155. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
  156. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
  157. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
  158. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,1044 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "features": [
4
+ {
5
+ "type": "Feature",
6
+ "geometry": {
7
+ "type": "Point",
8
+ "coordinates": [
9
+ -1.5574738,
10
+ 47.2179406
11
+ ]
12
+ },
13
+ "properties": {
14
+ "amenity": "bicycle_parking",
15
+ "capacity": "12"
16
+ },
17
+ "id": "U5NTQ"
18
+ },
19
+ {
20
+ "type": "Feature",
21
+ "geometry": {
22
+ "type": "Point",
23
+ "coordinates": [
24
+ -1.5569368,
25
+ 47.2163525
26
+ ]
27
+ },
28
+ "properties": {
29
+ "amenity": "bicycle_parking",
30
+ "capacity": "8"
31
+ },
32
+ "id": "Q0Njc"
33
+ },
34
+ {
35
+ "type": "Feature",
36
+ "geometry": {
37
+ "type": "Point",
38
+ "coordinates": [
39
+ -1.5578441,
40
+ 47.2160584
41
+ ]
42
+ },
43
+ "properties": {
44
+ "amenity": "bicycle_parking",
45
+ "capacity": "8"
46
+ },
47
+ "id": "IzNTk"
48
+ },
49
+ {
50
+ "type": "Feature",
51
+ "geometry": {
52
+ "type": "Point",
53
+ "coordinates": [
54
+ -1.5565534,
55
+ 47.2154621
56
+ ]
57
+ },
58
+ "properties": {
59
+ "amenity": "bicycle_parking",
60
+ "capacity": "4"
61
+ },
62
+ "id": "kyNzI"
63
+ },
64
+ {
65
+ "type": "Feature",
66
+ "geometry": {
67
+ "type": "Point",
68
+ "coordinates": [
69
+ -1.5562915,
70
+ 47.2159006
71
+ ]
72
+ },
73
+ "properties": {
74
+ "amenity": "bicycle_parking",
75
+ "capacity": "4"
76
+ },
77
+ "id": "M0NDU"
78
+ },
79
+ {
80
+ "type": "Feature",
81
+ "geometry": {
82
+ "type": "Point",
83
+ "coordinates": [
84
+ -1.5564281,
85
+ 47.218907
86
+ ]
87
+ },
88
+ "properties": {
89
+ "amenity": "bicycle_parking",
90
+ "capacity": "16"
91
+ },
92
+ "id": "U1ODY"
93
+ },
94
+ {
95
+ "type": "Feature",
96
+ "geometry": {
97
+ "type": "Point",
98
+ "coordinates": [
99
+ -1.558283,
100
+ 47.2182359
101
+ ]
102
+ },
103
+ "properties": {
104
+ "amenity": "bicycle_parking",
105
+ "capacity": "8"
106
+ },
107
+ "id": "k2MDk"
108
+ },
109
+ {
110
+ "type": "Feature",
111
+ "geometry": {
112
+ "type": "Point",
113
+ "coordinates": [
114
+ -1.5582976,
115
+ 47.2179851
116
+ ]
117
+ },
118
+ "properties": {
119
+ "amenity": "bicycle_parking",
120
+ "capacity": "20"
121
+ },
122
+ "id": "g3NDk"
123
+ },
124
+ {
125
+ "type": "Feature",
126
+ "geometry": {
127
+ "type": "Point",
128
+ "coordinates": [
129
+ -1.554373,
130
+ 47.2158135
131
+ ]
132
+ },
133
+ "properties": {
134
+ "amenity": "bicycle_parking",
135
+ "capacity": "10"
136
+ },
137
+ "id": "YxOTg"
138
+ },
139
+ {
140
+ "type": "Feature",
141
+ "geometry": {
142
+ "type": "Point",
143
+ "coordinates": [
144
+ -1.5563275,
145
+ 47.2184149
146
+ ]
147
+ },
148
+ "properties": {
149
+ "amenity": "bicycle_parking",
150
+ "capacity": "18"
151
+ },
152
+ "id": "kxNjk"
153
+ },
154
+ {
155
+ "type": "Feature",
156
+ "geometry": {
157
+ "type": "Point",
158
+ "coordinates": [
159
+ -1.5533245,
160
+ 47.2172212
161
+ ]
162
+ },
163
+ "properties": {
164
+ "amenity": "bicycle_parking",
165
+ "capacity": "4"
166
+ },
167
+ "id": "gxMzI"
168
+ },
169
+ {
170
+ "type": "Feature",
171
+ "geometry": {
172
+ "type": "Point",
173
+ "coordinates": [
174
+ -1.5551443,
175
+ 47.2188677
176
+ ]
177
+ },
178
+ "properties": {
179
+ "amenity": "bicycle_parking",
180
+ "capacity": "4"
181
+ },
182
+ "id": "c0NjA"
183
+ },
184
+ {
185
+ "type": "Feature",
186
+ "geometry": {
187
+ "type": "Point",
188
+ "coordinates": [
189
+ -1.5556658,
190
+ 47.21705
191
+ ]
192
+ },
193
+ "properties": {
194
+ "amenity": "bicycle_parking",
195
+ "capacity": "4"
196
+ },
197
+ "id": "U2Njg"
198
+ },
199
+ {
200
+ "type": "Feature",
201
+ "geometry": {
202
+ "type": "Point",
203
+ "coordinates": [
204
+ -1.5539064,
205
+ 47.218081
206
+ ]
207
+ },
208
+ "properties": {
209
+ "amenity": "bicycle_parking",
210
+ "capacity": "4"
211
+ },
212
+ "id": "g3OTI"
213
+ },
214
+ {
215
+ "type": "Feature",
216
+ "geometry": {
217
+ "type": "Point",
218
+ "coordinates": [
219
+ -1.5546784,
220
+ 47.2168945
221
+ ]
222
+ },
223
+ "properties": {
224
+ "amenity": "bicycle_parking",
225
+ "capacity": "4"
226
+ },
227
+ "id": "kwNDE"
228
+ },
229
+ {
230
+ "type": "Feature",
231
+ "geometry": {
232
+ "type": "Point",
233
+ "coordinates": [
234
+ -1.5536486,
235
+ 47.2187251
236
+ ]
237
+ },
238
+ "properties": {
239
+ "amenity": "bicycle_parking",
240
+ "capacity": "5"
241
+ },
242
+ "id": "MyMzY"
243
+ },
244
+ {
245
+ "type": "Feature",
246
+ "geometry": {
247
+ "type": "Point",
248
+ "coordinates": [
249
+ -1.5562623,
250
+ 47.2171954
251
+ ]
252
+ },
253
+ "properties": {
254
+ "amenity": "bicycle_parking",
255
+ "capacity": "8"
256
+ },
257
+ "id": "gyMTU"
258
+ },
259
+ {
260
+ "type": "Feature",
261
+ "geometry": {
262
+ "type": "Point",
263
+ "coordinates": [
264
+ -1.5521428,
265
+ 47.2183879
266
+ ]
267
+ },
268
+ "properties": {
269
+ "amenity": "bicycle_parking",
270
+ "capacity": "6"
271
+ },
272
+ "id": "ExNTk"
273
+ },
274
+ {
275
+ "type": "Feature",
276
+ "geometry": {
277
+ "type": "Point",
278
+ "coordinates": [
279
+ -1.5563233,
280
+ 47.2159854
281
+ ]
282
+ },
283
+ "properties": {
284
+ "amenity": "bicycle_parking",
285
+ "capacity": "6"
286
+ },
287
+ "id": "g3NDE"
288
+ },
289
+ {
290
+ "type": "Feature",
291
+ "geometry": {
292
+ "type": "Point",
293
+ "coordinates": [
294
+ -1.5533721,
295
+ 47.2177028
296
+ ]
297
+ },
298
+ "properties": {
299
+ "amenity": "bicycle_parking",
300
+ "capacity": "6"
301
+ },
302
+ "id": "I5MDc"
303
+ },
304
+ {
305
+ "type": "Feature",
306
+ "geometry": {
307
+ "type": "Point",
308
+ "coordinates": [
309
+ -1.5541232,
310
+ 47.2175267
311
+ ]
312
+ },
313
+ "properties": {
314
+ "amenity": "bicycle_parking",
315
+ "capacity": "6"
316
+ },
317
+ "id": "Y4Njc"
318
+ },
319
+ {
320
+ "type": "Feature",
321
+ "geometry": {
322
+ "type": "Point",
323
+ "coordinates": [
324
+ -1.5533324,
325
+ 47.2174192
326
+ ]
327
+ },
328
+ "properties": {
329
+ "amenity": "bicycle_parking",
330
+ "capacity": "16",
331
+ "parking": "surface"
332
+ },
333
+ "id": "IwNDY"
334
+ },
335
+ {
336
+ "type": "Feature",
337
+ "geometry": {
338
+ "type": "Point",
339
+ "coordinates": [
340
+ -1.5573317,
341
+ 47.2173787
342
+ ]
343
+ },
344
+ "properties": {
345
+ "amenity": "bicycle_parking",
346
+ "capacity": "2"
347
+ },
348
+ "id": "M1MTM"
349
+ },
350
+ {
351
+ "type": "Feature",
352
+ "geometry": {
353
+ "type": "Point",
354
+ "coordinates": [
355
+ -1.5583104,
356
+ 47.2170096
357
+ ]
358
+ },
359
+ "properties": {
360
+ "amenity": "bicycle_parking",
361
+ "capacity": "6",
362
+ "covered": "yes"
363
+ },
364
+ "id": "c1OTE"
365
+ },
366
+ {
367
+ "type": "Feature",
368
+ "geometry": {
369
+ "type": "Point",
370
+ "coordinates": [
371
+ -1.5563426,
372
+ 47.2171738
373
+ ]
374
+ },
375
+ "properties": {
376
+ "amenity": "bicycle_parking",
377
+ "capacity": "8"
378
+ },
379
+ "id": "E0Nzk"
380
+ },
381
+ {
382
+ "type": "Feature",
383
+ "geometry": {
384
+ "type": "Point",
385
+ "coordinates": [
386
+ -1.5561154,
387
+ 47.2163074
388
+ ]
389
+ },
390
+ "properties": {
391
+ "amenity": "bicycle_parking",
392
+ "capacity": "4"
393
+ },
394
+ "id": "M0MDY"
395
+ },
396
+ {
397
+ "type": "Feature",
398
+ "geometry": {
399
+ "type": "Point",
400
+ "coordinates": [
401
+ -1.5542382,
402
+ 47.2168162
403
+ ]
404
+ },
405
+ "properties": {
406
+ "amenity": "bicycle_parking",
407
+ "capacity": "6",
408
+ "covered": "yes"
409
+ },
410
+ "id": "Y3NzY"
411
+ },
412
+ {
413
+ "type": "Feature",
414
+ "geometry": {
415
+ "type": "Point",
416
+ "coordinates": [
417
+ -1.5544738,
418
+ 47.2170954
419
+ ]
420
+ },
421
+ "properties": {
422
+ "amenity": "bicycle_parking",
423
+ "capacity": "8"
424
+ },
425
+ "id": "gwNTk"
426
+ },
427
+ {
428
+ "type": "Feature",
429
+ "geometry": {
430
+ "type": "Point",
431
+ "coordinates": [
432
+ -1.5555663,
433
+ 47.2176739
434
+ ]
435
+ },
436
+ "properties": {
437
+ "amenity": "bicycle_parking",
438
+ "capacity": "6"
439
+ },
440
+ "id": "U3NDg"
441
+ },
442
+ {
443
+ "type": "Feature",
444
+ "geometry": {
445
+ "type": "Point",
446
+ "coordinates": [
447
+ -1.5538656,
448
+ 47.2179976
449
+ ]
450
+ },
451
+ "properties": {
452
+ "amenity": "bicycle_parking",
453
+ "capacity": "4"
454
+ },
455
+ "id": "A1ODc"
456
+ },
457
+ {
458
+ "type": "Feature",
459
+ "geometry": {
460
+ "type": "Point",
461
+ "coordinates": [
462
+ -1.5577064,
463
+ 47.2169154
464
+ ]
465
+ },
466
+ "properties": {
467
+ "amenity": "bicycle_parking",
468
+ "capacity": "6"
469
+ },
470
+ "id": "A1NDg"
471
+ },
472
+ {
473
+ "type": "Feature",
474
+ "geometry": {
475
+ "type": "Point",
476
+ "coordinates": [
477
+ -1.5523171,
478
+ 47.2171606
479
+ ]
480
+ },
481
+ "properties": {
482
+ "amenity": "bicycle_parking",
483
+ "capacity": "6"
484
+ },
485
+ "id": "IzNDg"
486
+ },
487
+ {
488
+ "type": "Feature",
489
+ "geometry": {
490
+ "type": "Point",
491
+ "coordinates": [
492
+ -1.5565673,
493
+ 47.2166913
494
+ ]
495
+ },
496
+ "properties": {
497
+ "amenity": "bicycle_parking",
498
+ "capacity": "4"
499
+ },
500
+ "id": "AzMTk"
501
+ },
502
+ {
503
+ "type": "Feature",
504
+ "geometry": {
505
+ "type": "Point",
506
+ "coordinates": [
507
+ -1.5565529,
508
+ 47.216652
509
+ ]
510
+ },
511
+ "properties": {
512
+ "amenity": "bicycle_parking",
513
+ "capacity": "4"
514
+ },
515
+ "id": "M1MzE"
516
+ },
517
+ {
518
+ "type": "Feature",
519
+ "geometry": {
520
+ "type": "Point",
521
+ "coordinates": [
522
+ -1.5566369,
523
+ 47.2156543
524
+ ]
525
+ },
526
+ "properties": {
527
+ "amenity": "bicycle_parking",
528
+ "capacity": "4"
529
+ },
530
+ "id": "I4NDY"
531
+ },
532
+ {
533
+ "type": "Feature",
534
+ "geometry": {
535
+ "type": "Point",
536
+ "coordinates": [
537
+ -1.5566597,
538
+ 47.2157103
539
+ ]
540
+ },
541
+ "properties": {
542
+ "amenity": "bicycle_parking",
543
+ "capacity": "2"
544
+ },
545
+ "id": "Q5NzI"
546
+ },
547
+ {
548
+ "type": "Feature",
549
+ "geometry": {
550
+ "type": "Point",
551
+ "coordinates": [
552
+ -1.5566973,
553
+ 47.215796
554
+ ]
555
+ },
556
+ "properties": {
557
+ "amenity": "bicycle_parking",
558
+ "capacity": "4"
559
+ },
560
+ "id": "U0MTY"
561
+ },
562
+ {
563
+ "type": "Feature",
564
+ "geometry": {
565
+ "type": "Point",
566
+ "coordinates": [
567
+ -1.5567234,
568
+ 47.2158584
569
+ ]
570
+ },
571
+ "properties": {
572
+ "amenity": "bicycle_parking",
573
+ "capacity": "4"
574
+ },
575
+ "id": "M4NzI"
576
+ },
577
+ {
578
+ "type": "Feature",
579
+ "geometry": {
580
+ "type": "Point",
581
+ "coordinates": [
582
+ -1.5567442,
583
+ 47.2159205
584
+ ]
585
+ },
586
+ "properties": {
587
+ "amenity": "bicycle_parking",
588
+ "capacity": "2"
589
+ },
590
+ "id": "YzMzE"
591
+ },
592
+ {
593
+ "type": "Feature",
594
+ "geometry": {
595
+ "type": "Point",
596
+ "coordinates": [
597
+ -1.5567717,
598
+ 47.2159821
599
+ ]
600
+ },
601
+ "properties": {
602
+ "amenity": "bicycle_parking",
603
+ "capacity": "2"
604
+ },
605
+ "id": "M4NzU"
606
+ },
607
+ {
608
+ "type": "Feature",
609
+ "geometry": {
610
+ "type": "Point",
611
+ "coordinates": [
612
+ -1.5565099,
613
+ 47.2153472
614
+ ]
615
+ },
616
+ "properties": {
617
+ "amenity": "bicycle_parking",
618
+ "capacity": "4"
619
+ },
620
+ "id": "MxODY"
621
+ },
622
+ {
623
+ "type": "Feature",
624
+ "geometry": {
625
+ "type": "Point",
626
+ "coordinates": [
627
+ -1.5561013,
628
+ 47.2155196
629
+ ]
630
+ },
631
+ "properties": {
632
+ "amenity": "bicycle_parking",
633
+ "capacity": "2"
634
+ },
635
+ "id": "UyMDg"
636
+ },
637
+ {
638
+ "type": "Feature",
639
+ "geometry": {
640
+ "type": "Point",
641
+ "coordinates": [
642
+ -1.5567282,
643
+ 47.218673
644
+ ]
645
+ },
646
+ "properties": {
647
+ "amenity": "bicycle_parking",
648
+ "capacity": "17"
649
+ },
650
+ "id": "A3ODg"
651
+ },
652
+ {
653
+ "type": "Feature",
654
+ "geometry": {
655
+ "type": "Point",
656
+ "coordinates": [
657
+ -1.5567977,
658
+ 47.2173017
659
+ ]
660
+ },
661
+ "properties": {
662
+ "amenity": "bicycle_parking",
663
+ "capacity": "6"
664
+ },
665
+ "id": "E2MjE"
666
+ },
667
+ {
668
+ "type": "Feature",
669
+ "geometry": {
670
+ "type": "Point",
671
+ "coordinates": [
672
+ -1.5547133,
673
+ 47.2155903
674
+ ]
675
+ },
676
+ "properties": {
677
+ "amenity": "bicycle_parking",
678
+ "capacity": "12"
679
+ },
680
+ "id": "c1OTY"
681
+ },
682
+ {
683
+ "type": "Feature",
684
+ "geometry": {
685
+ "type": "Point",
686
+ "coordinates": [
687
+ -1.5553708,
688
+ 47.215733
689
+ ]
690
+ },
691
+ "properties": {
692
+ "amenity": "bicycle_parking",
693
+ "capacity": "6"
694
+ },
695
+ "id": "Y2Njk"
696
+ },
697
+ {
698
+ "type": "Feature",
699
+ "geometry": {
700
+ "type": "Point",
701
+ "coordinates": [
702
+ -1.5556253,
703
+ 47.2157391
704
+ ]
705
+ },
706
+ "properties": {
707
+ "amenity": "bicycle_parking",
708
+ "capacity": "2"
709
+ },
710
+ "id": "IxNjc"
711
+ },
712
+ {
713
+ "type": "Feature",
714
+ "geometry": {
715
+ "type": "Point",
716
+ "coordinates": [
717
+ -1.5587018,
718
+ 47.2180686
719
+ ]
720
+ },
721
+ "properties": {
722
+ "amenity": "bicycle_parking",
723
+ "capacity": "6"
724
+ },
725
+ "id": "Q2MTg"
726
+ },
727
+ {
728
+ "type": "Feature",
729
+ "geometry": {
730
+ "type": "Point",
731
+ "coordinates": [
732
+ -1.5585371,
733
+ 47.2178232
734
+ ]
735
+ },
736
+ "properties": {
737
+ "amenity": "bicycle_parking",
738
+ "capacity": "6"
739
+ },
740
+ "id": "Y5MzQ"
741
+ },
742
+ {
743
+ "type": "Feature",
744
+ "geometry": {
745
+ "type": "Point",
746
+ "coordinates": [
747
+ -1.558291,
748
+ 47.2159765
749
+ ]
750
+ },
751
+ "properties": {
752
+ "amenity": "bicycle_parking",
753
+ "capacity": "5",
754
+ "fee": "no"
755
+ },
756
+ "id": "E1MzQ"
757
+ },
758
+ {
759
+ "type": "Feature",
760
+ "geometry": {
761
+ "type": "Point",
762
+ "coordinates": [
763
+ -1.5540459,
764
+ 47.2179953
765
+ ]
766
+ },
767
+ "properties": {
768
+ "amenity": "bicycle_parking",
769
+ "capacity": "4"
770
+ },
771
+ "id": "ExNzU"
772
+ },
773
+ {
774
+ "type": "Feature",
775
+ "geometry": {
776
+ "type": "Point",
777
+ "coordinates": [
778
+ -1.5582507,
779
+ 47.2155317
780
+ ]
781
+ },
782
+ "properties": {
783
+ "amenity": "bicycle_parking",
784
+ "capacity": "24",
785
+ "fee": "no"
786
+ },
787
+ "id": "I4MTM"
788
+ },
789
+ {
790
+ "type": "Feature",
791
+ "geometry": {
792
+ "type": "Point",
793
+ "coordinates": [
794
+ -1.5534773,
795
+ 47.2170237
796
+ ]
797
+ },
798
+ "properties": {
799
+ "amenity": "bicycle_parking",
800
+ "capacity": "6"
801
+ },
802
+ "id": "Q2MzU"
803
+ },
804
+ {
805
+ "type": "Feature",
806
+ "geometry": {
807
+ "type": "Point",
808
+ "coordinates": [
809
+ -1.552844,
810
+ 47.2162134
811
+ ]
812
+ },
813
+ "properties": {
814
+ "amenity": "bicycle_parking",
815
+ "capacity": "6",
816
+ "fee": "no"
817
+ },
818
+ "id": "M1Mjg"
819
+ },
820
+ {
821
+ "type": "Feature",
822
+ "geometry": {
823
+ "type": "Point",
824
+ "coordinates": [
825
+ -1.5530731,
826
+ 47.2161439
827
+ ]
828
+ },
829
+ "properties": {
830
+ "amenity": "bicycle_parking",
831
+ "capacity": "4",
832
+ "fee": "no"
833
+ },
834
+ "id": "YzMjQ"
835
+ },
836
+ {
837
+ "type": "Feature",
838
+ "geometry": {
839
+ "type": "Point",
840
+ "coordinates": [
841
+ -1.5573026,
842
+ 47.2173107
843
+ ]
844
+ },
845
+ "properties": {
846
+ "amenity": "bicycle_parking",
847
+ "capacity": "4"
848
+ },
849
+ "id": "IzMTE"
850
+ },
851
+ {
852
+ "type": "Feature",
853
+ "geometry": {
854
+ "type": "Point",
855
+ "coordinates": [
856
+ -1.5552869,
857
+ 47.2188995
858
+ ]
859
+ },
860
+ "properties": {
861
+ "amenity": "bicycle_parking",
862
+ "capacity": "12"
863
+ },
864
+ "id": "U3MDM"
865
+ },
866
+ {
867
+ "type": "Feature",
868
+ "geometry": {
869
+ "type": "Point",
870
+ "coordinates": [
871
+ -1.5559555,
872
+ 47.2163599
873
+ ]
874
+ },
875
+ "properties": {
876
+ "amenity": "bicycle_parking",
877
+ "capacity": "6"
878
+ },
879
+ "id": "A0OTI"
880
+ },
881
+ {
882
+ "type": "Feature",
883
+ "geometry": {
884
+ "type": "Point",
885
+ "coordinates": [
886
+ -1.5552346,
887
+ 47.2166987
888
+ ]
889
+ },
890
+ "properties": {
891
+ "amenity": "bicycle_parking",
892
+ "capacity": "4"
893
+ },
894
+ "id": "ExNDM"
895
+ },
896
+ {
897
+ "type": "Feature",
898
+ "geometry": {
899
+ "type": "Point",
900
+ "coordinates": [
901
+ -1.5580028,
902
+ 47.2157621
903
+ ]
904
+ },
905
+ "properties": {
906
+ "amenity": "bicycle_parking",
907
+ "capacity": "6"
908
+ },
909
+ "id": "c4Mjc"
910
+ },
911
+ {
912
+ "type": "Feature",
913
+ "geometry": {
914
+ "type": "Point",
915
+ "coordinates": [
916
+ -1.5555821,
917
+ 47.2180048
918
+ ]
919
+ },
920
+ "properties": {
921
+ "amenity": "bicycle_parking",
922
+ "capacity": "6"
923
+ },
924
+ "id": "A1OTY"
925
+ },
926
+ {
927
+ "type": "Feature",
928
+ "geometry": {
929
+ "type": "Point",
930
+ "coordinates": [
931
+ -1.5554384,
932
+ 47.2178588
933
+ ]
934
+ },
935
+ "properties": {
936
+ "amenity": "bicycle_parking",
937
+ "capacity": "12"
938
+ },
939
+ "id": "UwNzk"
940
+ },
941
+ {
942
+ "type": "Feature",
943
+ "geometry": {
944
+ "type": "Point",
945
+ "coordinates": [
946
+ -1.5558879,
947
+ 47.2171054
948
+ ]
949
+ },
950
+ "properties": {
951
+ "amenity": "bicycle_parking",
952
+ "capacity": "12"
953
+ },
954
+ "id": "kwMDI"
955
+ },
956
+ {
957
+ "type": "Feature",
958
+ "geometry": {
959
+ "type": "Point",
960
+ "coordinates": [
961
+ -1.5526714,
962
+ 47.218642
963
+ ]
964
+ },
965
+ "properties": {
966
+ "amenity": "bicycle_parking",
967
+ "capacity": "4"
968
+ },
969
+ "id": "A3MjM"
970
+ },
971
+ {
972
+ "type": "Feature",
973
+ "geometry": {
974
+ "type": "Point",
975
+ "coordinates": [
976
+ -1.5546098,
977
+ 47.2167508
978
+ ]
979
+ },
980
+ "properties": {
981
+ "amenity": "bicycle_parking",
982
+ "capacity": "4"
983
+ },
984
+ "id": "QyNjI"
985
+ },
986
+ {
987
+ "type": "Feature",
988
+ "geometry": {
989
+ "type": "Point",
990
+ "coordinates": [
991
+ -1.5546003,
992
+ 47.2167061
993
+ ]
994
+ },
995
+ "properties": {
996
+ "amenity": "bicycle_parking",
997
+ "capacity": "4"
998
+ },
999
+ "id": "A5NDA"
1000
+ },
1001
+ {
1002
+ "type": "Feature",
1003
+ "geometry": {
1004
+ "type": "Point",
1005
+ "coordinates": [
1006
+ -1.5583161,
1007
+ 47.2178043
1008
+ ]
1009
+ },
1010
+ "properties": {
1011
+ "amenity": "bicycle_parking",
1012
+ "capacity": "85",
1013
+ "name": "Bretagne"
1014
+ },
1015
+ "id": "c1MDQ"
1016
+ },
1017
+ {
1018
+ "type": "Feature",
1019
+ "geometry": {
1020
+ "type": "Point",
1021
+ "coordinates": [
1022
+ -1.5580939,
1023
+ 47.2175269
1024
+ ]
1025
+ },
1026
+ "properties": {
1027
+ "amenity": "bicycle_parking",
1028
+ "capacity": "85"
1029
+ },
1030
+ "id": "YxMTE"
1031
+ }
1032
+ ],
1033
+ "_umap_options": {
1034
+ "displayOnLoad": true,
1035
+ "inCaption": true,
1036
+ "browsable": true,
1037
+ "editMode": "advanced",
1038
+ "name": "Calque 1",
1039
+ "id": "ee14f7ae-60a5-4450-9cfb-b25825accd62",
1040
+ "remoteData": {},
1041
+ "type": "Heat",
1042
+ "heat": {}
1043
+ }
1044
+ }