Does anyone know if the Leaflet actions still work?
I thought I had it working at one point but now nothing shows up.
Billy
see it at the bottom of the page.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Does anyone know if the Leaflet actions still work?
I thought I had it working at one point but now nothing shows up.
Billy
see it at the bottom of the page.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
I guess you already switched it to Google Maps. The Leaflet Action probably suffers from trying to use http in a https context. I’ll have to update the Action in order for it to work in a secure page.
Walter
On Oct 12, 2018, at 5:07 PM, billy kimmel email@hidden wrote:
Does anyone know if the Leaflet actions still work?
I thought I had it working at one point but now nothing shows up.Billy
see it at the bottom of the page.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Could you update it? I really am frustrated with Google.
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
I’ve just uploaded a secure version of the Action.
Walter
On Oct 12, 2018, at 5:40 PM, Walter Lee Davis email@hidden wrote:
I guess you already switched it to Google Maps. The Leaflet Action probably suffers from trying to use http in a https context. I’ll have to update the Action in order for it to work in a secure page.
Walter
On Oct 12, 2018, at 5:07 PM, billy kimmel email@hidden wrote:
Does anyone know if the Leaflet actions still work?
I thought I had it working at one point but now nothing shows up.Billy
see it at the bottom of the page.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Many Thanks
freewaytalk mailing list
email@hidden
Update your subscriptions at:
I still can’t get it to work. I’ve added a grey background so you can see where it is placed. I drew an html div and added the leaflet action to it and inserted the coordinates but it doesn’t show.
Do you have to use the marker action as well?
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
I just updated the action, so delete the version you just downloaded and get it again. I had assumed that the URL in the Action would work at https as well as http, but the author didn’t configure their CDN to respond correctly. I found another version hosted under https at CDNJS.
In troubleshooting this, I also noticed that your Google Font URL is requesting under http, so it’s not working.
Walter
On Oct 12, 2018, at 6:23 PM, billy kimmel email@hidden wrote:
I still can’t get it to work. I’ve added a grey background so you can see where it is placed. I drew an html div and added the leaflet action to it and inserted the coordinates but it doesn’t show.
Do you have to use the marker action as well?
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
The action file contains both the map and the marker Actions. Remember, all Actions are contextual. You have to apply them to the right kind of element, or in the case of the marker, you have to insert a marker from the Insert / Action Item menu.
Walter
On Oct 12, 2018, at 6:23 PM, billy kimmel email@hidden wrote:
I still can’t get it to work. I’ve added a grey background so you can see where it is placed. I drew an html div and added the leaflet action to it and inserted the coordinates but it doesn’t show.
Do you have to use the marker action as well?
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Walter,
Getting back to the Leaflet Marker.
So I installed the updated action and removed the old one. I followed your instructions but still have no marker, just the map.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Please try these steps:
I just tried this here, and it worked perfectly. If it still doesn’t, try closing all open documents in Freeway, opening a new, blank document, and trying it there.
Walter
On Oct 16, 2018, at 3:01 PM, billy kimmel email@hidden wrote:
Walter,
Getting back to the Leaflet Marker.
So I installed the updated action and removed the old one. I followed your instructions but still have no marker, just the map.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
I created a new page and now it works. So something corrupted it on my landing page? I haven’t changed anything else on that page
freewaytalk mailing list
email@hidden
Update your subscriptions at:
New page in the same document? Is there an instance of the Leaflet Action applied to an HTML box already on your home page? You have to have both the Leaflet and the Leaflet marker, so the marker can find a map to attach to.
Walter
On Oct 16, 2018, at 3:40 PM, billy kimmel email@hidden wrote:
I created a new page and now it works. So something corrupted it on my landing page? I haven’t changed anything else on that page
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Same document new page. http://christmastreefarm.us/leaf.php
I created this originally on the master page. Should I do each page separately?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Actions and master pages don’t always get along. Try making the changes directly on the page you are trying to affect.
Walter
On Oct 16, 2018, at 3:46 PM, billy kimmel email@hidden wrote:
Same document new page. http://christmastreefarm.us/leaf.php
I created this originally on the master page. Should I do each page separately?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Ok
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Bingo. That was the issue.
You should say that in the instructions on the actions Forge page so others won’t drive you crazy with this issue.
Thanks so muck
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Walter,
Can the Marker be style beyond what is there?
Marker pin image, background color Etc.
Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Yes, but you have to do it all by hand with CSS. If you Control-click on the element and choose Inspect Element from the contextual submenu, you should see the relevant style names that you will need to create and populate with style rules. The defaults are set in the CSS sheet from Leaflet, but because they come from afar, you can override them by creating a same-name style rule in your page, and changing the values there.
Walter
On Oct 16, 2018, at 4:12 PM, billy kimmel email@hidden wrote:
Walter,
Can the Marker be style beyond what is there?
Marker pin image, background color Etc.Billy
freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at: