Re: [josm-dev] function to find nodes next to a way

2013-02-19 Thread Josh Doe
On Tuesday, February 19, 2013, Jo wrote: Then I still have to figure out a way to get a list of candidate nodes to test with. That part can be done with a search in a bbox. But my main problem is the list of nodes which form the rectangle polygon. The distance from the way should be

Re: [josm-dev] MapBox Satellite default?

2013-01-12 Thread Josh Doe
On Friday, January 11, 2013, Alex Barth wrote: I would love to see MapBox Satellite as per default available in the imagery menu. What's the decision making process for this? I think there's a good case to be made as it's including Landsat and has high res imagery for all of the US using

Re: [josm-dev] JOSM Progress

2012-07-13 Thread Josh Doe
On Fri, Jul 13, 2012 at 5:42 PM, Dirk Stöcker openstreet...@dstoecker.de wrote: ... So I want to say a big THANKS to all of you contributing to JOSM. To the developers and supporters still active as well to those who no longer participate. And a big thanks to you for contributing code, running

[josm-dev] Selecting a line nearest a point

2012-05-27 Thread Josh Doe
I have a plugin (conflation) with a custom layer which draws arrows between matched pairs of objects, and I'd like to enable these to be clicked to select the match so it can be merged or deleted. I'm not familiar with JOSM's map display code, so I'm not sure where to look. I need to find the line

Re: [josm-dev] JOSM documentation

2012-05-22 Thread Josh Doe
On Tue, May 22, 2012 at 2:26 AM, Nikhil Upadhye nikhil.spitf...@gmail.com wrote: Hello Everyone, I am developing plugin for josm as a part of GSoC 12. Details can be found at [1]. I was looking for josm source code documentation but didn't find any. Am I missing something? Can anyone point

[josm-dev] Seeking comments on patch for making merge/download undoable

2012-04-26 Thread Josh Doe
I created this ticket a while ago, and have had a patch up for a little over a week, but haven't had any comments regarding if this functionality is even desired by anyone, is implemented in a decent manner, etc. I'll be using this functionality in the conflation plugin, though I'll probably just

[josm-dev] continuosDownload plugin naming

2012-03-21 Thread Josh Doe
I can't find an email address for Gnonthgol, but I'm wondering if he was intentional about using continuos rather than the English spelling of continuous. Small matter, but better to fix it now than later. -Josh ___ josm-dev mailing list

[josm-dev] Conflating between layers (merging, marking as resolved)

2012-03-16 Thread Josh Doe
I've been trying to think of the best way to conflate objects between layers with the plugin I'm working on, and wanted to get some input. The first part is copying or merging objects from a reference layer to the subject (OSM) layer, and the other is marking objects as resolved'. For the first,

[josm-dev] Soliciting feedback on conflation plugin

2012-03-01 Thread Josh Doe
Last night I checked in a minimally-functional (and definitely experimental) conflation plugin, appropriately called conflation. You can read more about it here: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Conflation There's certainly a lot of work to do, but it's actually functional enough

Re: [josm-dev] Soliciting feedback on conflation plugin

2012-03-01 Thread Josh Doe
On Thu, Mar 1, 2012 at 9:00 AM, Mike N nice...@att.net wrote: On 3/1/2012 6:59 AM, Josh Doe wrote: Last night I checked in a minimally-functional (and definitely experimental) conflation plugin, appropriately called conflation.  I re-downloaded the list of plugins in JOSM, but it doesn't

[josm-dev] How external plugins are added to plugin list

2012-02-27 Thread Josh Doe
I can't seem to find how the plugin list [0] is generated, specifically how external plugins are added to this list. Presumably there is some script which generates that file, which I can't find. I'd like to move my work-in-progress conflation plugin out of SVN and onto Github, but don't

Re: [josm-dev] Creating a user-friendly changelog for tested release

2012-02-25 Thread Josh Doe
On Tue, Feb 7, 2012 at 8:23 AM, Simon Legner simon.leg...@gmail.com wrote: Hi, On 30/01/12 15:07, Josh Doe wrote: I would suggest that we create a single set of changes between each tested release, separating the changes by major/minor enhancements, and major bugs (leaving minor bugs

[josm-dev] Changing package of utilsplugin2 troublesome?

2012-02-09 Thread Josh Doe
I'd like to use some functionality of utilsplugin2 in a plugin I'm writing, but would like to put it in a more proper package than just utilsplugin2, like org.openstreetmap.josm.plugins.utilsplugin2. Will this cause any problems? While I'm at it maybe I should change dumbutils to something else...

Re: [josm-dev] Changing package of utilsplugin2 troublesome?

2012-02-09 Thread Josh Doe
On Thu, Feb 9, 2012 at 9:55 PM, Josh Doe j...@joshdoe.com wrote: I'd like to use some functionality of utilsplugin2 in a plugin I'm writing, but would like to put it in a more proper package than just utilsplugin2, like org.openstreetmap.josm.plugins.utilsplugin2. Will this cause any problems

[josm-dev] Creating a user-friendly changelog for tested release

2012-01-30 Thread Josh Doe
I think it would be useful to create a more user-friendly changelog for the -tested releases, something which lies between the contents of the StartupPage and the SVN log. As we seem to be focused on creating a better experience for new users (e.g. creating expert mode), I think we need to take

[josm-dev] Selecting ends of nodes (for finding dead-ends)

2012-01-21 Thread Josh Doe
I would create a ticket for this, but I feel like since it is so basic I must be missing something. Is there any way to select the ends of a non-closed way? If this capability doesn't exist, this would be a trivial addition to utilsplugin2. Thanks, -Josh

[josm-dev] Guidelines for increasing Plugin-Mainversion

2012-01-20 Thread Josh Doe
Are there any guidelines for increasing Plugin-Mainversion, such as waiting for the required version to be satisfied by josm-tested? Or just upgrade at will (assuming it's required of course)? I'm thinking specifically in regards to adding the inside/intersecting/etc search keywords in

Re: [josm-dev] tab not working any more?

2012-01-12 Thread Josh Doe
On Thu, Jan 12, 2012 at 10:22 AM, Martin Koppenhoefer dieterdre...@gmail.com wrote: In the latest version the TAB-key doesn't seem to work any more (at least not to change the column/row) on my system (ubuntu 11.04, sun java). Am I the only one or is this due to some recent updates? No, it's

Re: [josm-dev] Created a plugin, want to distribute it.

2012-01-09 Thread Josh Doe
On Mon, Jan 9, 2012 at 11:47 AM, Morten Olsen Lysgaard mor...@lysgaard.no wrote: On 01/08/2012 03:04 PM, Josh Doe wrote: I think this would fit in with utilsplugin2. Make a patch and attachit to a ticket. Josh I've made a ticket: http://josm.openstreetmap.de/ticket/7237 It includes

Re: [josm-dev] Created a plugin, want to distribute it.

2012-01-08 Thread Josh Doe
On Jan 8, 2012 8:31 AM, Morten Olsen Lysgaard mor...@lysgaard.no wrote: Hi guys. I've created a plugin that lets you create geometry based on lat lon coordinates. It's like a beefed up version of the Add Node tool. It takes a list of coordinates in text form, and then created a set of

Re: [josm-dev] Allow plugins to register search operators

2012-01-01 Thread Josh Doe
On Tue, Dec 27, 2011 at 8:39 AM, Josh Doe j...@joshdoe.com wrote: I'd like to work on this functionality this week, any comments? http://josm.openstreetmap.de/ticket/7178 FYI, I've added patches which (roughly) implements this, and adds an insideselection keyword via utilsplugin2 to provide

Re: [josm-dev] Allow plugins to register search operators

2011-12-31 Thread Josh Doe
On Tue, Dec 27, 2011 at 8:59 AM, Dirk Stöcker openstreet...@dstoecker.de wrote: On Tue, 27 Dec 2011, Josh Doe wrote: I'd like to work on this functionality this week, any comments? Only one: It is very unlikely that for most installations additional searches are registered and if, then only

Re: [josm-dev] Print plugin now with preview

2011-12-19 Thread Josh Doe
I've never tried the plugin before, but it takes quite a while until the dialog comes up, not sure if this is new or old behaviour though. The preview looks good though, thanks! On Sat, Dec 17, 2011 at 4:53 AM, Kai Pastor dg...@darc.de wrote: Hello, the print plugin now has its own dialog with

[josm-dev] Tag transformer (unabbreviator) plugin for JOSM

2011-08-07 Thread Josh Doe
It's bugged me a while in JOSM how I can't automatically unabbreviate street names, yet the validator bugs me (rightfully so) all the time. So I thought of writing a plugin for JOSM which does so, but realized it could easily be more general purpose. I've done a quick GUI mockup of what it might

Re: [josm-dev] JOSM donations?

2011-08-02 Thread Josh Doe
On Tue, Aug 2, 2011 at 1:44 PM, Dirk Stöcker openstreet...@dstoecker.dewrote: Sometimes I'm very discouraged to care for JOSM and I'm not sure if it is really worth the effort anymore. Each and every time something new is introduced or something is changed you get unacceptable comments and

Re: [josm-dev] misleading infotext on startup for parallel way mode

2011-06-17 Thread Josh Doe
Since parallel-ways mode is in core, perhaps we should change the shortcut for the pdf-import plugin to something else. Of course, I wonder why a core feature shortcut gets changed to something arbitrary (like Alt+Shift+P or H), and not the plugin. Perhaps because we had the plugin installed first

[josm-dev] Extending JOSM conflict facilities to support different primitive types

2011-05-20 Thread Josh Doe
Hi Karl, As part of my conflation plugin work, I was thinking about extending the core JOSM code to support resolving conflicts between different primitive types, rather than rolling everything on my own. I know this kind of breaks with the intention of the conflict tools, which are of course to

[josm-dev] Reusing conflict panels for conflation plugin

2011-05-17 Thread Josh Doe
I'm back to working on a UI for performing conflation as I've mentioned on this list before. Right now I've got a series of tabs, the first allows the user to freeze/restore two selections (Mine and Theirs), the next configures the matching options, and the third presents the results. The results

Re: [josm-dev] How to present results of my conflation analysis

2011-05-16 Thread Josh Doe
I've expanded the wiki page on this and added some screenshots. http://wiki.openstreetmap.org/wiki/Conflation/Nodes#JOSM_Implementation Suggestions and/or code are appreciated. -Josh On Tue, May 3, 2011 at 8:44 PM, Josh Doe j...@joshdoe.com wrote: For anyone interested I've committed what I've

Re: [josm-dev] How to present results of my conflation analysis

2011-05-03 Thread Josh Doe
...@dstoecker.de wrote: On Thu, 28 Apr 2011, Josh Doe wrote: Any ideas would be much appreciated! A long term plan is to use the mapview also to view subsets of the map. So we could have e.g. a dialog with two small sections, each showing a partial map. One map shows the old state, one map the new state

[josm-dev] How to present results of my conflation analysis

2011-04-28 Thread Josh Doe
I've implemented the algorithmic part of a conflation tool in a JOSM plugin, pretty much following what I wrote down here: http://wiki.openstreetmap.org/wiki/Conflation/Nodes Right now I'm just using the Euclidean distance in the cost function, but we can of course add other costs like

[josm-dev] Designing a node conflation tool (syncing data)

2011-04-04 Thread Josh Doe
There's been a lot of talk about tools for merging/syncing/conflating data with OSM, so I thought it would be useful for us to discuss possible user interface designs for doing so. Because I'm somewhat familiar with JOSM, and nodes should be the easiest case (though not trivial), I've written up a

Re: [josm-dev] projection Mercator, set EPSG 3785 instead of EPSG 3857

2011-03-08 Thread Josh Doe
wrong please correct me! -Josh On Tue, Mar 8, 2011 at 8:29 AM, Tobias Wendorff tobias.wendo...@tu-dortmund.de wrote: Am 08.03.2011 13:39, schrieb Josh Doe: Thus the inverse flattening that Martin mentions refers to the WGS 84 datum, not the EPSG:3857 projection from that datum. Yeah

Re: [josm-dev] projection Mercator, set EPSG 3785 instead of EPSG 3857

2011-03-08 Thread Josh Doe
, 2011 at 9:51 AM, Tobias Wendorff tobias.wendo...@tu-dortmund.de wrote: Am 08.03.2011 14:53, schrieb Josh Doe: And as far as OSM putting both datums on the same level, I have to disagree. OSM itself explicitly says all coordinates are in WGS84. There may be certain applications which mix things

Re: [josm-dev] Proj4J - New plugin supporting 3000+ projections

2011-03-08 Thread Josh Doe
please let me know! -Josh On Fri, Feb 25, 2011 at 4:09 AM, Frederik Ramm frede...@remote.org wrote: Hi, On 02/25/2011 05:10 AM, Josh Doe wrote: Perhaps my sensationalist subject line turned people off from this. Any chance this could get added to the svn? I'd like to submit patches against

Re: [josm-dev] where are the slippy-map settings to switch bingimagery ON

2011-03-07 Thread Josh Doe
Change wms:bing:bing to bing:bing. Yes, JOSM internally translates bing:bing into http URLS when it requests tiles. On Mon, Mar 7, 2011 at 2:36 PM, ce-test, qualified testing bv - Gert Gremmen g.grem...@cetest.nl wrote: I have seen a lot of silly URL, but this one is the worst bing:bing Are you

[josm-dev] Unable to checkout all JOSM plugins (fails on smed)

2011-02-26 Thread Josh Doe
I'm trying to checkout the all JOSM plugins, but it keeps failing in the smed directory: Error: In directory 'C:\devel\josm\plugins\smed\plugs\oseam\src\images' Error: Can't open file Error: 'C:\devel\josm\plugins\smed\plugs\oseam\src\images\.svn\tmp\text-base\tower.png.svn-base': Error: The

Re: [josm-dev] projection Mercator, set EPSG 3785 instead of EPSG 3857

2011-02-25 Thread Josh Doe
Hmm, but EPSG:3785 is deprecated, or as EPSG says, NOT VALID. EPSG:3857 is equivalent to EPSG:3785, it's just a different formulation. Here's the change request from EPSG's site (notice the Actions Take section): Code: EPSG::2008.114 Reporter: OGP Request: Revisit spherical mercator used for some

Re: [josm-dev] Proj4J - New plugin supporting 3000+ projections

2011-02-24 Thread Josh Doe
, -Josh On Wed, Feb 16, 2011 at 8:32 PM, Tobias Wendorff tobias.wendo...@uni-dortmund.de wrote: Am Mi, 16.02.2011, 16:21 schrieb Josh Doe: I've gotten my plugin based on the Proj4J in a working state, or at least working for me. Some information is on the OSM wiki [1] and codes/JAR can

Re: [josm-dev] Problems creating TileSource for ArcGIS REST API

2011-02-17 Thread Josh Doe
,$heightlayers=show:0 On Thu, Feb 17, 2011 at 2:39 PM, Josh Doe j...@joshdoe.com wrote: Ian, Thanks for the fast response. I believe I tried that, but to make sure I tried it again, and it doesn't work. For some reason with imageSR=102113 I get a blank (white) image. For fun I also tried the equivalent

[josm-dev] Proj4J - New plugin supporting 3000+ projections

2011-02-16 Thread Josh Doe
I've gotten my plugin based on the Proj4J in a working state, or at least working for me. Some information is on the OSM wiki [1] and codes/JAR can be obtained from the trac site [2]. Please test this out and report any issues. My main interest was using EPSG:2924 with the pdfimport plugin, so

Re: [josm-dev] How do I add a new projection, EPSG:2924?

2011-02-09 Thread Josh Doe
be set there, but I'm not sure if that will work. -Josh On Tue, Feb 8, 2011 at 1:58 PM, Dirk Stöcker openstreet...@dstoecker.de wrote: On Tue, 8 Feb 2011, Josh Doe wrote: I believe I understand how to add it now, though I can't do so as a plugin because it then would not be available

[josm-dev] How do I add a new projection, EPSG:2924?

2011-02-08 Thread Josh Doe
Hello, I've gotten access to and permission to use a large set of maps in PDF form for Virginia, USA, and I'd like to use the pdfimport plugin with JOSM to help with importing the data. The projection is EPSG:2924 [1], Virginia State Plane North/NAD83(HARN). What's the best way to add this new

Re: [josm-dev] How do I add a new projection, EPSG:2924?

2011-02-08 Thread Josh Doe
). I'll have to first figure out how to convert between those. Thanks, -Josh On Tue, Feb 8, 2011 at 10:04 AM, Dirk Stöcker openstreet...@dstoecker.de wrote: On Tue, 8 Feb 2011, Josh Doe wrote: What's the best way to add this new projection? I believe I can't add it as a plugin, like (epsg31287 [2

[josm-dev] ArcGIS REST or SOAP support

2011-01-28 Thread Josh Doe
Hello, I've found that Virginia, USA offers their off-leaf orthophotos from 2002, 2006/2007 and soon 2009 in the public domain [1], but it is only accessible via an ArcGIS server that only offers ArcGIS REST and ArcGIS SOAP interfaces. For my area this imagery is better than Bing and Yahoo

Re: [josm-dev] ArcGIS REST or SOAP support

2011-01-28 Thread Josh Doe
wrote: I'd be happy to write an extension to the imagery code to allow this. In the mean time, I can set up a tile cache for you to use with your data if you give me the URL for the ArcGIS REST page. On Fri, Jan 28, 2011 at 8:03 AM, Josh Doe j...@joshdoe.com wrote: Hello, I've found