This is the official github repository of the ACF OpenStreetMap Field plugin.
Configurable OpenStreetMap or Leaflet Field in ACF.
Requires ACF 5.7+
- Configurable Map-Tile Provider
- Selectable Map Overlays
- Multiple Markers
- Ready-to-use HTML-Output
- Custom map markers through WordPress filters and JS Events.
Just follow the Automatic Plugin Installation procedere.
$ wp plugin install --activate acf-openstreetmap-fieldgit clone git@github.com:mcguffin/acf-openstreetmap-field.git
cd acf-dropzone
npm install
npm run devThere is some developer centric documentation in the wiki.
npm scripts:
npm run dev: Watch css and js soure dirsnpm run build: build assetsnpm run release [ patch | minor | major ]: Publish new releasenpm run i18n: generate.potfilenpm run package:wporg: create zip for plugin submissionnpm run rollback: remove last commit (local and remote – use with caution!)
This plugin wouldn't have been possible without these awesome people and Projects:
- Jan Pieter Waagmeester (Leaflet Providers)
- Per Liedman (Leaflet Control Geocode)
- The entire Leaflet Project