You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
place SVG symbol from JS file at specific lat/lon location ("just" translating position)
plan:
detect highway=bus_stop nodes/centroids
place geometry representing it
locate nearest point on road
rotate such geometry
In general, it is about placing symbols. Is it viable to load that from SVG file?
Maybe initially try loading svg from file (can be embedded in JS file) and placing it at a specific lat/lon position?
The text was updated successfully, but these errors were encountered:
matkoniecz
changed the title
add symbols at highway=bus_stop locations
add symbols at highway=bus_stop locations - defined in map style not directly in main lunar_assembler
Dec 1, 2021
the first step:
place SVG symbol from JS file at specific lat/lon location ("just" translating position)
plan:
detect highway=bus_stop nodes/centroids
place geometry representing it
locate nearest point on road
rotate such geometry
In general, it is about placing symbols. Is it viable to load that from SVG file?
Maybe initially try loading svg from file (can be embedded in JS file) and placing it at a specific lat/lon position?
The text was updated successfully, but these errors were encountered: