diff options
Diffstat (limited to 'modern/src/MainMap.js')
-rw-r--r-- | modern/src/MainMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/MainMap.js b/modern/src/MainMap.js index 5a096c53..0b68d840 100644 --- a/modern/src/MainMap.js +++ b/modern/src/MainMap.js @@ -21,7 +21,7 @@ class MainMap extends Component { <DivIcon key={position.id.toString()} position={{ lat: position.latitude, lng: position.longitude }} className="" iconSize={[50, 50]}> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 50 50"> <circle cx="25" cy="25" r="20" stroke="#fff" stroke-width="2.5" fill="#008000" /> - <path d="m25 5v5" stroke="#fff" stroke-width="2.5" /> + <path d="m25 5v5" stroke="#fff" stroke-width="2.5" transform="rotate(45 25 25)" /> <image x="13" y="13" fill="#fff" href="/category/car.svg" /> </svg> </DivIcon> |