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