ol-geocoder
Geocoder Nominatim for OpenLayers
File Explorer
Download Latest Version (.zip)- settings.json
- snipsnap.code-snippets
- banner.js
- build-css.js
- config.js
- ol-geocoder-debug.js
- ol-geocoder-debug.js.map
- ol-geocoder.css
- ol-geocoder.js
- ol-geocoder.js.map
- ol-geocoder.min.css
- control-glass.html
- control-glass.js
- control-nominatim.html
- control-nominatim.js
- custom-provider.html
- custom-provider.js
- index.css
- index.html
- index.js
- vite.html
- index.js
- vars.json
- ajax.js
- dom.js
- mix.js
- bing.js
- mapquest.js
- opencage.js
- osm.js
- photon.js
- _functions.scss
- _mixins.scss
- common.scss
- glass.scss
- input-text.scss
- main.scss
- base.js
- html.js
- nominatim.js
- glass.test.js
- page.js
- text-input.test.js
- control-glass.html
- control-glass.js
- control-input.html
- control-input.js
- providers.html
- providers.js
- bing.test.js
- mapquest.test.js
- opencage.test.js
- osm.test.js
- page.js
- mix.js
- instance.test.js
- env-setup.js
- env.js
- .env
- .eslintignore
- .eslintrc.cjs
- .eslintrc.yaml
- .gitignore
- .npmignore
- .prettierrc.yaml
- .travis.yml
- babel.config.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Dominique92/ol-geocoder
Downloads the entire project code from GitHub to your computer.
cd ol-geocoder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
<link href="https://cdn.jsdelivr.net/npm/ol-geocoder/dist/ol-geocoder.min.css" rel="stylesheet">
Type this command into your terminal and run it.
<script src="https://cdn.jsdelivr.net/npm/ol-geocoder/dist/ol-geocoder.js"></script>
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/v/ol-geocoder.svg" alt="npm version">
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/l/ol-geocoder.svg" alt="license">
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
