feat: initial isochrone desktop app (Electron + MapLibre + ORS)
- MapLibre GL v5 avec fond OpenFreeMap (vector tiles OSM gratuit) - Isochrones via OpenRouteService API (voiture, vélo, piéton) - Multi-isochrones colorées (jusqu'à 5 durées simultanées) - Export PNG et GeoJSON - Recherche de lieu via Nominatim - Clé API ORS persistée en localStorage / .env
This commit is contained in:
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Reference in New Issue
Block a user