Re: [OSM-dev] Adding support for relations to change_tags.py and other stuff

2009-04-01 Thread Christopher Schmidt
if changes > 1000: > print "You are changing more than 1000 objects. Ask crschmidt > for the special password." > pw = raw_input("Secret Phrase: ") > @@ -488,21 +513,21 @@ > print "Stopping due to Exception: \n" % E > failed = True > > -print "Total Read: %s nodes, %s ways, %s tags" % ( > - osmParser.read['node'], osmParser.read['way'], > osmParser.read['tag']) > +print "Total Read: %s nodes, %s ways, %s relations, %s tags" % ( > + osmParser.read['node'], osmParser.read['way'], > osmParser.read['relation'], osmParser.read['tag']) > > -print "Total Changed: %s nodes, %s ways" % ( > - osmParser.changes['node'], osmParser.changes['way']) > +print "Total Changed: %s nodes, %s ways, %s relations" % ( > + osmParser.changes['node'], osmParser.changes['way'], > osmParser.changes['relation']) > > -print "Previously Changed: %s nodes, %s ways" % \ > - (osmParser.already_changed['node'], > osmParser.already_changed['way']) > +print "Previously Changed: %s nodes, %s ways, %s relations" % \ > + (osmParser.already_changed['node'], > osmParser.already_changed['way'], osmParser.already_changed['relation']) > > if not failed and options.dry_run and options.file: > f = open("%s.dry_run" % options.file, "w") > -f.write("%s\n|||\n%i|%i\n|||\n%i|%i" % \ > +f.write("%s\n|||\n%i|%i|%i\n|||\n%i|%i|%i" % \ > (converter.func_code.co_code, > -osmParser.changes['node'], osmParser.changes['way'], > -osmParser.read['node'], osmParser.read['way'] > +osmParser.changes['node'], osmParser.changes['way'], > osmParser.changes['relation'], > +osmParser.read['node'], osmParser.read['way'], > osmParser.read['way'] > )) > f.close() > > # -*- coding: utf-8 -*- > __rulesetname__ = "iceland" > __version__ = "0.1" > __author__ = "??var Arnfj??r?? Bjarmason " > > import re > > def created_by(): > return "change_tags.py: %s %s" % (__rulesetname__, __version__) > > def test(tags, type): > """For grid streets with names such as "South 400 West St", remove >the "St" or "Street" suffix because it is not used.""" > > if type == 'relation' and "type" in tags and tags['type'] == 'route' and > 'route' in tags and tags['route'] == 'road' and 'name' in tags and > tags['name'] == 'Vatnsnesvegur': > tags['name'] = 'Fleh' > return True; > > return False > > # vim: ts=4 sw=4 et -- Christopher Schmidt Web Developer ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Minutely Diff Broken UTF-8

2009-01-31 Thread Christopher Schmidt
- and in this case, the 255th byte cuts off in the middle of a character. This should be fixed in 0.6, which will reject thse edits outright. -- Chris > Brett > > Christopher Schmidt wrote: > >Osmosis's --rci task just blew up on me because of a broken diff. i > >narr

[OSM-dev] Minutely Diff Broken UTF-8

2009-01-31 Thread Christopher Schmidt
, but http://openstreetmap.org/browse/relation/28417 and so on still looks broken, so this is primarily a mail to let people know that something is broken with utf-8 stuff in the db. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetma

Re: [OSM-dev] 'Up-to-Date', serving ondemand live Mapnik data

2009-01-21 Thread Christopher Schmidt
se > > for the Up-to-Date DB: I'll probably wait until the new planet is out, and > > update it after it comes out.)" > > > > Ahh, hadn't read that page yet, thanks Frederik... This is now fixed. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] 'Up-to-Date', serving ondemand live Mapnik data

2009-01-19 Thread Christopher Schmidt
On Mon, Jan 19, 2009 at 01:52:59PM +0100, Simone Cortesi wrote: > On Mon, Jan 19, 2009 at 1:43 PM, Christopher Schmidt > wrote: > > > The up to date map has a different background color. There are two > > reasons for this: > > > > 1. I don't really have any

