This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Country boundary rendering slowly in openmaptiles

0

Hi For larger audience, posting here too(https://github.com/openmaptiles/openmaptiles/issues/495 ).

I am using openmaptiles for setup own vector tiles server. By default, it shows incorrect india boundary. So i have created a layer in my stye.json using geojson data of all countries boundary data(with updated india boundary).

But its taking too much time to render boundary line. Also tried as trimmed geojson data(now 1.6mb), but still its rendering very slowly.

Any alternate options?

Note: Tried to solve as, render country boundary using openmaptiles boundary data for all countries except india. Then add layer using geojson for india boundary only. But i cant disable to rendering boundary for india using openmaptiles boundary, as they are not providing country code or name with boundary data.

asked 03 Sep '18, 13:23

Rajavelu_M's gravatar image

Rajavelu_M
253454858
accept rate: 33%

edited 06 Sep '18, 06:56

If the question gets answered here, the volunteers behind the openmaptiles issue queue won't see it and might spend extra time answering the same question. Please link them together.

(06 Sep '18, 10:42) mtmail

Source code available on GitHub .