lemmingapex / mapbox-gl-nominatim-geocoder

Geocoder control for mapbox-gl-js using the Nominatim Geocoding API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapbox GL Nominatim Geocoder

A geocoder control for mapbox-gl-js using the Nominatim Geocoding API. Based on Mapbox GL Geocoder

This tool has been superseded by the mapbox-gl-generic-geocoder. Please use that tool instead.

Usage

See example/index.js Similar to Mapbox GL Geocoder

Usage with a module bundler

This module exports a single class called MapboxNominatimGeocoder as its default export, so in browserify or webpack, you can require it like:

var MapboxNominatimGeocoder = require('mapbox-gl-nominatim-geocoder');

About

Geocoder control for mapbox-gl-js using the Nominatim Geocoding API

License:ISC License


Languages

Language:JavaScript 64.3%Language:CSS 35.7%