https://github.com/lowzonenose/simple-map-leaflet-meteor-ng
Exemple d'application rapide (Meteor/Angular) avec les extensions Leaflet du Geoportail
https://github.com/lowzonenose/simple-map-leaflet-meteor-ng
angular geoportal-extensions-leaflet leaflet meteor
Last synced: 3 months ago
JSON representation
Exemple d'application rapide (Meteor/Angular) avec les extensions Leaflet du Geoportail
- Host: GitHub
- URL: https://github.com/lowzonenose/simple-map-leaflet-meteor-ng
- Owner: lowzonenose
- Created: 2018-06-04T14:13:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T14:13:39.000Z (about 8 years ago)
- Last Synced: 2025-10-20T12:55:18.286Z (8 months ago)
- Topics: angular, geoportal-extensions-leaflet, leaflet, meteor
- Language: JavaScript
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exemple d'application rapide (Meteor/Angular) avec les extensions Leaflet du Geoportail.
- tutoriel avec Meteor :
https://www.meteor.com/tutorials/angular/creating-an-app
- tutoriel d'utilisation des extensions leaflet Géoportail :
https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html
- github des extensions leaflet/openlayers Géoportail :
https://github.com/IGNF/geoportal-extensions
## Installation de Meteor (linux)
> curl https://install.meteor.com/ | sh
## Installation des dependances
> npm install
## Execution
> meteor
Puis ouvrir le navigateur sur l'url suivante : http://localhost:3000
