openstreetmap - Maperitive rule file -


i have osm data , open in maperitive. map displaying fine. write rule file showing cycleway , footway. use hiking.mrule file , edit show cycleway , footway. after adding osm data (and map display fine) switch new hiking.mrule file. result grey map screen. nothing else. here mrule file:

features

lines      highway footway : highway=footway      highway cycleway : highway=cycleway  

properties

map-background-color    : #f1eee8  map-background-opacity  : 1  map-sea-color : #0000ff 

rules

target : footway      define          line-color : #ffff00          line-width : 5      draw : line   target : cycleway      define          line-color : #808000          line-width : 5      draw : line 

please let me know if there problem rule file or way grey screen. many thanks


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -