-
- Downloads
Draw path on top of a Mapbox map
Showing
- app/components/path-editor.hbs 11 additions, 0 deletionsapp/components/path-editor.hbs
- app/components/path-editor.js 58 additions, 0 deletionsapp/components/path-editor.js
- app/styles/app.css 1 addition, 0 deletionsapp/styles/app.css
- app/templates/application.hbs 3 additions, 3 deletionsapp/templates/application.hbs
- config/environment.js 9 additions, 0 deletionsconfig/environment.js
- package-lock.json 412 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- tests/integration/components/path-editor-test.js 26 additions, 0 deletionstests/integration/components/path-editor-test.js
app/components/path-editor.hbs
0 → 100644
app/components/path-editor.js
0 → 100644
This diff is collapsed.
... | ... | @@ -38,6 +38,7 @@ |
"ember-export-application-global": "^2.0.1", | ||
"ember-fetch": "^8.0.1", | ||
"ember-load-initializers": "^2.1.1", | ||
"ember-mapbox-gl": "^1.0.1", | ||
"ember-maybe-import-regenerator": "^0.1.6", | ||
"ember-qunit": "^4.6.0", | ||
"ember-resolver": "^8.0.0", | ||
... | ... | @@ -47,6 +48,7 @@ |
"eslint-plugin-ember": "^8.6.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"loader.js": "^4.7.0", | ||
"mapbox-gl": "^1.12.0", | ||
"npm-run-all": "^4.1.5", | ||
"qunit-dom": "^1.2.0" | ||
}, | ||
... | ... |
Please register or sign in to comment