From 5885238758033bbb8354a7f14c8a2f3fe517db5a Mon Sep 17 00:00:00 2001 From: Rob Gaston Date: Wed, 27 Sep 2017 12:32:25 -0700 Subject: [PATCH] upgrading to mapbox gl js 0.40.1 re: #2410 --- arches/app/templates/views/components/widgets/map.htm | 4 ++-- bower.json | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/arches/app/templates/views/components/widgets/map.htm b/arches/app/templates/views/components/widgets/map.htm index e3958e07d95..7256bf1af1e 100644 --- a/arches/app/templates/views/components/widgets/map.htm +++ b/arches/app/templates/views/components/widgets/map.htm @@ -29,7 +29,7 @@
- {% trans "Edit Mode" %} {% trans "Click a feature to drag or delete. Click lines or polygons twice to edit verticies" %} + {% trans "Edit Mode" %} {% trans "Click a feature to drag or delete. Click lines or polygons twice to edit vertices" %} @@ -42,7 +42,7 @@ {% trans "Create Mode" %} {% trans "You are creating lines. Click the Line tool to exit." %} - {% trans "Edit Mode" %} {% trans "You are editing " %}{% trans " verticies. Click outside the feature to exit." %} + {% trans "Edit Mode" %} {% trans "You are editing " %}{% trans " vertices. Click outside the feature to exit." %} {% trans "Geojson Mode "%} {% trans "Enter a GeoJSON geometry to add a feature" %} diff --git a/bower.json b/bower.json index dfeeadf3851..e438edbdff9 100644 --- a/bower.json +++ b/bower.json @@ -36,8 +36,8 @@ "font-awesome": "~4.6.3", "ionicons": "~2.0.1", "fonts": "https://google-fonts.azurewebsites.net/googleFonts/openSans?family=Open+Sans:300,400,600,700&subset=latin", - "mapbox-gl": "archesproject/mapbox-gl-js-bower#0.40.0", - "mapbox-gl-draw": "https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v0.19.0/mapbox-gl-draw.js", + "mapbox-gl": "archesproject/mapbox-gl-js-bower#0.40.1", + "mapbox-gl-draw": "https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.0.2/mapbox-gl-draw.js", "datatables.net": "~1.10.12", "datatables.net-bs": "~1.10.12", "datatables.net-responsive": "~2.1.0", @@ -55,9 +55,5 @@ "leaflet-draw": "^0.4.9", "ckeditor": "~4.6.2", "mathjs": "^3.11.4" - }, - "resolutions": { - "bootstrap": "3.3.2", - "jquery": "2.2.1" } }