Skip to content

Commit

Permalink
Multi export (#314)
Browse files Browse the repository at this point in the history
* sdf

* sdfgh

* startExport

* save changes

* update ajax

* update url

* sdf

* startexport

* add node modules

* add nojekyll

* remove node-pre-gyp

* Create CNAME

* just images

* make it work

* set data

* Set  url

* separate out

* separate out

* update all funcs

* make func

* add source maps

* done

* readd generate export json

* geenerate

* try remove scale

* stop stringifying

* add a someSelected method

* fix rebase

* node_modules

* add node modules

* add 1st collection tool

* allow switchoff

* switchoff deselect

* fix updateToolbarPos bug

* fix markers

* complete collection tool UI

* failing tests

* resolve testing issue

* repair broken tests

* fix up tests

* push to demo

* again

* Multi-tool interface

* Multiple Image Delete

* refine

* doc updates

* update

* update

* fix deletion bug

* UI bug free

* readme

* readme

* fix

* allow pic and choose tools

* new actions option

* upgrade toolbar dependency

* dependency update

* Fix tests and file organization

* add removeTool

* document removeTool

* document addTool and hasTool

* remove useless window

* set keymappers to false until bugs are cleaned

* expose setCorner

* remove concat from Gruntfile

* checkout node_modules

* Delete CNAME

* Delete .nojekyll

* remove svg bubbles

* Delete leaflet.distortableimage.js.map

* ignore all committed node_modules

* index on multiExport: bb100be Merge branch 'multiExport' of https://github.com/sashadev-sky/Leaflet.DistortableImage into multiExport

* toolbar anchor 10

* cleanup

* doc

* docs

* remove concat from gruntfile

* add underscore

* unexpose setCorners() until testing

* add tests for multiple image deletion

* add tests for _addToolbar

* uncomment

* add removeTb tests

* finish toolbar tests

* comment for modes

* add new line to new files

* BoxSelector fixed

* update docs

* refactor

* refactor

* defer some scripts

* Update DistortableCollection.js

* built dist

* further reporting of success

* real aerial image

* default scale to 100

* added image_file_name to JSON

* filename splice fix

* filename fix

* status.json update fix

* fix for status_Url

* width and height in JSON

* update jshint

* add new line to new file

* re-ordered coordinates

* lon instead of lng in JSON
  • Loading branch information
sashadev-sky authored and jywarren committed Jul 2, 2019
1 parent 83e3371 commit d934714
Show file tree
Hide file tree
Showing 29 changed files with 2,162 additions and 1,195 deletions.
9 changes: 5 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = function(grunt) {
noarg: true,
regexp: true,
undef: true,
unused: "strict",
trailing: true,
smarttabs: true,
globals: {
Expand Down Expand Up @@ -134,10 +133,12 @@ module.exports = function(grunt) {
"src/edit/RotateScaleHandle.js",
"src/edit/RotateHandle.js",
"src/edit/ScaleHandle.js",
"src/edit/DistortableImage.EditToolbar.js",
"src/edit/tools/EditAction.js",
"src/edit/tools/DistortableImage.PopupBar.js",
"src/edit/tools/DistortableImage.ControlBar.js",
"src/edit/DistortableImage.Edit.js",
"src/edit/tools/DistortableImage.Keymapper.js",
"src/edit/BoxSelectHandle.js"
"src/edit/DistortableImage.Keymapper.js",
"src/edit/BoxSelector.js"
],
dest: "dist/leaflet.distortableimage.js"
}
Expand Down
Loading

0 comments on commit d934714

Please sign in to comment.