Hello,
I'am running into a little bit of trouble tying to compile JOSM with ant behind
an proxy.
After checking out the repo:
svn co https://josm.openstreetmap.de/svn/trunk josm
I tried to compile the josm .jar by running ant .
But ivy is giving me trouble because it can't load it's dependenci
Hello,
currently i'am working on a plugin for JOSM and i want to prevent the user from
deleting special Nodes.
So the Idea is to catch the Delete Event and display a warning(or a userchoise).
I first looked into the Dataset and DatasetListener. But at the pont when I get
the primitiesRemoved() E
Hi @ all,
I'am trying to filter for a Node with a tag:
name=Berlin, Stuthirtenweg (1)
I have to use the regular expression option for the filter.
My other options are:
Enabled:yes
Hidden:yes
Inverted:yes
Replace selection
Regular expression:yes
Every thing else:no
What I tried is
Hi @ all,
I'am developing a plugin for josm. I want to rearrange the elements on the
"toolbar at the top", the "edit toolbar on the left" and en/disable the
togglemenues by the plugin at startup.
So far I couldn't find some easy access to those features in the core. Is the a
way to manipula
Hi @all
I'am trying to expand an exsiting plugin for josm.
So the basic plugin works. Now I want to create a filter and add it to the
build-in FilterDialog.
I looked at the filtermodel inside the filterdialog class but it is private so
I can't access it.
I also tried to add my filter to