Re: [OSM-dev] 'Up-to-Date', serving ondemand live Mapnik data

2009-01-19 Thread Christopher Schmidt
On Mon, Jan 19, 2009 at 12:39:39PM +, Robert (Jamie) Munro wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christopher Schmidt wrote: > > http://wiki.openstreetmap.org/wiki/Minutely_Mapnik is a handful of notes > > on what I did to get it started; I'm

Re: [OSM-dev] 'Up-to-Date', serving ondemand live Mapnik data

2009-01-18 Thread Christopher Schmidt
replies I miss.) Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[OSM-dev] 'Up-to-Date', serving ondemand live Mapnik data

2009-01-18 Thread Christopher Schmidt
- then turn on --rci. Feedback welcome, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[OSM-dev] libxml-ruby improvements

2008-07-17 Thread Christopher Schmidt
Presumably everyone has already seen this, but I know that I'd seen some complaints at one point about REXML, and this looks promising. http://cfis.savagexi.com/articles/2008/07/16/resurrecting-libxml-ruby Regards, -- Christopher Schmidt Meta

Re: [OSM-dev] Pigmap and OpenLayers problem

2008-06-26 Thread Christopher Schmidt
n overlay disappears at the maximum zoom level? Some weird rounding error. Bump numZoomLevels to '20' on the map object, and you should be all set. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http:

Re: [OSM-dev] WMS

2008-06-26 Thread Christopher Schmidt
else has offered a server for hosting osmxapi other than me/HyperCube, despite Etienne saying several times that it would be easy to set up a new copy if people were interested, afaik. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@

Re: [OSM-dev] OSMXAPI - down?

2008-06-23 Thread Christopher Schmidt
3 users, load average: 6.74, 6.00, 6.08 > > 80n > > > On Fri, Jun 20, 2008 at 4:42 PM, Christopher Schmidt < > [EMAIL PROTECTED]> wrote: > > > On Fri, Jun 20, 2008 at 02:48:51PM +0100, 80n wrote: > > > On Fri, Jun 20, 2008 at 2:29 PM, Dirk-Lüder

Re: [OSM-dev] OSMXAPI - down?

2008-06-20 Thread Christopher Schmidt
t/agami was offline, but I didn't think that would have affected osmxapi? What'd I do wrong? Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Tiled download of larger areas from the api

2008-06-14 Thread Christopher Schmidt
r, if poorly implemented, it could be a real pain in the butt. If someone requests -180,-90,180,90, you'd end up with thousands of requests sent by the client to the server, and that would be problematic... Regards, -- Christopher Schmidt MetaCarta _

Re: [OSM-dev] Volunteers needed now. OSM for Myanmar disaster relief.

2008-06-10 Thread Christopher Schmidt
On Tue, Jun 10, 2008 at 09:27:31AM +0100, Steve Hill wrote: > On Mon, 9 Jun 2008, Christopher Schmidt wrote: > > >TileCache + OSM + Mapnik is probably a very poor path to take. The world > >boundaries shapefiles are simply too large to reasonably expect to fit > >into memo

Re: [OSM-dev] Volunteers needed now. OSM for Myanmar disaster relief.

