-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "direction" to viewpoint and other POIs #598
Comments
direction
to viewpoint POIs
Looks like ~1000 of the 86,000 node features have direction, says TagInfo. Direction values need to be normalized to degrees (°), sometimes they come in form of Probably needs a TileStashe transform to ensure:
|
Tangram supports setting an /cc @dmvaldman. |
Since Tangram support angles on icons, is the part that needs implementing on the Tangram side the conversion of cardinal values to degrees? |
I think that conversion should be on Tilezen, not Tangram. So as long as
Tangram supports sourcing the angle value from a feature property, &/or a
function, we should be good on your side.
…On Tue, Mar 7, 2017 at 5:09 PM, David Valdman ***@***.***> wrote:
Since Tangram support angles on icons, is the part that needs implementing
on the Tangram side the conversion of cardinal values to degrees?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#598 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0EOznTRXuzvTUWDshhvaojo876tf-gks5rjf_UgaJpZM4Hvbei>
.
|
Let's use a consistent property name as #1219 ( |
Here's a fun one, backward pointing stop signs: |
OSM allows the direction to be set on viewpoints and other POIs, and Tangram can orient icons.
The text was updated successfully, but these errors were encountered: