From: Varun Date: Tue, 16 Aug 2016 19:08:44 +0000 (-0400) Subject: Fixed tangram builds to respect hardware gl extensions X-Git-Tag: submit/tizen_3.0/20161108.012559~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F84107%2F2;p=platform%2Fcore%2Flocation%2Fmaps-plugin-mapzen.git Fixed tangram builds to respect hardware gl extensions - Updated tangram libraries - Also updates bubble-wrap scene to use geojson (to be moved back to mvt format, once we confirm it works all over) Change-Id: I8793b4df817789f3336b328acebf138facc39c25 --- diff --git a/lib/arm/libtangram.so b/lib/arm/libtangram.so index b7061bc..5db23fe 100755 Binary files a/lib/arm/libtangram.so and b/lib/arm/libtangram.so differ diff --git a/lib/i586/libtangram.so b/lib/i586/libtangram.so index 9de39a5..70c1f55 100755 Binary files a/lib/i586/libtangram.so and b/lib/i586/libtangram.so differ diff --git a/scenes/bubble-wrap/bubble-wrap.yaml b/scenes/bubble-wrap/bubble-wrap.yaml index 394e503..c798ddc 100644 --- a/scenes/bubble-wrap/bubble-wrap.yaml +++ b/scenes/bubble-wrap/bubble-wrap.yaml @@ -384,11 +384,11 @@ textures: sources: osm: # EraserMaps the app only supports MVT format tiles - type: MVT #TopoJSONTiles topojson + type: GeoJSON #TopoJSONTiles topojson #url: http://vector.dev.mapzen.com/osm/all/{z}/{x}/{y}.mvt #enforce_winding: true #because Tangram v0.4 and tiles v0.5-pre don't play nice #url: //localhost:8080/osm/all/{z}/{x}/{y}.mvt - url: https://vector.mapzen.com/osm/all/{z}/{x}/{y}.mvt?api_key=vector-tiles-HqUVidw + url: https://vector.mapzen.com/osm/all/{z}/{x}/{y}.json?api_key=vector-tiles-HqUVidw # road labels in Tangram JS are broken when overzooming, set max_zoom: 18 to preview fix max_zoom: 16