orangemug
365a0518a5
Removed the console.warn because the logging wasn't helpful.
2017-11-06 15:05:00 +00:00
orangemug
9801f49f4e
Added noParse for prebuilt openlayers and mapbox-gl modules.
2017-11-06 14:58:23 +00:00
orangemug
bb4f3482ad
Removed required from minzoom/maxzoom as it can be undefined.
...
See <https://www.mapbox.com/mapbox-gl-js/style-spec/#layer-minzoom >
2017-11-06 14:45:03 +00:00
orangemug
e148607c7a
Removed required prop and fixed component name.
2017-11-06 14:13:45 +00:00
orangemug
ae370f04c1
Added css overflow scroll to toolbar actions.
2017-11-06 10:23:51 +00:00
orangemug
89f6343abd
Removed ignoring node_modules in webpack watch
2017-11-04 14:24:36 +00:00
orangemug
ea55687171
Added note to the docs regarding WEBPACK_DEV_SERVER_POLLING
2017-11-03 11:12:23 +00:00
orangemug
da0b4d7911
Disable webpack-dev-server polling by default.
2017-11-03 11:04:15 +00:00
Orange Mug
e303283098
Merge pull request #187 from orangemug/feature/more-badges
...
Added more badges
2017-11-02 13:01:30 +00:00
orangemug
1119ff06c9
Added more badges.
2017-11-01 16:54:17 +00:00
Orange Mug
adc8ed26c1
Merge pull request #179 from gregorywolanski/87
...
Display zoom level #87
2017-10-30 08:00:34 +00:00
Gregory Wolanski
06554b83dc
Add expand/collapse all layer groups feature ( #130 )
2017-10-25 21:35:19 +02:00
Gregory Wolanski
06ea1d1697
Display zoom level #87
2017-10-19 20:41:38 +02:00
Orange Mug
ddb3bcde43
Merge pull request #178 from pjsier/fix/layer-function-type
...
Assigning default function type from spec
2017-10-18 17:31:13 +01:00
Orange Mug
db2f9efb93
Merge pull request #176 from orangemug/fix/noopener-noreferrer
...
Added rel="noopener noreferrer" to external links.
2017-10-17 16:43:48 +01:00
pjsier
d32b15d425
Assigning default function type from spec
2017-10-16 14:19:19 -05:00
Orange Mug
a67f9b2edb
Merge pull request #175 from orangemug/feature/change-link-to-new-domain
...
Changed link from maputnik.com -> maputnik.github.io
2017-10-16 19:48:13 +01:00
orangemug
c38547d4e7
Removed {} from props.
2017-10-16 15:18:29 +01:00
orangemug
3f350c30da
Added rel="noopener noreferrer" to external links.
2017-10-16 15:01:35 +01:00
Orange Mug
d502d9b1bb
Merge pull request #174 from pjsier/feature/share-style-link
...
Add share style link, copy button
2017-10-16 14:55:12 +01:00
orangemug
06e1be716e
Changed link from maputnik.com -> maputnik.github.io
2017-10-16 09:34:05 +01:00
pjsier
cda855f1b7
Add share style link, copy button
...
This adds a copy to clipboard button and input with the style parameter
pre-populated after exporting a style to an anonymous gist. Also
includes the URL as an input next to the button.
2017-10-15 20:04:43 -05:00
Orange Mug
36def799c0
Merge pull request #172 from pjsier/fix/insecure-assets
...
Fix insecure asset loading
2017-10-14 20:08:19 +01:00
pjsier
2e671250b9
Remove tilezen tileset and style
2017-10-12 15:13:57 -05:00
pjsier
c881534554
Fix insecure asset loading
2017-10-12 14:33:24 -05:00
Orange Mug
e1f7336aa9
Merge pull request #166 from orangemug/feature/load-from-url
...
Added 'Load from URL' option in open modal
2017-10-12 19:14:31 +01:00
orangemug
aa92e9da02
Merge remote-tracking branch 'upstream/master' into feature/load-from-url
2017-10-12 15:15:20 +01:00
Orange Mug
232b48ff62
Merge pull request #165 from gregorywolanski/master
...
Modal scrolling #156
2017-10-12 10:29:07 +01:00
Grzegorz Wolański
a95b2932db
Modal scrolling #156 : Issue fixed
2017-10-11 23:11:40 +02:00
Orange Mug
aa288a1e11
Merge pull request #161 from pjsier/feature/data-driven-styles
...
Add data-driven styling
2017-10-11 16:55:04 +01:00
Orange Mug
7e6efcb9b9
Merge pull request #169 from orangemug/feature/comments-field-docs
...
Added comments field doc and updated react-collapse to fix styling
2017-10-11 14:37:43 +01:00
Orange Mug
817d0a7e63
Merge pull request #170 from orangemug/fix/maputnik-logo-stretch
...
Fixes logo styling in toolbar
2017-10-11 14:34:43 +01:00
pjsier
fa0067ce7b
Update mapbox deps, clarify data prop scope
2017-10-11 08:01:55 -05:00
orangemug
9beacf7ef3
Fixed image path in test
2017-10-11 13:16:04 +01:00
pjsier
b4292028c2
Fix default field bug
2017-10-11 05:58:32 -05:00
orangemug
d7c099bcbb
Fixed logo stying in toolbar, also switched to the logo in github:maputnik/design.
2017-10-11 11:17:02 +01:00
Orange Mug
36cd15f4f1
Merge pull request #168 from orangemug/feature/issue-114-boolean-types
...
Added true/false conversion to filter field
2017-10-11 10:27:43 +01:00
orangemug
92ff1a8499
Added comments field doc and updated react-collapse to fix styling.
2017-10-10 22:34:16 +01:00
pjsier
4af7a71220
Rename ZoomSpecField to FunctionSpecField
2017-10-10 14:23:20 -05:00
orangemug
611e170b5e
Added true/false conversion to filter fields. Fixes #114
2017-10-10 18:41:54 +01:00
pjsier
148f64c261
Restrict data function types, reorder buttons
...
Checking the Mapbox style spec properties to see whether or not
exponential should be allowed as the property type, defaulting to
categorical which appears to work for either type. Also re-orders zoom
and data function buttons, aligning zoom right if data not supplied.
2017-10-10 10:30:06 -05:00
orangemug
2c3f47d3cb
Added 'Load from URL' option in open modal. Fixes #120
2017-10-10 16:27:16 +01:00
Gregory Wolanski
8a6e24e5e7
Modal scrolling #156
2017-10-08 21:42:04 +02:00
pjsier
1d29f67065
Check for property-function support on data styles
2017-10-05 06:08:55 -05:00
pjsier
2ffb3e73e1
Re-add default field after style update
2017-10-05 05:50:47 -05:00
pjsier
bba7aa3177
Merge branch 'master' into feature/data-driven-styles
2017-10-05 05:42:17 -05:00
Orange Mug
c950a33031
Merge pull request #124 from orangemug/fix/issue-110-update-mapbox-style-spec
...
Update style spec
2017-10-05 06:16:04 +01:00
Orange Mug
c9ab3bdbfc
Merge pull request #163 from chriswhong/patch-1
...
Add related projects section
2017-10-05 06:00:36 +01:00
Chris Whong
e32c2e865c
Add
2017-10-04 22:42:04 -04:00
pjsier
9e52b0b7dc
Remove default from data properties
...
It looks like default is not supported in this version of the style
spec, so pending the PR to update it I'm removing it as an input.
2017-10-01 21:07:55 -05:00