Hi
I need to use map projection in my project which are base on the map. the following link is my PG :
https://playground.babylonjs.com/#KVVU00#7
with the aid of the @Deltakosh tutorial this I made the tiled ground and then I try to use Map Projection with Bing maps tile system but I don’t know how should I use the methods in my code to get the Map projection on my map. is it possible help me to solve my problem
I need to make grid on my map look like the below GIF:
@Deltakosh
Hi ,
I apologize for the inconvenience.
is it possible to help me?
inteja
November 15, 2020, 9:32pm
3
@Arash_Bagheri you might need to provide more information about exactly what you’re trying to achieve. It’s unclear at the moment.
Also, your posted GIF is not displaying for me.
Hey @inteja .
I need to use Map Projection in my map, I mean when I want to zoom in the map I would like to get more details of map.
inteja
November 15, 2020, 10:32pm
6
Well it looks like you’ve achieved the mapping for the one, initial zoom level, so I guess all you need to do is regenerate the mapping each time the zoom level changes e.g. scale down the tiledGround, get and reassign the MultiMaterial sub material diffuseTexture for the new zoom level.
1 Like
yes, but I don’t know how to it, I mean my problem is zoom level, how can I recognize the zoom level and also I have a problem with subdivision.
Hi @nasimiasl
I apologize for the inconvenience.
is it possible to help me ?
Arash_Bagheri:
Bing maps tile system
Hi all, it’s been a while I posted here. I was wondering if in this demo I’m facing webgl float32 lack precision (bjs 4.1)? I’ve read few external topics about Improving precision, not really friendly to understand…
I’m working on a eath tilling, more you zoom, more you get detail. When you’re zooming max you can see the distortion.
Maybe this subject has been treated before ?
live demo ‘key:e’ to change map provider
www.visualiser.fr/earth/index.html
earth scale :
[earth-test]
street …
hey
look here if you cant find any good way to render that ping me again i am busy for this week but back after that
1 Like
hi @nasimiasl
sorry for pinging you again, I didn’t find a way to solve it. I need a to make map projection but I couldn’t find it.
sebavan
November 18, 2020, 1:21pm
13
Would that be an option Levels of Detail (LOD) | Babylon.js Documentation ?
Else you might need to adapt the uv mapping / scaling based on the zoom level ?
1 Like
Hey @sebavan
yes I need a uv mapping/scaling in terms of zoom level, I mean I need tiled map.
now I am trying to use mapbox as a ground instead of building with babylonJS.