Skip to content

Commit

Permalink
Mapbox migration (#1006)
Browse files Browse the repository at this point in the history
* Migrate to mapbox #997 - Inital and main commit.

* Migrate to mapbox #997 - added limited support to arcgis, added rtl, fixed expression changed after check error

* Migrate to mapbox #997 - remove console.log...

* Migrate to mapbox #997 - Fix weird touch issue after editing is completed.

* Migrate to mapbox #997 - support touch events for route editing, allow hebrew fonts, fix icons sprite address, zoom-in-out round to integer, fix osm progressbar color.

* Migrate to mapbox #997 - attempt to fix missing icon and script file on cordoova, fix missing animation on rotation.

* Migrate to mapbox #997 - Fix lint, Fix issue with click on point to edit.

* Migrate to mapbox #997 - Fix relative path for image load error

* Migrate to mapbox #997 - Fix route palnning (again...), Fix icon in case the address is not the site origin, Fix end of recording color refresh.

* Migrate to mapbox #997 - wrong base address for cordova device.

* Migrate to mapbox #997 - Fix rotation and gps icon for the last time hopefully.

* Migrate to mapbox #997 - bring back info control.

* remove failing test

* Migrate to mapbox #997 - remove attribution, update technology stack.

* Migrate to mapbox #997 - Added https CORS support in case of http address.

* Migrate to mapbox #997 - remove recording button from web.

* Migrate to mapbox #997 - Fix legend.

* Migrate to mapbox #997 - Fix image text overlap - missing icon...

* Migrate to mapbox #997 - bring back snapping
  • Loading branch information
HarelM authored Apr 27, 2019
1 parent 8d9054a commit 727a806
Show file tree
Hide file tree
Showing 74 changed files with 2,377 additions and 1,771 deletions.
9 changes: 7 additions & 2 deletions IsraelHiking.Web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@
"sources/resource-not-found.html",
"sources/empty-for-oauth.html",
"sources/robots.txt",
"sources/cordova.js"
"sources/cordova.js",
{
"glob": "**/mapbox-gl-rtl-text.js",
"input": "./node_modules/@mapbox/mapbox-gl-rtl-text",
"output": "./"
}
],
"styles": [
"sources/scss/common.scss"
],
"scripts": [
"sources/google-analytics.js",
"sources/google-analytics.js"
]
},
"configurations": {
Expand Down
Loading

0 comments on commit 727a806

Please sign in to comment.