pathmapper
0500172d42
Update layer types
2019-06-23 09:55:32 +02:00
pathmapper
0e7bd98485
Use componentDidUpdate
2019-06-23 09:53:52 +02:00
pathmapper
4ba71c8bd5
Remove UNSAFE_componentWillUpdate
2019-06-20 09:52:54 +02:00
pathmapper
a609dc4029
Set default renderer if undefined
2019-06-16 05:27:53 +02:00
orangemug
9e0410afe6
Fix to reset map state on renderer change.
2019-06-01 08:28:22 +01:00
orangemug
ef08a9347e
Disable debugToolbox by default.
2019-05-29 19:18:24 +01:00
orangemug
9b732540a6
Remove commented out code.
2019-05-29 19:16:17 +01:00
orangemug
24c52074b8
Fixed lint errors.
2019-05-29 18:59:26 +01:00
orangemug
cb6c6e0d9f
Remove projection code for now.
2019-05-29 18:54:32 +01:00
orangemug
884dc6fa49
Fixed typos.
2019-05-29 18:28:47 +01:00
orangemug
efe42021f1
Some more openlayers improvments as well as initial work for projection support
2019-05-29 17:37:55 +01:00
orangemug
c1cab38c7a
Merge remote-tracking branch 'upstream/master' into feature/update-ol-plus-stability-fixes
2019-05-22 07:51:13 +01:00
orangemug
1cf36ddb08
Updated ol-mapbox-style/ol, added throttle to ol map update and fix to clear layers.
2019-05-22 07:32:06 +01:00
Orange Mug
cc3c17078d
Merge pull request #517 from orangemug/fix/editing-of-number-and-string-inputs
...
Fix for string/number inputs when inputting invalid of intermediate values
2019-05-20 10:15:25 +01:00
pathmapper
47965d5f57
Merge pull request #518 from orangemug/fix/color-accessibility-ua-switch
...
Toggle color accessibility based on user agent
2019-05-19 19:58:42 +02:00
Orange Mug
c947d9e3ed
Merge pull request #516 from orangemug/fix/prevent-default-browser-undo-redo
...
Prevent native browser undo/redo when handled by app
2019-05-19 18:52:14 +01:00
Orange Mug
8318180e96
Merge pull request #519 from orangemug/feature/debug-modal
...
Added semi-hidden debug modal
2019-05-19 18:51:43 +01:00
orangemug
87daf6fb76
Fixes because I was incorrectly assuming mgljs only
2019-05-19 10:09:44 +01:00
pathmapper
5d254ac2ff
Merge pull request #520 from orangemug/fix/color-filters-with-ol
...
Layout issues in accessibility color filters with the openlayers renderer
2019-05-19 10:04:16 +02:00
orangemug
482f322d9f
Fixed layout issues in accessibilty color filters with the openlayers renderer
...
Also updated ol & ol-mapbox-style
2019-05-19 06:25:28 +01:00
orangemug
2776ac3ce0
Added back in onOpenToggle
2019-05-18 19:06:54 +01:00
orangemug
eb2fc4c715
Fixed prop-type name.
2019-05-18 19:02:51 +01:00
orangemug
d2ffc3a0b1
Added semi-hidden debug modal and removed all this url param awkwardness
2019-05-18 18:54:10 +01:00
orangemug
40a9978f31
Removed console.log
2019-05-18 18:23:02 +01:00
orangemug
22688933b3
Toggle color accessibility based on user agent
...
It's only supported in chrome and firefox and we can't feature detect this.
2019-05-18 18:19:23 +01:00
orangemug
7cf01f0c12
Merge remote-tracking branch 'upstream/master' into feature/issue-433
2019-05-18 17:33:31 +01:00
orangemug
1e87765f95
Tidy and added fallback (exception) color.
2019-05-18 17:29:59 +01:00
orangemug
cc8fe4e02e
Fix for buggy string/number inputs when inputting invalid of intermediate values
2019-05-18 15:56:14 +01:00
orangemug
979fc98e70
Prevent native browser undo/redo when handled by app
2019-05-18 15:47:51 +01:00
pathmapper
de8c687dfb
Merge pull request #483 from sk1p/popup-cleanup
...
Various cleanups regarding popups and inspect mode
2019-04-16 07:29:19 +02:00
pathmapper
1bb079f078
Merge pull request #501 from pathmapper/issue_484
...
Fix JSON-editor
2019-04-16 07:05:43 +02:00
pathmapper
6a605571e0
Firefox scrollbar styling
2019-04-15 07:14:10 +02:00
pathmapper
fb7b30c81d
Add backwards compability for tilehosting URLs
2019-04-06 12:00:48 +02:00
pathmapper
cb3f93c67d
Change Maptiler URLs
2019-04-03 09:51:43 +02:00
pathmapper
1fbfa8428b
Remove unused argument
2019-03-07 13:47:53 +01:00
pathmapper
b13b89c7ce
Fix JSON-editor
2019-03-07 13:06:02 +01:00
pathmapper
3fa31e2a2e
Merge pull request #485 from sk1p/icon-input-value-type
...
IconInput value type should be string, not array
2019-03-06 07:22:23 +01:00
pathmapper
21f4d26b50
Merge pull request #482 from sk1p/type-formatted-hotfix
...
Use StringInput for 'formatted' field type
2019-02-11 12:50:38 +01:00
pathmapper
627ea268c9
Merge pull request #495 from maputnik/fix/popup-tip-border-color
...
Fix/popup tip border color
2019-02-10 19:09:24 +01:00
Alexander Clausen
aa92091d2d
IconInput value type should be string, not array
2019-01-06 18:07:38 +01:00
Alexander Clausen
14e0385575
Reflect current view in dropdown
...
Useful if the view is toggled between inspect and map via keyboard
shortcut.
2019-01-06 06:20:03 +01:00
Alexander Clausen
6cf861d44e
Keep inspect mode consistent across renderer changes
...
If you were in inspect mode, switched to open layers, and back to
MapboxGlMap, the state in MapboxGlMap and MapboxInspect diverged,
meaning MapboxGlMap thought it was in inspect mode, while MapboxInspect
had inspector mode disabled.
2019-01-06 06:02:10 +01:00
Alexander Clausen
1375240bfa
For better debuggability, actually keep one popup node around
2019-01-06 06:01:04 +01:00
Alexander Clausen
8f391d7d52
Cleanup popup nodes
...
Before, the component instances used for rendering popup content were
kept around, slowly leaking memory. This could be observed using react
developer tools.
2019-01-06 05:49:03 +01:00
Alexander Clausen
84654e81af
MapboxGlMap: remove unused state variables
2019-01-06 05:39:19 +01:00
Alexander Clausen
7ff0524bb7
Allow inspect mode to count properly
...
Example: https://maputnik.github.io/editor/#12.86/54.38618/9.76697
2019-01-06 05:35:43 +01:00
Alexander Clausen
06c3c92fd6
Ensure key uniqueness in FeaturePropertyPopup
2019-01-06 05:35:11 +01:00
Alexander Clausen
4c2941e9b6
Use StringInput for 'formatted' field type
2019-01-05 22:38:58 +01:00
Orange Mug
98ded98583
Merge pull request #476 from pathmapper/fix_issue_404
...
Use access token for fetchSources
2019-01-04 14:34:26 +00:00
Orange Mug
04531b4305
Revert "Use replaceAccessTokens in onStyleChanged"
2019-01-04 14:32:41 +00:00