Περιγραφή
This plugin adds a Mapbox-driven geoJSON-field to the Advanced Custom Fields plugin. Use it to store and manage geoJSON-data along with your posts and pages.
- Add multiple markers.
- Draw polylines, polygons and rectangles.
- Supports ACF4 and ACF5 (Pro)
Data
The data the field produces is formatted according to the geoJSON spec.
Rendering
This plugin does not handle rendering of the data on your frontend in any way. Most of the popular mapping-libraries supports importing geoJSON-formatted data directly via their respective API’s.
Compatibility
This ACF field type is compatible with:
- ACF 5
- ACF 4
GitHub
If you want the latest development version of this plugin it is available over at my github repository. The github repository will always have the latest code but may occasionally be broken and not work at all.
Εγκατάσταση
- Copy the
acf-mapbox_geojson
folder into yourwp-content/plugins
folder - Make sure you have Advanced Custom Fields installed and activated
- Activate the Mapbox geoJSON plugin via the plugins admin page
- Sign up for the free plan over at Mapbox to get an access token and a map ID
- Create a new field via ACF and select the Mapbox geoJSON type
- Enter your access token and map ID that you can find on your projects page at Mapbox
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Advanced Custom Fields: Mapbox geoJSON Field” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Advanced Custom Fields: Mapbox geoJSON Field” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.0.3
- Added sidebar for selecting and deleting features
0.0.2
- ACF 4 support
0.0.1
- Initial Release.