Frederik Ramm | 1 Apr 2008 01:14
Favicon

Re: [OSM-dev] Odd data in daily diffs (potlatch related?)

Hi,

> > I can imagine a case being made for then at some point.
> 
> I can see people wanting to add notes with newlines already. 

Actually I'd like to garnish my important notes with a ^G every now
and then. Since we now have excellent audio support in JOSM, I figure
it should be possible ;-)

Bye
Frederik

--

-- 
Frederik Ramm  ##  eMail frederik <at> remote.org  ##  N49°00'09" E008°23'33"
Martijn van Oosterhout | 1 Apr 2008 08:37
Picon

Re: [OSM-dev] Odd data in daily diffs (potlatch related?)

On Tue, Apr 1, 2008 at 12:53 AM, Jon Burgess <jburgess777 <at> googlemail.com> wrote:
>  That does not work, the character is invalid even when encoded as an
>  entity:
>
>  $ xmllint -noout tmp.osm
>  tmp.osm:4: parser error : xmlParseCharRef: invalid xmlChar value 27
>     <tag k="type" v="&#27;"/>

Wow. Right. I looked up the XML definition and got:
http://www.w3.org/TR/REC-xml/#charsets
In particular:

Char	   ::=   	#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
[#x10000-#x10FFFF]

So *any* character <32 that's not a tab, newline or linefeed is
illegal in XML, not matter how you encode it. Since we have decided
that XML is the standard format for transport of OSM data, this means
we must ban those character now and forever in all layers and complain
loudly to any program generating such characters...

So brett, looks like you were doing the right thing after all, but the
failure mode could have been clearer.

Have a nice day,
--

-- 
Martijn van Oosterhout <kleptog <at> gmail.com> http://svana.org/kleptog/
jn | 1 Apr 2008 09:57
Picon

Re: [OSM-dev] SoC project idea: Wikifikation of OSM

Hi,

just wanted to let you guys know that I decided to not apply for SoC. I
think I would have been up to the challenge of the project but the
discussion here showed me that I maybe had a bit a wrong idea of the
scope, especially with looking at features and databases at the same time.
Also, more importantly, I desperately need money and 5000 bucks for the
entire summer won't get me very far. Thanks for your feedback on my idea
anyways! And obviously I will make some smaller contribution to OSM anyway
once I have more time on my hands.

Jonas

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Martijn van Oosterhout wrote:
> | On Sun, Mar 30, 2008 at 6:27 PM,  <jn <at> jonemo.de> wrote:
> |>  Oh, looking at that it seems like there are plenty of people already
> |>  working on this. Basically you have done all the thinking and on the
> |>  Hackathon people will get cracking on it plus there is funding to have
> |>  this be done so I suppose there isn't really any need to have me do
> this,
> |>  right?
> |
> | Only on the API stuff for changesets. We still need someone to do
> | comparisons between different databases. For example there was a
> | postgis port, but I don't know if it ever worked good enough to
> | benchmark.
>
(Continue reading)

Raphael Studer | 1 Apr 2008 18:56
Picon

[OSM-dev] svn Account

Hi,

A coworker of mine and I implemented some osmarender rules for the
piste map proposal
(http://wiki.openstreetmap.org/index.php/Proposed_features/Piste_Maps).
We would like to add them to the render.

Is it possible to get an svn account that for?

Username: studerap

Best Regards,
Raphael
Richard Fairhurst | 1 Apr 2008 19:51
Favicon

[OSM-dev] Potlatch backgrounds on Ubuntu

I've had a report from a user saying that he can't access any Potlatch  
background imagery (Yahoo, OAM or whatever) on Ubuntu 7.10, Firefox  
2.0.0.13, Flash 9.0.115.0.

Anyone else have any experience with this?

cheers
Richard
Andy Robinson (blackadder | 1 Apr 2008 20:35

Re: [OSM-dev] Potlatch backgrounds on Ubuntu

It appears to be working fine on the one of my laptops (Ubuntu 7.10 and FF
2.0.0.12. I didn't check the Flash version).

Cheers

Andy

>-----Original Message-----
>From: dev-bounces <at> openstreetmap.org [mailto:dev-bounces <at> openstreetmap.org]
>On Behalf Of Richard Fairhurst
>Sent: 01 April 2008 6:51 PM
>To: dev <at> openstreetmap.org
>Subject: [OSM-dev] Potlatch backgrounds on Ubuntu
>
>I've had a report from a user saying that he can't access any Potlatch
>background imagery (Yahoo, OAM or whatever) on Ubuntu 7.10, Firefox
>2.0.0.13, Flash 9.0.115.0.
>
>Anyone else have any experience with this?
>
>cheers
>Richard
>
>
>_______________________________________________
>dev mailing list
>dev <at> openstreetmap.org
>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev
Dave Stubbs | 1 Apr 2008 20:42
Picon
Favicon

Re: [OSM-dev] Potlatch backgrounds on Ubuntu

On Tue, Apr 1, 2008 at 6:51 PM, Richard Fairhurst <richard <at> systemed.net> wrote:
> I've had a report from a user saying that he can't access any Potlatch
>  background imagery (Yahoo, OAM or whatever) on Ubuntu 7.10, Firefox
>  2.0.0.13, Flash 9.0.115.0.
>
>  Anyone else have any experience with this?
>

I use Ubuntu for Potlatch development, and I can tell you it works
with Firefox 2.0.0.13 and Flash 9.0.48.0. That's apparently the last
flash version available on the ubuntu updates server.
Richard Fairhurst | 1 Apr 2008 22:15
Favicon

Re: [OSM-dev] Potlatch backgrounds on Ubuntu

Dave Stubbs wrote:

> I use Ubuntu for Potlatch development, and I can tell you it works
> with Firefox 2.0.0.13 and Flash 9.0.48.0. That's apparently the last
> flash version available on the ubuntu updates server.

Thanks both - much appreciated.

cheers
Richard
Stefan Keller | 1 Apr 2008 22:43
Picon

Re: [OSM-dev] Relations, landuse, and gml2osm mess

Dear Frederik,
 
You wrote:
> As far as I see, GML is based on "profiles" which seem to define a lot
> of what's in the file. Could I simply define an "OSM profile", export
> GML using that profile and tell everybody that I now support GML?
> Would applications that claim to support GML be able to read my data,
> given a proper definition of the profile - or is GML support in
> applications usually limited to the "Simple Features" profile?

GML 2.x are mostly user in practice. These versions are less complex as the current version GML 3.2.1.
And in fact, ESRI for example only supports a sort of "ESRI Profile" for GML.
So I would prefer version 2.1 of GML if I had to decide.
 
-- Stefan
 
2008/3/30, Frederik Ramm <frederik <at> remote.org>:
Hi,

On Sun, Mar 30, 2008 at 06:04:04PM +0200, Stefan Keller wrote:
> GML uses XML and you can use XLink to encode relationships - even
> between layers. And "layers" can be put in one file. GML
> purposely encodes polygons as separate object to support object
> oriented handling. This does not exclude sharing attributes if
> you add this as an additional constraint.

But that would then be some "custom addition" that's not enshrined in
GML, wouldn't it? I mean I could do all sorts of things with GML based
on the fact that it's XML, but an application that claims to be able
to "read GML" would not necessarily be able to read whatever extra
stuff I built in.

What, exactly, does it mean if a product claims to "support GML"? Is
that a more or less bogus claim like "this product supports CSV" or
"supports ASCII"? Or is the information that something supports GML a
hard fact that tells me it will be able to read and meaningfully
process my file if it has the proper structure?

As far as I see, GML is based on "profiles" which seem to define a lot
of what's in the file. Could I simply define an "OSM profile", export
GML using that profile and tell everybody that I now support GML?
Would applications that claim to support GML be able to read my data,
given a proper definition of the profile - or is GML support in
applications usually limited to the "Simple Features" profile?

> Handling of shared topology always was a matter of controversy. The
> only two big (!) GIS systems which tried it that way I know of
> disapeared from the market.

I have the impression that this depends on what people want to do with
the data. It seems to me that topology is very important if you want
to *edit* the data, especially if it has some kind of network
structure. As long as you only process read-only data, a lack of
topology doesn't hurt you too much.

I could well imagine downloading map data from somewhere and
instructing my GIS program to filter and display all that in a nice
way without topology. But downloading, modifying, and uploading again
seems difficult. On the other hand, distributed editing is not a
traditional GIS core task, so maybe those systems that did support
topology were perceived to add too much complexity for too little
value.

> That does'nt mean it's completely wrong what you're trying to
> do with relations. Still I think your approach - with node-ways,
> "predefined" keys and now relations - will become more and more
> complicated the more computational geometry artefacts you try to cope
> with.

I'm with you in that it would have a certain appeal to have a few
extra basic types in our repertoire, instead of just nodes and ways.
We did have an extra area type once, but that was never used and so
vanished again.

On the other hand, we only have to store what our mappers map, and
there are certain limits to their creativity when it comes to
designing complex computational geometry artifacts. They're not
professionals and it is difficult to force complex models on them.

Bye
Frederik

--
Frederik Ramm  ##  eMail frederik <at> remote.org  ##  N49°00'09" E008°23'33"


_______________________________________________
dev mailing list
dev <at> openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev
Iván Sánchez Ortega | 1 Apr 2008 23:58
X-Face

Re: [OSM-dev] Potlatch backgrounds on Ubuntu

El Martes, 1 de Abril de 2008, Richard Fairhurst escribió:
> I've had a report from a user saying that he can't access any Potlatch
> background imagery (Yahoo, OAM or whatever) on Ubuntu 7.10, Firefox
> 2.0.0.13, Flash 9.0.115.0.

Is he running a amd64 distribution in a 64-bit machine? Is he using 
nspluginwrapper by any chance?

Just for the record: I'm running Debian amd64 unstable/experimental, firefox 
(iceweasel) 2.0.0.13, nspluginwrapper 0.9.91 and flash 9.0 r119. Potlach 
works pretty fine.

--

-- 
----------------------------------
Iván Sánchez Ortega <ivansanchez <at> escomposlinux.org>

Proudly running Debian Linux with 2.6.24-1-amd64 kernel, KDE 3.5.9, and PHP 
5.2.5-3 generating this signature.
Uptime: 23:47:28 up 8 days, 10:29,  2 users,  load average: 0.28, 0.37, 0.42
_______________________________________________
dev mailing list
dev <at> openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Gmane