From: Richard Fairhurst Date: Sun, 13 Jun 2010 22:07:35 +0000 (+0000) Subject: custom imagery dialogue X-Git-Tag: 0.5~403 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/b5334756964ab457cc7793badf9036a11132f9ce custom imagery dialogue --- diff --git a/TODO.txt b/TODO.txt index 38d8b508..f9544dc9 100644 --- a/TODO.txt +++ b/TODO.txt @@ -46,7 +46,7 @@ Potlatch 2: main outstanding issues ** Potlatch 1-style "floaty warnings" ** Should remember which background imagery layer you had previously selected -** Dialog for adding custom imagery url +* Custom imagery dialog fixes * Ctrl-clicking two areas (one inside the other) should create a multipolygon * B keypress for background source tag * Bbox-sensitive menu for background imagery diff --git a/net/systemeD/potlatch2/BackgroundDialog.mxml b/net/systemeD/potlatch2/BackgroundDialog.mxml new file mode 100644 index 00000000..22b99886 --- /dev/null +++ b/net/systemeD/potlatch2/BackgroundDialog.mxml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + diff --git a/net/systemeD/potlatch2/BackgroundSelector.mxml b/net/systemeD/potlatch2/BackgroundSelector.mxml index 1e899a71..75e3847c 100644 --- a/net/systemeD/potlatch2/BackgroundSelector.mxml +++ b/net/systemeD/potlatch2/BackgroundSelector.mxml @@ -5,11 +5,14 @@ horizontalAlign="left" backgroundColor="white" borderStyle="inset"> + dataProvider="{Application.application.theController.imagery}" /> - + + + +