mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Include Static API rendering in sdk-support properties #569

Closed scothis closed 7 years ago

scothis commented 7 years ago

In addition to our client side SDKs we also have a server side renderer with the Mapbox Static API. Unlike our SDKs, the static support is not versioned, the property/feature is either supported or not.

"sdk-support": {
  "basic functionality": {
    "js": "0.10.0",
    "ios": "2.0.0",
    "android": "2.0.1",
    "static": true
  }
}
lucaswoj commented 7 years ago

This issue was moved to mapbox/mapbox-gl-js#4140