2008-06-09 Thread Christopher Schmidt
d fine, but these new improvements, simply put, make on the fly rendering of more than a handful of tiles (which TileCache doesn't seek to prevent) impossible on all but the most powerful systems. Regards, -- Christopher Schmidt MetaCarta ___ dev m

Re: [OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-06-06 Thread Christopher Schmidt
the 'layer' paradigm, which is (for the most part) > >what > > it is > > > >This is accomplished by creating a trivial subclass of > >OpenLayers.Layer > >that overrides setVisibility. > > I wanted to show this to someone and found it'

Re: [OSM-dev] diff upload in 0.6

2008-05-20 Thread Christopher Schmidt
On Tue, May 20, 2008 at 08:09:15AM +0200, Martijn van Oosterhout wrote: > On Tue, May 20, 2008 at 2:03 AM, Christopher Schmidt > <[EMAIL PROTECTED]> wrote: > >> > * when a diff contains 6 changes and the 3th has a problem (outdated > >> > version number), >

Re: [OSM-dev] diff upload in 0.6

2008-05-19 Thread Christopher Schmidt
way it is implemented? The code doesn't read that way to me... Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Openlayers cyclemap permalinks

2008-05-17 Thread Christopher Schmidt
orth is not the usual way of representing positions No, But like all things OpenLayers, 'lat' means 'units of y', not 'degrees of latitude'. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Filtered export using OSMXAPI?

2008-05-15 Thread Christopher Schmidt
ort (e.g.) all train lines within the visible area, > without too much new code... This is on my todo list; Probably after the data_browser, and alongside api06 work. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
new_version". > > It is also possible to change the same object multiple times within the > > same changeset, so one single changeset might catapult the object > > version from 1 to 15. > > Wouldn't it be better then to just throw awa

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
in that changeset should still be laid out in the changeset response, right? so one would be the change from 1->2, 2->3, ... 14->15? Or not? Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] DELETE + body not commonly implemented

2008-05-15 Thread Christopher Schmidt
On Thu, May 15, 2008 at 07:53:13AM +0200, Martijn van Oosterhout wrote: > On Thu, May 15, 2008 at 3:20 AM, Christopher Schmidt > <[EMAIL PROTECTED]> wrote: > > One of the bigger changes in the 0.6 API from an implementation > > perspective for clients may well be the

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
ted to me. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
On Thu, May 15, 2008 at 06:40:41AM -0400, Christopher Schmidt wrote: > How so? Why would you save the changeset of an individual object to a > file? (read entire thread, then respond, Chris: Responding in order is silly.) -- Christopher Schmidt Met

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
> it up later. It isn't necessary for uploading though. If you download > an area in general every object will have a different changeset id so > you can't stick it in the header... Right, so downloads put it in , uploads put it in , and we're all happy. Regards, -- Christo

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
diff uploads, it's about downloading the full contents of changed data in a changeset. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-15 Thread Christopher Schmidt
what I wrote on the whiteboard, > but if it says it in the wiki then we do it that way. The bit about > the changeset_id in the osm tag introduces an asymmetry between what > you upload and what you save to a file, How so? Why would you save the changeset of an individual object to a

Re: [OSM-dev] DELETE + body not commonly implemented

2008-05-15 Thread Christopher Schmidt
On Thu, May 15, 2008 at 07:23:10AM +0200, bvh wrote: > On Wed, May 14, 2008 at 09:20:57PM -0400, Christopher Schmidt wrote: > > One of the bigger changes in the 0.6 API from an implementation > > perspective for clients may well be the use of a content body on DELETE > > re

[OSM-dev] DELETE + body not commonly implemented

2008-05-14 Thread Christopher Schmidt
DELETE with content body? Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

[OSM-dev] Checking Version Numbers on XML

2008-05-14 Thread Christopher Schmidt
Currently, I can't find any version-number checking on the 'version' of an OSM xml document. Should we check the version of this attribute and make sure it matches the API version going forward? Or should we continue to be 'liberal in what we accept'? Regards, -- Chri

Re: [OSM-dev] 0.6: Attribute Naming, version on ?

2008-05-14 Thread Christopher Schmidt
On Wed, May 14, 2008 at 08:21:45PM -0400, Christopher Schmidt wrote: Having consulted the wiki, I've found that what I wrote here was wrong. Although the wiki links to osmChange, later, it specifies that this should not be 'osmChange', but 'osm'. > Posting a full

[OSM-dev] 0.6: Attribute Naming, version on ?

2008-05-14 Thread Christopher Schmidt
o be available everywhere already anyway: if you have a node, you got a version with it.) * Same question applies for relations, I think. Would love feedback on this... Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] 0.6 API clarifications and corrections

2008-05-14 Thread Christopher Schmidt
is my particular implementation, which I made without adequatly consulting the wiki: if there is reason to change this, there is no reason in particular why it couldn't be changed (it's only a couple lines of code). However, I like version bette

[OSM-dev] getway_history conversion to rails objects

2008-05-13 Thread Christopher Schmidt
ymous users will be reported as 'anonymous' still as well.) One question: Is the datestamp format important? This format is different from the format we use through the API: does the client depend on the existing format, or could we change it to match the API going forward? Regards, --

Re: [OSM-dev] [OpenLayers-Dev] Finding A Specific Old Version of a Way

2008-05-13 Thread Christopher Schmidt
This was meant for OSM-dev; thanks to TomH for replying anyway :) Sorry about the noise On Tue, May 13, 2008 at 02:56:08AM -0400, Christopher Schmidt wrote: > Anyone who knows Rails, > > Is there a way to select a specific version of an old way? > > I know that for a given w

[OSM-dev] Potlatch Reprojection removed

2008-05-12 Thread Christopher Schmidt
.47879979997, -0.00729560002, 0.0121020999] I've put a crossdomain.xml in the site root, so I think you should be able to talk to the server; the SVN branch is http://svn.openstreetmap.org/sites/rails_port_branches/amf_noproject/ , and if you com

Re: [OSM-dev] Plan: Stop having amf_controller reproject

2008-05-12 Thread Christopher Schmidt
On Mon, May 12, 2008 at 01:01:19PM +0100, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > > So, I started hacking on amf_controller last night, and one of the > > things that makes amf_controller more

[OSM-dev] Plan: Stop having amf_controller reproject

2008-05-12 Thread Christopher Schmidt
a bit less confusing to anyone trying to work on it; at the very least, it makes the amf API calls not as potlatch-specific. I'll probably be working on this during evenings this week. If anyone has any complaints, let me know. Regards, -- Christopher Sc

Re: [OSM-dev] deleting nodes/ways that are members of relations

2008-05-12 Thread Christopher Schmidt
On Mon, May 12, 2008 at 12:33:46PM +0100, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > > On Mon, May 12, 2008 at 08:29:23AM +0100, Tom Hughes wrote: > >> In message <[EMAIL PROTECTED]>

Re: [OSM-dev] deleting nodes/ways that are members of relations

2008-05-12 Thread Christopher Schmidt
On Mon, May 12, 2008 at 08:29:23AM +0100, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > > It looks like the main API and Potlatch have different ideas of what > > should be done when a node is dele

Re: [OSM-dev] api06 server running on dev

2008-05-12 Thread Christopher Schmidt
e it requires more rails knowledge than I have to get these things working. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] api06 change: report_error

2008-05-12 Thread Christopher Schmidt
On Mon, May 12, 2008 at 11:26:41AM +0200, Sebastian Spaeth wrote: > Christopher Schmidt wrote: > > In addition to reporting the error through the header, I'd like to > > suggest hat starting with the 0.6 API, we also report the text through > > the data of the error, so

[OSM-dev] deleting nodes/ways that are members of relations

2008-05-11 Thread Christopher Schmidt
and then added as a parameter to the 'delete_with_history' api call... I think that if this happened, the 'deleteitemrelations' code in amf_controller could be migrated away from... Thoughts? Regards, -- Christopher Schmidt MetaCarta

[OSM-dev] api06 server running on dev

2008-05-11 Thread Christopher Schmidt
ainst a server that should be up/accessible from anywhere (and isn't hosted on my home router ;)) Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

[OSM-dev] api06 change: report_error

2008-05-11 Thread Christopher Schmidt
/0.5/map?bbox=-180,-90,-179,-89 http://api06.dev.openstreetmap.org/api/0.6/map?bbox=-180,-90,-179,-89 Feedback on any clients that this might break is welcome. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstree

Re: [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Christopher Schmidt
BaseHTTPServer treats all cases where the remote end closes the connection as a Broken Pipe * BaseHTTPServer complains noisily about Broken Pipe exceptions. In the end, they're nothing to worry about. Regards, -- Christopher Schmidt MetaCarta ___

Re: [OSM-dev] [OSM-talk] Online/offline slippy map finished.

2008-05-09 Thread Christopher Schmidt
he whole image file either. > I'll keep on trying, lol On Windows, all Python read/writes have to be opened with "rb"/"rw" instead of "r"/"w". Changing Line 36 to: f = open(installpath + path, "rb") Might do it. Regards, -- Christo

Re: [OSM-dev] 0.6 - typo-cleaning

2008-05-07 Thread Christopher Schmidt
know versions of objects: You'll be guarenteeed that a given version hasn't changed by the API rejecting you if it has. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

[OSM-dev] Developer IRC channel: #osm-dev

2008-05-06 Thread Christopher Schmidt
e the ones over the weekend at the hack session... Feedback Welcome. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] 0.6 api - one more time

2008-05-05 Thread Christopher Schmidt
splaced sentence caused a dozen or more mailing list messages... Regards (and adding one more to the pile), -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] 0.6 api - one more time

2008-05-05 Thread Christopher Schmidt
l that other people can offer their opinions. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-02 Thread Christopher Schmidt
Potlatch, and so long as that is the case, we have the ability to do fancy setups like this without having to worry about Adobe chasing us down with license fees :) Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-02 Thread Christopher Schmidt
ty: selecting ways/nodes within a bounding box can't hurt the referential integrity of the database (so long as the code is well-maintained), so the harm in converting those methods (which are probably the single most performance important aspect of Potlatch?) to SQL is relatively low, so far a

Re: [OSM-dev] The future of Potlatch

2008-05-02 Thread Christopher Schmidt
aid, I'm new to the rails world. At this point, putting my code where my mouth is is probably the right choice, so until I sit down and hack on stuff, it's fine to ignore what I'm saying :) I'll see if I get time to have a play this weekend and improve my knowledge and underst

Re: [OSM-dev] The future of Potlatch

2008-05-02 Thread Christopher Schmidt
On Fri, May 02, 2008 at 08:25:04AM +0100, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > > On Fri, May 02, 2008 at 12:18:58AM +0100, Tom Hughes wrote: > >> Well I assume the client app would m

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
.com. In other words: "Yes.": CloudMade and ZXV are the same thing, and ZXV launched Mappam. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
ssue, but there still continue to exist two external APIs that use different backend data manipulation to achieve their goals. This seperation is what I see as more problematic -- and I think that's what Tom was addressing as well, though I could be wrong. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
n they have to: in this case, that's you (OSM server) and the user, nobody else. That's what OAuth is for. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
t; if I do any code in this regard, it will at least be based on knowledge of OAuth. (I've looked at it a couple times, but not gotten any further than that yet.) Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
tch can get the user's credentials without violating security because it is running on the main server. Changing that so an external server can get access to that token is not a 'just' thing -- making it so a user can copy paste a token is possible, and not hugely difficult, but it doesn

Re: [OSM-dev] The future of Potlatch

2008-05-01 Thread Christopher Schmidt
t of $$$. I'm > > utterly stumped and would welcome suggestions. > > As an OSM community member I would like you to continue with your work > and someone else do an AS3 editor for CloudMade, and then I want them > both available on osm.org so that I can choose the one I like be

Re: [OSM-dev] HTML Export

2008-04-30 Thread Christopher Schmidt
On Wed, Apr 30, 2008 at 08:18:53AM +0100, Andy Robinson (blackadder) wrote: > Christopher Schmidt wrote: > >Sent: 30 April 2008 4:21 AM > >To: dev@openstreetmap.org > >Subject: [OSM-dev] HTML Export > > > >http://crschmidt2.dev.openstreetmap.org/ > > > &

Re: [OSM-dev] HTML Export

2008-04-29 Thread Christopher Schmidt
On Tue, Apr 29, 2008 at 11:20:45PM -0400, Christopher Schmidt wrote: > http://crschmidt2.dev.openstreetmap.org/ Oh, and thanks to TomH for the early feedback/testing this morning that helped get it to this point. (Okay, so really, I just wanted to be message 1[1].) [1] h

[OSM-dev] HTML Export

2008-04-29 Thread Christopher Schmidt
that's a bug in the server setup, not in the code. Load http://crschmidt2.dev.openstreetmap.org/javascripts/site.js until it's not a 500, then refresh the page. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing l

Re: [OSM-dev] /map API call down

2008-04-26 Thread Christopher Schmidt
On Sat, Apr 26, 2008 at 08:59:39AM -0400, Christopher Schmidt wrote: > The /map API call is down/unavailable, returning only a 500 error. > > http://www.openstreetmap.org/api/0.5/map?bbox=-72.05,41,-72,41.05 > > I've looked everywhere I can think of in the wiki, and am una

[OSM-dev] /map API call down

2008-04-26 Thread Christopher Schmidt
navailable today: dunno if anyone else is about who can poke at it.) Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

