[Potlatch-dev] [OpenStreetMap] #3933: Support ski/piste tags

2011-07-25 Thread OpenStreetMap
#3933: Support ski/piste tags
-+--
 Reporter:  stevage  |   Owner:  potlatch-dev@…
 Type:  enhancement  |  Status:  new   
 Priority:  minor|   Milestone:
Component:  potlatch2| Version:
 Keywords:   |  
-+--
 The tags are defined here:
 http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps

 Somewhat annoyingly, there doesn't appear to be an overarching
 highway=piste tag - it's all piste:type=*

-- 
Ticket URL: https://trac.openstreetmap.org/ticket/3933
OpenStreetMap http://www.openstreetmap.org/
OpenStreetMap is a free editable map of the whole world

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


[osmosis-dev] filtering out ways containing specified tag

2011-07-25 Thread Jozef Riha
hello,

is there a procedure to completely remove ways containing user-defined
tags while preserving the rest? i was considering two ways:

--tf reject-ways key=name

this leaves members of former ways inside the output. as these nodes
are mostly untagged, i was searching a way to drop such nodes, but
without luck.

or i could do:

--tf reject-ways key=name --un

and then combine the output with tagged nodes. the problem is that i
do not know how to make a selection of all nodes that are not part of
any way (unfortunately --nk keyList='*' is unsupported)

does anyone know of any way/trick how to achieve this task?

kind regards,

jose

___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


Re: [OSM-dev] Osm2pgsql: Proposal to rename or ignore system and extra-attributes like osm_id and osm_user to save disk space

2011-07-25 Thread Sven Geggus
Stefan Keller sfkel...@gmail.com wrote:

 So to save disk space and resources my feature request is being able
 to control which extra-attributes go into hstore - or at least simply
 ignoring osm_user while parsing input stream.

I did not ever try --extra-attributes in conjunction with --hstore thus I do
not know what will happen.

Did you try using something like this in the style file:

node,wayosm_usertextdelete

Regards

Sven

-- 
Every time you use Google, you're using a Linux machine
 (Chris DiBona, a programs manager for Google)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] User access stats (daily traffic/user)

2011-07-25 Thread LCARS
Hi there great devs of OSM,

I wonder if there is any stat that helps me figure out how much traffic
(KByte) and how many tiles a unique user per day generates by accessing the
main map on average? As our company is currently evaluating the bandwidth
need for a major public map service in Germany.

I am writing you on recommendation of Andy (Blackadder) who is in charge of
some stats. However he pointed me to your direction as he has no data on
this issue.

I would be highly pleased if you could point out some hints.

Thanks a lot and keep up the great work here

Thomas


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[josm-dev] MapCSS selector operators

2011-07-25 Thread Malcolm Herring
Operators such as != =~ cause parsing errors if they are used following 
an eval() expression. Only = is accepted. Is this a bug or a feature?



___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev