- Posts: 18
- Thank you received: 0
Duplicate Placemark Group or Bulk Placekarks
- gunjahman1
- Topic Author
- Offline
- New Member
Less
More
7 years 11 months ago - 7 years 11 months ago #10883
by gunjahman1
Duplicate Placemark Group or Bulk Placekarks was created by gunjahman1
Dear friends
Is it possible to duplicate a Placemark Group, or many Placemarks at once (bulk) and not one by one?
m
Is it possible to duplicate a Placemark Group, or many Placemarks at once (bulk) and not one by one?
m
Last edit: 7 years 11 months ago by gunjahman1.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 11 months ago #10884
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Duplicate Placemark Group or Bulk Placekarks
Hi.
For what reason you need to duplicate it?
For what reason you need to duplicate it?
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.
- gunjahman1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
7 years 11 months ago #10885
by gunjahman1
Replied by gunjahman1 on topic Duplicate Placemark Group or Bulk Placekarks
Let's say I have 10 placemarks (belonging in 2 placemark groups, group1 and group2) and I attribute all of them in map 1.
Then I want 5 of them (of group 1) to attribute them in map 2 and the other 5 of them (of group 2) to attribute them to map 3. BUT in those two new maps, I want them to have different icons (ex, numbers) and even different descriptions.
Is it possible without duplicate them?
Then I want 5 of them (of group 1) to attribute them in map 2 and the other 5 of them (of group 2) to attribute them to map 3. BUT in those two new maps, I want them to have different icons (ex, numbers) and even different descriptions.
Is it possible without duplicate them?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 11 months ago #10889
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Duplicate Placemark Group or Bulk Placekarks
Hi.
You can't override icons, descriptions and other properties.
In this case you have to copy it.
You can't override icons, descriptions and other properties.
In this case you have to copy it.
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.
- gunjahman1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
7 years 11 months ago #10891
by gunjahman1
Replied by gunjahman1 on topic Duplicate Placemark Group or Bulk Placekarks
Is there a way to copy many Placemarks at once?
If not from the component's environment, is it possible to do it from the database?
If not from the component's environment, is it possible to do it from the database?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
7 years 11 months ago - 7 years 11 months ago #10892
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Duplicate Placemark Group or Bulk Placekarks
Yes.
If you have simple knowledge of SQL, you can.
You can create your new groups in admin panel.
Then do
insert ... select from table - and add new groupID for your placemarks and add where clause to restrict data.
Or you can export table, edit it, and import (remember to assign new IDs for your new placemarks)
All placemarks data stored in one table #__zhgooglemaps_markers
Where #_ - it is table prefix
If you have simple knowledge of SQL, you can.
You can create your new groups in admin panel.
Then do
insert ... select from table - and add new groupID for your placemarks and add where clause to restrict data.
Or you can export table, edit it, and import (remember to assign new IDs for your new placemarks)
All placemarks data stored in one table #__zhgooglemaps_markers
Where #_ - it is table prefix
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 7 years 11 months ago by Dima.
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds