問題タブ [vector-tiles]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
658 参照

mapbox - ARCGIS JS API を使用して MapBox データを表示するには?

URL/リンクの形式の MapBox データセットがあるとします。ArcGIS-js-API を使用する Web アプリケーションでそのデータを表示する方法。

どんな助けでも大歓迎です!

0 投票する
1 に答える
291 参照

android - Chrome on Android crashes when zooming/moving a VectorTile layer

We are creating a WebPpp for Tablets.

Because our WebApp needs to have offline capabilities, we are saving an entire VectorTile layer in a pouchDB (around 25k tiles).

This layer is used for orientation (much like google maps),
it includes streets, buildings, forests and so on.

The Tiles are generated with the GeoServer 2.11.1 Extension.

Now our problem is, chrome crashed ('Oh no' message) when we move the map around or zoom in/out. Firefox doesn't work better, doesn't crash but slow as hell.
For testing purposes I deactivated any styling (just basic) and just this layer is displayed.

Does anyone know why the browser crashes, or is there a way to find out? Also are there alternatives?

Tablet that is used to test: Galaxy note pro, is this tablet just bad for graphical apps?
Other tablets did work fine.

thanks