mmarcon / jhere

jHERE - Maps made easy
MIT License
255 stars 51 forks source link

New map types #3

Closed thingsinjars closed 11 years ago

thingsinjars commented 11 years ago

There are a couple more map types available.

These could either all be offered or at least the NORMAL_COMMUNITY and TRAFFIC types. Personally, I'd make the community layer the default.

mmarcon commented 11 years ago

From tomorrow we'll have:

{
    map: map.NORMAL,
    satellite: map.SATELLITE,
    smart: map.SMARTMAP,
    terrain: map.TERRAIN,
    pt: map.SMART_PT,
    community: map.NORMAL_COMMUNITY,
    satcommunity: map.SATELLITE_COMMUNITY,
    traffic: map.TRAFFIC
}