wrld3d / wrld.js

A JavaScript API for beautiful 3D maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to turn off cars/planes?

PiotrusWatson opened this issue · comments

My team and I are using wrld3d js to plot points on a medieval-themed 3D map.

The planes and cars roaming around somewhat ruin this illusion.

Is it possible to turn them off, and if so, how?

Hi - this isn't currently possible in wrld.js, but I can see that it would be useful to be able to configure the traffic feature. We'll add to our plan.

any update on this / planned for a specific release time frame?

I'd like to add my support for being able to turn off cars, planes, etc. It really doesn't add any value. As a matter of opinion, I sincerely hope WRLD can provide alternatives to the very cartoony and childish (no insult leveled) graphics. It makes it very difficult for business users to grasp the power of the platform.

Thanks for the feedback Chris
We've scheduled ability to disable the animated traffic, provisionally expected end June 2018
For the request for a less cartoony appearance, there is work currently underway to provide a more neutral alternate theme that may be more suited for many business uses.

See https://github.com/wrld3d/wrld-themes for information on alternate themes.

Any news about this feature ?

We don't have this feature in development right now. That said there seems to be fair amount of support for it above. I will propose for the next release.

Hi @kegi

Apologies for the confusion, this feature is available in wrld.js version 0.1.1982 which was published earlier today. You can find documentation here:

https://docs.wrld3d.com/wrld.js/latest/docs/api/L.Wrld.map/

You can pass the "trafficEnabled" option when calling the L.Wrld.map constructor, e.g:

var map = L.Wrld.map("map", "your_api_key_here", {
       center: [37.7858, -122.401],
       zoom: 15,
       indoorsEnabled: true,
       trafficEnabled: false
     });

Hopefully this will do what you need. Please let us know if you need any more help.

this is GREAT, you guys rocks !