Home › Forums › ASE Support › Mapbox Input field disabled
Tagged: mapbox map input disabled
- This topic has 5 replies, 3 voices, and was last updated 2 years, 11 months ago by
Mark Trepanier.
-
AuthorPosts
-
Participant
Hi there!
I have currently the issue that I cannot enter any coordinates or city names into the map as the field somehow seems disabled. See screenshot:
I did also try to create a new mapbox id, but as already mentioned in a different thread (http://aesopstoryengine.com/topic/mapbox-mapid-map-not-loading/) mapbox seems to relaunched and I think their approach changed as all I get are tokens and not mapbox id’s.
Can anyone help?
Many thanks in advance!
KeymasterHi I will release a new version of ASE sometime next week to address this. In short, you need a Google API key that you can here:
https://developers.google.com/maps/documentation/javascript/get-api-keyI will release a new version of ASE that would let you use your API key
KeymasterHi try the newest ASE version 1.9.6.3
The new version uses Google Map API Key. While a default key is supplied, it’s recommended you obtain your own API key for your website. Go to Dashboard->Appearance->Customize->Aesop Story Engine and follow the instruction.
ParticipantHi! This is great thanks a lot!!!
Unfortunately there is a little bug in the new update, in the file “component-map.php” on Line 40 is:
$goog_apikey = get_option( 'ase_mapbox_id' );
instead of
$goog_apikey = get_option( 'ase_mapbox_apikey' );
so it actually tries to send the mapbox id instead of the analytics key.
KeymasterHi, my bad and THANK YOU SO MUCH for your sharp eyes!. I am releasing a new version (1.9.6.4) right now and should be available soon.
Hyun
ParticipantI’m having the same issue as the screenshot shown in the first post. Initially, the map allowed for entering the coordinates / city name, but after inserting my own API, I lost this ability. Is there something more I need to do when creating the map API? Thank you for any help with this.
-
AuthorPosts