We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794fbd commit d704f71Copy full SHA for d704f71
src/plots/map/constants.js
@@ -2,8 +2,6 @@
2
3
var sortObjectKeys = require('../../lib/sort_object_keys');
4
5
-var requiredVersion = '1.13.4';
6
-
7
var OSM = '© <a target="_blank" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors';
8
9
var stamenTerrainOrToner = [
@@ -240,9 +238,6 @@ var stylesMap = {
240
238
var styleValuesMap = sortObjectKeys(stylesMap);
241
239
242
module.exports = {
243
- requiredVersion: requiredVersion,
244
245
246
styleValueDflt: 'basic',
247
stylesMap: stylesMap,
248
styleValuesMap: styleValuesMap,
0 commit comments