Display Map
Is this addon compatible with v4.2.0?
And is it possible to display the locations as markers on a map?
@shmaltz the version in this repository is not compatible with 4.2 of ElasticPress. It is only compatible with version 2 and lower. See my pull request #7 for a working version, which is compatible with both, the old and the new version. As for displaying locations on a map, this plugin is only used for indexing and fast searching of geolocations via ElasticSearch. It can massively speed up searching, if you have a lot of data and are currently depending on default WordPress search. There are many other plugins, that can display markers on a map.
Thanks for your reply @DanWin . Guess I'll have to look for a working fork. Do you know of any differences between your fork and this @franc-liuzzi fork https://github.com/franc-liuzzi/ep-geo?
Fundamentally they look the same. The main difference is that @franc-liuzzi's fork split the plugin into several files. There may be more differences, but from a first glance I couldn't tell.
Thanks! I'll give your fork a try.
Can you recommend a plugin to display the markers on a map, and can get the users current location, that works well with this?
I believe this plugin could be a good option: https://wordpress.org/plugins/wp-google-maps for getting the current users location, you'd have to buy the premium version though.