NetsBlox / services

Official NetsBlox services
0 stars 0 forks source link

Baidu Maps API #27

Open gsteinLTU opened 6 years ago

gsteinLTU commented 6 years ago

Had a request to use NetsBlox in China, but Google services will not work there. The first step to allowing it to be used in places where Google services are unavailble is to provide alternative mapping services, as many of the best NetsBlox examples rely on Google Maps right now.

brollb commented 6 years ago

Since not all the services require an API key, they cannot all be disabled with environment variables. When specific services are disallowed by the region, we may need to also have capabilities for white-listing services to allow.

This would be a new issue but follows naturally from this issue.

brollb commented 6 years ago

Also, OpenStreetMap may be another nice map alternative to GoogleMaps esp. when considering internationalization since OpenStreetMap using the native language of the given country...

gsteinLTU commented 6 years ago

@brollb I put up an issue for that: NetsBlox/services#28