orangemug
1070209cb5
Another attempt and maputnik inspect crashing issue.
2020-04-14 09:11:09 +01:00
orangemug
578a920b6d
Fixed crash raised in issue #647
2020-04-13 08:39:23 +01:00
orangemug
c9e360d675
Fix layer selection via <FeatureLayerPopup/>
2020-04-06 08:47:13 +01:00
orangemug
bac8495b3c
Made <FeatureLayerPopup/> swatch simplier because colors from features are already evaluated
2020-04-04 10:45:11 +01:00
orangemug
df98cb9c7b
Fix layer color swatch in <FeatureLayerPopup/>
2020-04-04 10:21:58 +01:00
orangemug
4ef6ecb7eb
Moved from magnify icon to 'zoom:' label. Also increased contrast on compass arrow.
2020-02-18 18:50:30 +00:00
orangemug
0f6708d9d4
Improved zoom styling and fixed zoom in/out button styling.
2020-02-17 15:39:54 +00:00
orangemug
c714e23d79
'id' is not guaranteed to be unique, see < https://github.com/maputnik/editor/pull/610/files#r372521304 >
2020-01-30 08:46:26 +00:00
orangemug
5b3d579f87
Fix to fallback to index for unique feature key in <FeaturePropertyPopup />
2020-01-29 08:44:27 +00:00
orangemug
0009c74948
Fixes lat/lon precision and center change via zoom without pan.
2020-01-19 19:09:04 +00:00
orangemug
27e6675d26
Fix replacing of access tokens in MapboxGl.
2020-01-19 16:30:27 +00:00
orangemug
4269e4573c
Fixed lint errors.
2020-01-19 16:00:29 +00:00
orangemug
79fa2b3508
Feature to update current map view in OSM
2020-01-19 13:37:56 +00:00
orangemug
51f2cfac16
Fix feature selection in <FeatureLayerPopup />
2020-01-18 20:42:38 +00:00
pathmapper
7e5a5ce077
Set map maxZoom to 24
2020-01-10 14:06:17 +01:00
Orange Mug
673887d93b
Merge pull request #582 from orangemug/fix/add-source-errors
...
Add open modal and source http/https errors
2019-10-28 18:19:21 +00:00
Orange Mug
06898429fd
Merge pull request #584 from orangemug/fix/issue-576
...
A hack fix for blocked popup
2019-10-28 18:18:33 +00:00
orangemug
ef81534a17
Update map style even if inspectModeEnabled=true
2019-10-27 20:04:57 +00:00
orangemug
a958ec943b
Lint fix.
2019-10-27 19:16:13 +00:00
orangemug
4e3b395b3d
A hack fix for blocked popup.
2019-10-27 19:11:34 +00:00
orangemug
c588164190
console.log map errors.
2019-10-26 18:27:11 +01:00
orangemug
f3b8c5362a
Remove shouldComponentUpdate because mapbox-gl will do the diff for us, so updates will no longer diff twice.
2019-10-20 12:25:43 +01:00
pathmapper
975487d271
Use visualizePitch option
2019-07-30 08:10:56 +02: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
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
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
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
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
Peter Richardson
cf45c04069
add shouldComponentUpdate
...
checks for differences in props and state - addresses https://github.com/maputnik/editor/issues/467
2018-11-12 20:47:24 -08:00
pathmapper
59ad91fdf8
Add 'show-overdraw-inspector' query parameter
2018-11-02 09:07:01 +01:00
orangemug
7121a680b4
Add missing prop type
2018-10-27 14:08:23 +01:00
orangemug
cf391031f0
Added color swatch to <FeatureLayerPopup/>
2018-10-27 14:04:13 +01:00
Orange Mug
a666f86be0
Merge pull request #397 from orangemug/feature/ol-experimental-support
...
Added back in experimental OpenLayers support
2018-10-06 16:59:13 +01:00
orangemug
0973dcee8a
Added back in experimental OpenLayers support
2018-09-24 14:05:53 +01:00
orangemug
8f07a79a49
Merge remote-tracking branch 'upstream/master' into feature/color-accessibility-ui
...
Conflicts:
src/components/App.jsx
src/styles/_components.scss
2018-09-23 11:39:15 +01:00
orangemug
fd34e31462
Merge remote-tracking branch 'upstream/master' into fix/showTileBoundaries-error
2018-09-22 14:17:16 +01:00
orangemug
77475af3c6
Added guard to map object
2018-09-20 19:16:23 +01:00
orangemug
26ff9f63bb
Merge remote-tracking branch 'upstream/master' into fix/remove-componentWillUpdate
...
Conflicts:
src/components/map/MapboxGlMap.jsx
src/components/modals/ExportModal.jsx
2018-09-10 14:46:52 +01:00
Orange Mug
762bb786be
Merge pull request #365 from orangemug/feature/added-no-webgl-error
...
Added no WebGL error message to MapboxGL map component
2018-09-10 14:09:09 +01:00
Loïc Gasser
bc2ec4d0b7
Remove unused imports
2018-08-23 00:18:39 -04:00