@matteblair I'm on it! I already have two changes, so I'll definitely take note of what I have. I'll keep poking in the chat when I run into stuff I don't understand
Fernando A de la Fuente
@fernancode
apologies for the spam. making good progress :)
Fernando A de la Fuente
@fernancode
ok first question that doesnt have a google result: I finally got the manhattan map to load but i cant zoom out or move at all - whats the best place I should try and debug here?
Matt Blair
@matteblair
@fernancode It looks like the code has event handlers for keyboard inputs, so I would start by trying to use a keyboard if you aren't already. Beyond that, you'll probably want to use general C++ breakpoint debugging techniques to see where things are not happening as expected. The repo has probably only been tested on a Raspberry Pi from 6 years ago. @patriciogonzalezvivo is the original author of the code, but not sure how well he'd remember the code at this point!
Qi Yu
@yuqicxy
Hi, I wanna dynamic change the style at the runtime, like vertexColor, texture. How can i dirty the stylemesh of tile?
Chris Ellison
@ChrisE1979_gitlab
I am d.y.i.n.g on the vine. Trying to use tangram-sandbox with react. I can use tangram with react. But when I try to use gotham or tron as the scene file.... nothing. No errors, nothing in my console, just blank screen. Pleaseeeee tell me someone out there is willing to help? Thank you
7 replies
Also @patriciogonzalezvivo congrats on @runwayml!
anumshk
@anumshk27
How we can use tangram-es with flutter dart?.
1 reply
Todd Hertzelle
@thertzelle
Are there any good examples for how to draw a circle with a gradient (semi transparent) background in tangram? Would I use a shader for this sort of thing?
1 reply
ccxxbb
@ccxxbb
Hi, how to show contour line based terrain tiles with tangram-es
1 reply
Ken-ichi
@kueda
is it possible to draw a line without reloading the scene, and if so is there an example somewhere? i got something like it to work by dynamically making an update to a layer in the scene to filter some line segments and style them differently, but it causes the entire screen to flash
6 replies
kugelblitz92
@kugelblitz92
Trying to use setbitmap in c++ but end up having a string of black lines rendered. I am using stbi image to get data and passing to setbitmap, Was expecting an image to load but thats not happening.
1 reply
Petr B.
@budikpet
I'm using Tangram-ES for iOS to implement a map that is constrained to a rectangular area. Is there a built-in way to do that? I didn't find one in docs but it seems it should be possible.
4 replies
cyfugr
@cyfugr
Hi, i have added cinnabar style to a map with a custom tile datasource and i dont see any icons, any ideas?
1 reply
hamza mohamed ali
@liodali
how i can check that CLLocation of marker is out of camera projection in tangrams ios sdk
1 reply
hamza mohamed ali
@liodali
Hi, I'm trying to draw polyline but nothing is shown in the map here is sample of code val polyline = mController!!.addMarker() polyline.setPolyline(Polyline(list, HashMap())) polyline.setStylingFromString("{ style: 'lines', color: '#009ecc', width: 28px, order: 1200 }") polyline.isVisible = true any idea wha's the problem ?
8 replies
ccxxbb
@ccxxbb
how to draw a square in a point ? the current is a cicle
3 replies
OPTECH SASU
@grabouillon06
hello guys, I'm struggling with tangram-es, I'm getting this "WARNING urlClient.cpp:375: Failed with error for url: The requested URL returned error: 403" while I think I've correctly set my NEXTZEN_API_KEY and i use the default scene.yaml ... any help ? thanks Guys
4 replies
my cmd is "./tangram -f ../../scenes/scene.yaml", it is able to find the yaml file but ...
OPTECH SASU
@grabouillon06
I'm on Linux Ubuntu, I followed the README.md
the build was ok
it generated the tangram in build/linux
Eric Nelson
@ericnelsonaz
Can anybody comment on the state of the RPI platform?
It doesn't compile at the moment because of the use of the obsolete Url::resolved() method.
Can anyone report which of the many Pi and O/S versions were used to develop and test this code?
6 replies
Eric Nelson
@ericnelsonaz
In a port to a Mesa software OpenGL stack, I'm seeing mirror-image output running the tangram-es test app.
I'm still working through this library, but I'm sort of feeling stuck. I need to be able to animate a circle growing a certain velocity from a point. It seems there isn't a circle polygon, but maybe drawing a circle could work, but then how would I animate it? The other option seems to be a shader, but I'm not certain how I would place a shader on the map and have it render at a specific point? I've been searching for hours. Please, if anyone has any suggestions or examples, that would be great!
@thertzellewhat about rendering the circle using a Leaflet layer on top of tangram instead of via webGL? Then you should be able to use CSS transitions. oops, I didn't read to the end - realizing you're using ES, not web
I think you would need to pass a new uniform corresponding to your animation parameter
Todd Hertzelle
@thertzelle
Can you say a bit more, or is there an example describing what your talking about? Thanks for the response!
Is Tangram JS and ES production ready? As in why would I choose Tangram over Maplibre?
4 replies
geocartosoft
@geocartosoft
Hello all, I have a problem. I want to overzoom a vectorial map that have data available only until zoom 8 on a mobile Device that run a UBUNTU base Tangram ES SW on it. All ok until zoom 10 but if I want to overzoom more, the icons and texts have rendering issues..like here:
1 reply
Do you know which can be the cause? Is possible my mobile Device OS have some limitations or bad configs? Or my scene.yaml is not ok?
On PC viewer and Tangram Web all ok with my scene and map
ccxxbb
@ccxxbb
Is there a way to make an animated growing circle in tangram-es, whitch is used in gps position like mapbox
Rob Howard
@warpedgeoid
@ccxxbb You should be able to do this with a custom shader.
vilmos
@vilinet_gitlab
Hiya! How can i "ask" tangram to keep the original angle of a sprite?
For example i have a fix angle 45, want to see this sprite always in this exact angle, regardless what the current view is. So basically i don't want it to be rotated at all.
Cheers!
1 reply
ccxxbb
@ccxxbb
How to use draw groups in marker ? I wan to apply two different styles in one marker.
Mathis Logemann
@mathisloge
Is there some documentation on how to make mvt from geofabrik downloads?
So that they can be used with tangram-es default styles (e.g. the scene.yaml in the repo of tangram-es)
Brandon Liu
@bdon_gitlab
@mathisloge take a look at https://github.com/systemed/tilemaker ; you could customize the tile creation via Lua to match the tangram/mapzen cartography
geocartosoft
@geocartosoft
Did any one obsered that loading a Vectorial layer for example on low zoom (for example zoon 3-5) and set max_zoom: 5 (max zoom to request tiles) and max_display_zoom:18 to overzoom last available tiles set untill zoom 18...there is a huge memmory leak (I can easly reach RAM limit even on a PC with 4 GB RAM only by zooming IN and zooming out more times). Each time the RAM increase until limit is reached. It seems a n issue in Tangram rendering overzoom textures
I used latest version available on GIT to obtain this issue(is also obtainable on older versions). Is there a special settings I must consider or this is a known issue?
geocartosoft
@geocartosoft
Is there a way to control the ammount of RAM memmory Tangram-ES to use?
Saltofa1000Seas
@Saltofa1000Seas
anyone have any luck getting tangram yaml includes to work with VUE
Cristian-Gabriel
@Cristian-Gabriel
Exist possibility to upload a grid map? I have 5x5 degrees coverage for every map and I want to upload several in the same scene.yaml. The maps has same layers and same data type. Only covered surface is different. I can view concomitant several maps of the same type?