carbon-fields
carbon-fields copied to clipboard
[Feature Request] Open Street Map or Mapbox for map field
Since Google maps is not free for a while now, would there be an interest to add Mapbox, OSM API (or any other provider for that matter) for the map field and let the user choose which provider they want (e.g Field::make( 'make', ...)->set_provider( 'mapbox' );
)?
Hello, to follow up the message,
is it possible to replace Google maps with OpenStreetMap ?
thank you for your feedback?
Hello, I'm very interesting too. Thank you :)
I think it would be better if this feature was available
This feature is not on the roadmap at the moment.
However, PR is welcome :)
This feature is not on the roadmap at the moment.
However, PR is welcome :)
Thank you very much.
It would be great to have this functionality :)
It would be very interesting to have it
To anyone waiting, feel free to try out #1137 and let me know if you're facing any issues :)
The PR from @bjoluc looks good, any chance of a review @jorostoyanov ?
Because the PR by @bjoluc sadly hasn't been implemented yet, I've developed a plugin with similar functionality. It adds a custom Carbon Field (leaflet_map
) and uses Leaflet.GeoSearch under the hood. Hope it's useful to others!