(val)
| 806 | |
| 807 | // if style is part of the 'official' mapbox values, add URL prefix and suffix |
| 808 | function convertStyleVal(val) { |
| 809 | return constants.styleUrlPrefix + val + '-' + constants.styleUrlSuffix; |
| 810 | } |
| 811 | |
| 812 | function convertCenter(center) { |
| 813 | return [center.lon, center.lat]; |
no outgoing calls
no test coverage detected
searching dependent graphs…