Custom Icons In Open Street Maps - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Custom Icons In Open Street Maps

NO

Nicole Otto

Template 2 years ago

I'm trying to add a custom Icon in the Open Street map and it is always very distorted.

https://webtomixresearch.com/dooley/index.php?option=com_sppagebuilder&view=page&id=3

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #136882

Hi Nicole,

indeed extra Custom CSS is needed:

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  max-height: 34px !important;
  height: 34px !important;}

Use it or inside Template Custom CSS area or inside that Page in Custom CSS area (more in SPPB documenation).

0
NO
Nicole Otto
Accepted Answer
2 years ago #136964

I added it and it didn't make a difference. I cleared all the caches as well.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #136970

Errata, my mistake,

must be 34px not 64px

LOOK UP ^

0