- Posts: 4
- Thank you received: 0
How to put same placemark on more than one map?
- NestorK
- Topic Author
- Offline
- New Member
Less
More
12 years 7 months ago #370
by NestorK
How to put same placemark on more than one map? was created by NestorK
How can I add one map to a specific placemark?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 7 months ago #373
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: How to put same placemark on more than one map?
Hi.
Placemarks have category and group.
You can show placemarks by category or by group by plugin call, and set on what map it will be displayed.
In other words, you doesn't show one placemark in different maps. You can show map with placemark many time, in many articles, in many pages, but placemark connected to map.
And if placemarks have different map asignment, but the same category, you can show all placemarks with definite category in map by plugin call.
Placemarks have category and group.
You can show placemarks by category or by group by plugin call, and set on what map it will be displayed.
In other words, you doesn't show one placemark in different maps. You can show map with placemark many time, in many articles, in many pages, but placemark connected to map.
And if placemarks have different map asignment, but the same category, you can show all placemarks with definite category in map by plugin call.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- NestorK
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 7 months ago - 12 years 7 months ago #506
by NestorK
Replied by NestorK on topic Re: How to put same placemark on more than one map?
OK, I will try to achieve the same result another way.
Last edit: 12 years 7 months ago by NestorK. Reason: perhaps I misunderstood the reply
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 6 months ago #548
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: How to put same placemark on more than one map?
Hi.
Yesterday I added placemark list parameter to plugin and module.
Now you can call map with placemarks from different maps.
Yesterday I added placemark list parameter to plugin and module.
Now you can call map with placemarks from different maps.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- NestorK
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #551
by NestorK
Replied by NestorK on topic Re: How to put same placemark on more than one map?
I managed to do it with map-placemark group plugin call. For some reason the plugin call with placemark list only displayed the code, not the map. But the plugin call with placemark group works for me.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 6 months ago #552
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: How to put same placemark on more than one map?
But do you install last version of plugin?
Code displaying - it is error in call, for example, you can call with 1 params, id list and map id.
And! Placemark IDs deparated by comma.
IDs: 1,2,3,4
MAPID: 10
Check you call
Code displaying - it is error in call, for example, you can call with 1 params, id list and map id.
And! Placemark IDs deparated by comma.
Code:
{zhgooglemap-markerlist:1,2,3,4;10}
MAPID: 10
Check you call
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds