AugustMiller / kirby-place-field

Deprecated! A simple Google Maps field for Kirby CMS. Please use my Map Field plugin, instead:
https://github.com/AugustMiller/kirby-map-field
21 stars 3 forks source link

Support Google Maps JS API keys #10

Open AugustMiller opened 8 years ago

AugustMiller commented 8 years ago

This appears to be affecting some installations, already, despite the October cutoff.

It may be a good time to move to the new plugin/registration API in Kirby, to split apart services, like geocoding.

In any case, configuration should happen in the global space:

c::set('place.keys.server', 'PRIVATE-KEY');
c::set('place.keys.browser', 'PUBLIC-KEY');