[OSM-dev] Dev rails port instance for testing

2008-04-25 Thread Christopher Schmidt
e a useful development environment for people looking to hack on the rails port without having access to a server they can hack on. Still details to be worked out whether this makes sense, but at the very least, should make it more possible to get hacking for some people. Regards, -- Chris

Re: [OSM-dev] Problem making database on current rails_port

2008-04-25 Thread Christopher Schmidt
why once we got rails > running we didn't ever touch it again. If you're running ubuntu, the description on http://wiki.openstreetmap.org/index.php/The_Rails_Port actually works flawlessly: Having never installed or touched rails before, I was able to get a dev server up an

Re: [OSM-dev] statefthemap.org down?

2008-04-24 Thread Christopher Schmidt
On Fri, Apr 25, 2008 at 02:44:56AM +0200, Iván Sánchez Ortega wrote: > Hi, > > www.stateofthemap.org seems to be down due to some DB problem. Could somebody > look into it? Looks like it's back up now. Regards, -- Christopher

Re: [OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-04-23 Thread Christopher Schmidt
On Tue, Apr 22, 2008 at 10:14:01AM -0400, Christopher Schmidt wrote: > My project over the weekend and yesterday: > > http://home.crschmidt.net:3000/?lat=51.51286700015569&lon=-0.106060148&zoom=18 > > * Click "See Data" (lower right) This is now: * Ope

Re: [OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-04-23 Thread Christopher Schmidt
On Wed, Apr 23, 2008 at 12:48:58PM +0300, Lauri Hahne wrote: > 2008/4/23 Sebastian Spaeth <[EMAIL PROTECTED]>: > > > Christopher Schmidt wrote: > > > My project over the weekend and yesterday: > > > > > > > > http://home.crschmidt.net:3000/?lat

Re: [OSM-dev] Osmosis Bug Report: Node TileIDs Incorrect

2008-04-22 Thread Christopher Schmidt
results back from API map/bbox queries. > Christopher Schmidt wrote: > > Osmosis creates incorrect tile IDs for some nodes when reading from XML > > and inserting into MySQL. > > > > For the node: > > > > > > > > Osmosis generates: > > >

Re: [OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-04-22 Thread Christopher Schmidt
On Tue, Apr 22, 2008 at 06:01:52PM +0200, Martijn Pannevis wrote: > Christopher Schmidt wrote: > >>> My project over the weekend and yesterday: > >>> > >> I like it! > >> > >> This feels like quite a nice way to allow editing of, for

Re: [OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-04-22 Thread Christopher Schmidt
On Tue, Apr 22, 2008 at 03:44:07PM +0100, Dermot McNally wrote: > 2008/4/22 Christopher Schmidt <[EMAIL PROTECTED]>: > > > My project over the weekend and yesterday: > > I like it! > > This feels like quite a nice way to allow editing of, for instance, > street

[OSM-dev] "See Data", a UI for browsing OSM data in the main map

2008-04-22 Thread Christopher Schmidt
face like this, but for now, I'm looking primarily to target viewing the data. Thoughts? Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

[OSM-dev] Osmosis Bug Report: Node TileIDs Incorrect

2008-04-21 Thread Christopher Schmidt
ile=tile_for_point(latitude, longitude); Query OK, 10 rows affected (11.41 sec) Rows matched: 115692 Changed: 10 Warnings: 0 Which means, I guess, that 12000 (~10%) ended up okay, and everything else was (presumably) off by one. Regards, -- Christopher Schmidt MetaCarta

Re: [OSM-dev] openlayers permalink / editlink

2008-04-21 Thread Christopher Schmidt
hen the user clicks on it.. > > As far as I can see there is nothing in OL to stop you adding more > than one permalink control to your map. Correct: we even have it on our main controls example: http://openlayers.org/dev/examples/controls.html Regards, -- Christopher Schmidt MetaCar

Re: [OSM-dev] Polygons in OSM don't necessarily comply to simple?feature specification

2008-04-16 Thread Christopher Schmidt
On Thu, Apr 17, 2008 at 12:43:06AM +0200, Iván Sánchez Ortega wrote: > El Jueves, 17 de Abril de 2008, Christopher Schmidt escribió: > > > "Geometry in a 2 dimensional plane." In a 2 dimensional plane, all > > geometries are 2d, because you specify their coord

Re: [OSM-dev] Polygons in OSM don't necessarily comply to simple feature specification

2008-04-16 Thread Christopher Schmidt
ensional plane." In a 2 dimensional plane, all geometries are 2d, because you specify their coordinates in two dimensions. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] [OSM-talk] Polygons in OSM don't necessarily comply to simple feature specification

2008-04-16 Thread Christopher Schmidt
On Thu, Apr 17, 2008 at 12:19:19AM +0200, Iván Sánchez Ortega wrote: > El Miércoles, 16 de Abril de 2008, Christopher Schmidt escribió: > > On Wed, Apr 16, 2008 at 11:28:32PM +0200, Martijn van Exel wrote: > > > yesterday a colleague approached me asking why OSM data doesn'

Re: [OSM-dev] Polygons in OSM don't necessarily comply to simple feature specification

2008-04-16 Thread Christopher Schmidt
omething similar: in general, self-intersecting polygons aren't useful for anything I can think of in OSM, but preventing it is hard, and not really within the spirit of *most* simple geographic data tools. Regards, -- Christopher Schmidt MetaCarta __

Re: [OSM-dev] map projection and scale distortion

2008-04-16 Thread Christopher Schmidt
is. The value is similar to the value added by the large 'panzoombar': it lets you know what 'scale' you're at to a certain extent, for users who don't intuitively know how bug something at zoom 17 is, for example. Does it make much sense at a worldwide lev

Re: [OSM-dev] map projection and scale distortion

2008-04-16 Thread Christopher Schmidt
scale distances is not within the design. This is the case for the Scale control as well. Implementing this as an option would not be difficult (Though it would require some discussion): Anyone interested is encouraged to talk to the OpenLayers Mailing List or IRC ch

Re: [OSM-dev] map projection and scale distortion

2008-04-16 Thread Christopher Schmidt
hange is Control.ScaleLine in OpenLayers: specifically, the update function. If anyone is interested in performing this change, please feel free to drop an email to the OpenLayers mailing list or drop by the IRC channel (irc.freenode.net / #openlayers) and I will help them understand the r

Re: [OSM-dev] slippymap doesnt wrap around +-180deg

2008-04-11 Thread Christopher Schmidt
the > > name on the other tile I think. > That is another, totally separate rendering problem. Which can't be fixed by OpenLayers. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Feasibility of an 'in the field' mobile editing app?

2008-03-08 Thread Christopher Schmidt
On Sat, Mar 08, 2008 at 08:23:51PM +, Robert (Jamie) Munro wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christopher Schmidt wrote: > | And there's already the start of code for creating a Python-based editor > | for the N95: > | > | http://wik

Re: [OSM-dev] Feasibility of an 'in the field' mobile editing app?

2008-03-08 Thread Christopher Schmidt
ly. All it needs is > > a small tag editor and an export/upload to OSM functionality. > > > > Maybe you should try the python bindings for S60. It's supposed to be > a much more pleasant experience than going directly to Symbian's > borked vers

Re: [OSM-dev] Internet explorer 8 mess..

2008-03-06 Thread Christopher Schmidt
On Thu, Mar 06, 2008 at 11:54:31PM +0100, Ulf Lamping wrote: > Christopher Schmidt schrieb: > >On Thu, Mar 06, 2008 at 07:06:45PM +, David Earl wrote: > > > >>On 06/03/2008 18:31, Shaun McDonald wrote: > >> > >>>And we just t

Re: [OSM-dev] Internet explorer 8 mess..

2008-03-06 Thread Christopher Schmidt
ven worrying about it yet: there were too many blatantly obvious rendering issues to even be concerned with what particular aspects of the rendering were broken. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Internet explorer 8 mess..

2008-03-06 Thread Christopher Schmidt
so since vector support was added. Even if OpenStreetMap were to create and support an OSM editing interface that used OpenLayers Vector support, this would not preclude the use of IE. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev

Re: [OSM-dev] Internet explorer 8 mess.. (or maybe there is an issue with openlayers)

2008-03-06 Thread Christopher Schmidt
yers to specifically check for a version. If you care, the thing I'll need to know is a User-Agent string from the browser that's failing: if you don't know how to extract one of these, email me off list and I'll help you get one. Thanks in advance, -- Christopher Schmidt MetaC

Re: [OSM-dev] Internet explorer 8 mess..

2008-03-06 Thread Christopher Schmidt
s does no specific checks for IE7 that I'm aware of. (We do checks for IE6, but not for any other IE version). Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Internet explorer 8 mess..

2008-03-06 Thread Christopher Schmidt
: I've heard numbers widely ranging, but the ones I trust the most seem to place it around 75% and dropping. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] generate_tiles.py and openlayers issue

2008-02-29 Thread Christopher Schmidt
ompare it to the corresponding tile in the main OpenStreetMap map. If they are they same, the issue is with OpenLayers. If they are different, the issue is with Mapnik. Regards, -- Christopher Schmidt MetaCarta ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Re: [OSM-dev] Slippy map and zoom

2008-02-15 Thread Christopher Schmidt
> >http://dev.openlayers.org/sandbox/pagameba/transition/examples/ > >transition.html > >? > > Yes. Is it in svn trunk ? I'd like to try. The former is. The latter isn't. Regards, -- Christopher Schmidt MetaCarta ___ dev

Re: [OSM-dev] Slippy map and zoom

2008-02-15 Thread Christopher Schmidt
On Fri, Feb 15, 2008 at 03:14:54PM +, Artem Pavlenko wrote: > > On 15 Feb 2008, at 15:04, Christopher Schmidt wrote: > > >On Fri, Feb 15, 2008 at 02:55:11PM +, Tom Hughes wrote: > >>In message <[EMAIL PROTECTED]> > >>Christopher Schmidt <

Re: [OSM-dev] Slippy map and zoom

2008-02-15 Thread Christopher Schmidt
On Fri, Feb 15, 2008 at 02:55:11PM +, Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > > On Thu, Feb 14, 2008 at 01:06:32PM +, Tom Hughes wrote: > > > >> > If this was possible,

Re: [OSM-dev] Slippy map and zoom

2008-02-15 Thread Christopher Schmidt
ate finer > > grades (half-levels) of zooming. It would make for a less bumpy > > user experience. > > That is also something that the next release of OL is expected to > be able to do I believe. Not for OSM tiles: fractional zoom is only for services that allow arbitrary b

  1   2   >