Hello, is it possible to place a map other than Google or MapBox on the classifieds page?
Hi,
If you mean a map from another provider, then yes, it is possible, but it will require custom integration, as we are only integrated with Google Maps or Mapbox.
How can such integration be carried out?
I ask because there are already free equivalents of maps available on the market.
Hi,
There is no simple solution or general guidance for this. You need to review the map providerās integration documentation and ours Getting started | Developer Docs accordingly to understand how to integrate these two products.
Hi,
I make a HACK for me here GitHub - xbelmondo/hivepress-geolocation: Geolocation extension for HivePress plugin.. Changed to Maplibre. Used here https://prosledi-dalje.social-networking.me/ (just testing project)
Hi xbelmondo. Ive tried your plugin, but its not working
If I download zip file and install plugin - Geolocation in menu dissapear
can I try download it on other place?
try to install original plugin and just replace those files
-
assets/js
-
includes/components
I tried downloading from my github and steps are like this:
- first rename zip file as hivepress-geolocation.zip
- insltall it on WP plugin instalation page
- open HivePress > Extensions and activate it from here
Shuld work.
Yes its working! Thank you very much
I am not able to make it work. I have tried as below:
first rename zip file as hivepress-geolocation.zip
insltall it on WP plugin instalation page
open HivePress > Extensions and activate it from here
Did someone else manage to install it?
I donāt understand why you have to set settings for mapbox (hivepress > > settings > integrations).
If I am using MapLibre, I am not using MapBox. Am I ?
This is my personal hack⦠I just replaced the code related to Mapbox with the code for Maplibre (leaving all other settings as for Mapbox) and it worked for me. So I decided to put it here so everyone can use it⦠If you have time, feel free to change other parts of the code to match your needsā¦
There may have been an error in renaming the ZIP file. You must first unpack the file after downloading and rename the root directory to āhivepress-geolocationā and then repack it. Then you can install it in the usual way.
Here is version where I renamed option in setting to Maplibre and removed field for Mapbox API key in settings to remove confusion. Releases Ā· xbelmondo/hivepress-geolocation Ā· GitHub
Maybe someone knows how to integrate Open Street Map?
Hi,
Unfortunately, there is no simple solution for this, it will require advanced integration.