Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

bug in osmrender osm-map-features.xml #277

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

bug in osmrender osm-map-features.xml #277

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: dpenezic[at]gmail.com
[Submitted to the original trac issue database at 7.43pm, Wednesday, 1st November 2006]

In part :


it is wronly set class to highway-primary-name insted to be highway-primary-ref

corect would be :

		<rule e="segment|way" k="highway" v="primary">
			<text k="ref" text-anchor='middle' startOffset='60%' class="highway-primary-ref" />
		</rule>
@openstreetmap-trac
Copy link
Author

Author: Sebastian[at]SSpaeth.de
[Added to the original trac issue at 3.08pm, Friday, 11th May 2007]

Taking this bug. Seems like an oversight yes.

Index: standard.xml

--- standard.xml (revision 2867)
+++ standard.xml (working copy)
@@ -772,7 +772,7 @


  •                        <text k="ref" text-anchor='middle' startOffset='60%' class="highway-primary-name" />
    
  •                        <text k="ref" text-anchor='middle' startOffset='60%' class="highway-primary-ref" />
                       </rule>
                       <rule e="segment|way" k="highway" v="trunk">
                           <text k="ref" class='highway-trunk-ref' dx='2.5px' dy='-2.5px' />
    

svn ci -m "Fix trac ticket 277 highway-primary-name -> highway-primary-ref"
Sending rules/standard.xml
Committed r2868.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant