• Hello!

    I’ve LeatLeaf 2.3.0 plugin installed on my WP webpage. I have various types of locations that I would like to show, and I would like to be on the same page and on the same map.
    For example, I have pages that show locations of different types of shops ( markets, groceries, pubs, coffee shops) and right now I have separate maps for each type of shop. I would like to create a new page to list all of them.

    Can I do directly through Block Editor?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor hupe13

    (@hupe13)

    Should it look like this?
    If yes, see here.

    Thread Starter mn920

    (@mn920)

    Hello @hupe13,
    thanks for your reply!
    Yes I’d like that, but I would also customize each tile with, says, the logo of the shops, and a link to go into the profile of the shop.

    Is it possible?

    Plugin Contributor hupe13

    (@hupe13)

    How do you construct your markers? Try:

    [leaflet-marker title="my_shop" iconUrl="url_to_my_shop_icon" lat=... lng=... ]<a href="link_to_my_shop">my_shop</a>[/leaflet-marker]
    [leaflet-marker title="my_pub" iconUrl="url_to_my_pub_icon" lat=... lng=... ]<a href="link_to_my_shop">my_pub</a>[/leaflet-marker]
    ...

    [markerClusterGroup feat="iconUrl" strings="shop,pub" groups="Shops,Pubs"]

    Thread Starter mn920

    (@mn920)

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘adding different categories of tiles on the same map’ is closed to new replies.