https://github.com/ignf/ol3
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignf/ol3
- Owner: IGNF
- License: agpl-3.0
- Created: 2024-01-12T12:51:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T15:06:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T09:56:04.718Z (about 1 year ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ign/ol3
=======
Composants pour l'affichage des couches pseudo WFS, des croquis ripart ... en OpenLayers >= 3 (**v4.6.5 depuis janvier 2019**)
## Créer ou mettre à jour la dépendance mongoparser
```
npm install -g browserify
npm install mongo-parse
cd node_modules/mongo-parse/
browserify mongoParse.js -o mongo_parser.js
```
Créer un parsemongo.js avec :
```
window.mongoparser = require('mongo-parse')
browserify parsemongo.js -o mongo_parser.js
```
puis :
```
cp mongo_parser.js ../../src/js/style/
```
Comment l'utiliser : https://github.com/fresheneesz/mongo-parse et https://github.com/browserify/browserify