- Posts: 7
- Thank you received: 0
KML Layer not showing
- webiedesign
- Topic Author
- Offline
- New Member
Less
More
4 years 11 months ago #12797
by webiedesign
KML Layer not showing was created by webiedesign
I have Zh Google installed and it shows a basic map from the latitude and longitude I have entered. I would like it to show the KML Layer from the kml file I downloaded from the map I have at Google My Maps
drive.google.com/open?id=1MyUBcTILKsT9zf...GRroRRmc&usp=sharing
I have the full url of the file loaded in the KML Layer field and I have tested that I can access that file directly but the layer does not show.
drive.google.com/open?id=1MyUBcTILKsT9zf...GRroRRmc&usp=sharing
I have the full url of the file loaded in the KML Layer field and I have tested that I can access that file directly but the layer does not show.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 11 months ago #12798
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic KML Layer not showing
Hi.
Check browser console for errors.
Probably, your template set for img or svg tags max-width:100% and it overrides my settings.
Try to add the second CSS override to map div into your template css file (at the end of file)
div.zhgm-map-default img,
div.zhgm-map-default svg
{
max-width: none !important;
}
Without link to page with map I can tell more.
Check browser console for errors.
Probably, your template set for img or svg tags max-width:100% and it overrides my settings.
Try to add the second CSS override to map div into your template css file (at the end of file)
div.zhgm-map-default img,
div.zhgm-map-default svg
{
max-width: none !important;
}
Without link to page with map I can tell more.
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.
- webiedesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
4 years 11 months ago #12799
by webiedesign
Replied by webiedesign on topic KML Layer not showing
Thank you, I installed Zh OpenStreetMap on a test site and able to get it to load there.
openstreetmap
But it does not load with Google maps version
googlemap
openstreetmap
But it does not load with Google maps version
googlemap
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 11 months ago #12800
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic KML Layer not showing
I don't know why. I download your KML file, and try to show - no layer.
Open it in Google Earth and save to kmz - and I can see.
Probably your file format is not process correctly by google maps API. Try to check (save it again in kml or kmz)
Open it in Google Earth and save to kmz - and I can see.
Probably your file format is not process correctly by google maps API. Try to check (save it again in kml or kmz)
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.
- webiedesign
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
4 years 11 months ago #12801
by webiedesign
Replied by webiedesign on topic KML Layer not showing
Thank you. I am happy to find your extension and will proceed.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 11 months ago #12802
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic KML Layer not showing
Thank you very much too
I you need help do not hesitate to ask me
I you need help do not hesitate to ask me
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.184 seconds