Closed BossOfGames closed 5 years ago
Ok I figured it out. GeoJSON coordinates were reversed.
First rule of geo: if it doesn't show up, flip the lat/lng ;)
On Tue, Apr 30, 2019 at 4:25 AM Taylor Broad notifications@github.com wrote:
Closed #716 https://github.com/tangrams/tangram/issues/716.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tangrams/tangram/issues/716#event-2308774755, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAECXOQNGHP6FY6PIDY6HTPS77AZANCNFSM4HJIYB7Q .
Hey All,
I am loading my own airports database into my map (since mine is more complete than what comes from OSM datasources), however when I load my own GeoJSON, the map doesn't show the markers and the console doesn't show any errors.
Here is a sample GeoJSON for the New York area.
Here is my yaml
I appreciate the help.