- Posts: 4
- Thank you received: 0
order of the list of location marker
- lead_EBE
- Topic Author
- Offline
- New Member
Less
More
10 years 6 months ago #4953
by lead_EBE
order of the list of location marker was created by lead_EBE
Hello,
big praise to the first developer of the very good extension.
to my question
in my card, all I have to spend my sites as a list. (list - map (div)) Unfortunately, the locations of A are sorted to z. But I want to have a Custom Order? is this possible?
big praise to the first developer of the very good extension.
to my question
in my card, all I have to spend my sites as a list. (list - map (div)) Unfortunately, the locations of A are sorted to z. But I want to have a Custom Order? is this possible?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 6 months ago #4955
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic order of the list of location marker
Hi
Today you can't configure sorting of placemarks in placemark list.
But you can create you own placemark list as you want (component call, enable external placemark list).
Create list and use my javascript function for that. I wrote about that on forum (as I remember).
If you don't find, tell me and I'll create little tutorial
Today you can't configure sorting of placemarks in placemark list.
But you can create you own placemark list as you want (component call, enable external placemark list).
Create list and use my javascript function for that. I wrote about that on forum (as I remember).
If you don't find, tell me and I'll create little tutorial
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.
- lead_EBE
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
10 years 6 months ago #4957
by lead_EBE
Replied by lead_EBE on topic order of the list of location marker
that would be great because if you make me a manual could
Can sunning be installed so einefuktion? I would pay that too!
Can sunning be installed so einefuktion? I would pay that too!
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 6 months ago #4973
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic order of the list of location marker
I'm sorry for delay. I extremely busy, and can't do complete tutorial.
As sketch:
Create map menu item (component call)
When you show map by component (map menu item), you can enable "Enable Support External Link to Placemark"
In this case in page body I'll create addition function
PlacemarkByIDShow(p_id, p_action, p_zoom)
in your list you can call it
first parameter – placemark ID (you can see it in placemark list in admin)
second parameter – actions, separated by comma. You can pass: click, center
third parameter – you can change zoom when click on placemark, that value – new zoom value
you can create your own layout list, for example a-tags, and onclick call that function
As sketch:
Create map menu item (component call)
When you show map by component (map menu item), you can enable "Enable Support External Link to Placemark"
In this case in page body I'll create addition function
PlacemarkByIDShow(p_id, p_action, p_zoom)
in your list you can call it
first parameter – placemark ID (you can see it in placemark list in admin)
second parameter – actions, separated by comma. You can pass: click, center
third parameter – you can change zoom when click on placemark, that value – new zoom value
you can create your own layout list, for example a-tags, and onclick call that function
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.
- lead_EBE
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
10 years 6 months ago #4979
by lead_EBE
Replied by lead_EBE on topic order of the list of location marker
thanks for the help. but he does not sort in the purely logical as I SPECIFIED (2,1,3,4,5,6)
He gives the output back from Alphabet.
He gives the output back from Alphabet.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 6 months ago #4981
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic order of the list of location marker
No. In this case you should disable placemark list, and create your own. Manual. And do layout what you want. External - means not mine, but you have access to placemarks
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.205 seconds