Show group of locations per post (to emulate one map per post)
-
Hi! First of all, the plugin is great! And now a question.
What I would like to achieve is:
I have N posts where the map is shown. In each post, the users can add locations with a text. In each post, only the locations related to the post_id should be shown.
Is there a way to do that?
What I have tried so far:
1)
* I have a page with a reference to the map (example for page with post_id 531 -> [open-user-map post_id=”531″] )
* and a post with a reference to the map (example for post with post_id 123 -> [open-user-map post_id=”123″]).I created some markers in the map shown in the page 531 and some markers in the post 123.
All markers are shown in the page and in the post. I thought they would be filtered by the post_id.
2) As workaround for the functionality that I would like to have:
Using markers, creating one marker per post.
* A marker with type “marker123″ for post with post_id=”123”. Then in the post add [open-user-map post_id=”123″ type=”marker123″ ]
* A marker with type “marker345″ for post with post_id=”345”. Then in the post add [open-user-map post_id=”345″ type=”marker345″ ]
This does not work. Only one marker type is not showing anything.
If I try for example type=”marker345|marker123″, then it is working. But it is not what I want to get, and it is really slow.
Maybe I am missing something.
Thanks!
- The topic ‘Show group of locations per post (to emulate one map per post)’ is closed to new replies.