-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fell kind to landuse #1932
base: master
Are you sure you want to change the base?
Add fell kind to landuse #1932
Changes from all commits
929a71f
96b959f
65981a8
0c4ef2b
fe6644c
b6b4f79
e7349aa
5045af5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -373,6 +373,7 @@ post_process: | |
scree: barren | ||
shingle: barren | ||
stone: barren | ||
fell: barren | ||
|
||
# desert | ||
bare_rock: desert | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,115 +1,116 @@ | ||
kind,geometrytype,sort_rank | ||
power_line,*,274 | ||
power_minor_line,*,273 | ||
crane,*,272 | ||
city_wall,*,271 | ||
wall,*,270 | ||
fence,*,269 | ||
embankment,*,278 | ||
snow_fence,*,267 | ||
retaining_wall,*,266 | ||
dam,LineString;MultiLineString,265 | ||
tree_row,*,264 | ||
hedge,*,263 | ||
bridge,*,229 | ||
pier,*,228 | ||
dike,*,227 | ||
cutline,*,226 | ||
groyne,*,225 | ||
breakwater,*,224 | ||
dam,*,223 | ||
land,*,222 | ||
wetland,*,220 | ||
mud,*,219 | ||
footway,*,126 | ||
tower,*,125 | ||
wilderness_hut,*,124 | ||
parking,*,123 | ||
picnic_site,*,122 | ||
water_park,*,121 | ||
amusement_ride,*,120 | ||
water_slide,*,119 | ||
carousel,*,118 | ||
attraction,*,117 | ||
artwork,*,116 | ||
animal,*,115 | ||
pitch,*,114 | ||
playground,*,113 | ||
pedestrian,*,112 | ||
dog_park,*,111 | ||
garden,*,110 | ||
beach,*,109 | ||
hanami,*,108 | ||
maze,*,107 | ||
camp_site,*,106 | ||
generator,*,105 | ||
allotments,*,104 | ||
plant,*,103 | ||
summer_toboggan,*,102 | ||
roller_coaster,*,101 | ||
enclosure,*,100 | ||
petting_zoo,*,99 | ||
aviary,*,98 | ||
theatre,*,97 | ||
library,*,96 | ||
cinema,*,95 | ||
fuel,*,94 | ||
school,*,93 | ||
cemetery,*,92 | ||
place_of_worship,*,91 | ||
quarry,*,90 | ||
railway,*,89 | ||
farmyard,*,88 | ||
substation,*,87 | ||
works,*,86 | ||
water_works,*,85 | ||
wastewater_plant,*,84 | ||
common,*,83 | ||
village_green,*,82 | ||
sports_centre,*,81 | ||
stadium,*,80 | ||
runway,*,79 | ||
apron,*,78 | ||
taxiway,*,77 | ||
aerodrome,*,74 | ||
airfield,*,73 | ||
recreation_track,*,72 | ||
caravan_site,*,71 | ||
recreation_ground,*,70 | ||
quay,*,69 | ||
wharf,*,68 | ||
port_terminal,*,67 | ||
ferry_terminal,*,66 | ||
container_terminal,*,65 | ||
shipyard,*,64 | ||
boatyard,*,63 | ||
golf_course,*,62 | ||
aquarium,*,61 | ||
hospital,*,60 | ||
trail_riding_station,*,59 | ||
resort,*,58 | ||
zoo,*,57 | ||
winery,*,56 | ||
wildlife_park,*,55 | ||
theme_park,*,54 | ||
fort,*,53 | ||
prison,*,52 | ||
range,*,51 | ||
danger_area,*,50 | ||
naval_base,*,49 | ||
military,*,48 | ||
retail,*,47 | ||
commercial,*,46 | ||
service_area,*,45 | ||
rest_area,*,44 | ||
college,*,43 | ||
university,*,42 | ||
farmland,*,41 | ||
farm,*,40 | ||
winter_sports,*,39 | ||
scrub,*,37 | ||
meadow,*,36 | ||
grass,*,35 | ||
power_line,*,275 | ||
power_minor_line,*,274 | ||
crane,*,273 | ||
city_wall,*,272 | ||
wall,*,271 | ||
fence,*,270 | ||
embankment,*,279 | ||
snow_fence,*,268 | ||
retaining_wall,*,267 | ||
dam,LineString;MultiLineString,266 | ||
tree_row,*,265 | ||
hedge,*,264 | ||
bridge,*,230 | ||
pier,*,229 | ||
dike,*,228 | ||
cutline,*,227 | ||
groyne,*,226 | ||
breakwater,*,225 | ||
dam,*,224 | ||
land,*,223 | ||
wetland,*,221 | ||
mud,*,220 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So, should I remove |
||
footway,*,127 | ||
tower,*,126 | ||
wilderness_hut,*,125 | ||
parking,*,124 | ||
picnic_site,*,123 | ||
water_park,*,122 | ||
amusement_ride,*,121 | ||
water_slide,*,120 | ||
carousel,*,119 | ||
attraction,*,118 | ||
artwork,*,117 | ||
animal,*,116 | ||
pitch,*,115 | ||
playground,*,114 | ||
pedestrian,*,113 | ||
dog_park,*,112 | ||
garden,*,111 | ||
beach,*,110 | ||
hanami,*,109 | ||
maze,*,108 | ||
camp_site,*,107 | ||
generator,*,106 | ||
allotments,*,105 | ||
plant,*,104 | ||
summer_toboggan,*,103 | ||
roller_coaster,*,102 | ||
enclosure,*,101 | ||
petting_zoo,*,100 | ||
aviary,*,99 | ||
theatre,*,98 | ||
library,*,97 | ||
cinema,*,96 | ||
fuel,*,95 | ||
school,*,94 | ||
cemetery,*,93 | ||
place_of_worship,*,92 | ||
quarry,*,91 | ||
railway,*,90 | ||
farmyard,*,89 | ||
substation,*,88 | ||
works,*,87 | ||
water_works,*,86 | ||
wastewater_plant,*,85 | ||
common,*,84 | ||
village_green,*,83 | ||
sports_centre,*,82 | ||
stadium,*,81 | ||
runway,*,80 | ||
apron,*,79 | ||
taxiway,*,78 | ||
aerodrome,*,75 | ||
airfield,*,74 | ||
recreation_track,*,73 | ||
caravan_site,*,72 | ||
recreation_ground,*,71 | ||
quay,*,70 | ||
wharf,*,69 | ||
port_terminal,*,68 | ||
ferry_terminal,*,67 | ||
container_terminal,*,66 | ||
shipyard,*,65 | ||
boatyard,*,64 | ||
golf_course,*,63 | ||
aquarium,*,62 | ||
hospital,*,61 | ||
trail_riding_station,*,60 | ||
resort,*,59 | ||
zoo,*,58 | ||
winery,*,57 | ||
wildlife_park,*,56 | ||
theme_park,*,55 | ||
fort,*,54 | ||
prison,*,53 | ||
range,*,52 | ||
danger_area,*,51 | ||
naval_base,*,50 | ||
military,*,49 | ||
retail,*,48 | ||
commercial,*,47 | ||
service_area,*,46 | ||
rest_area,*,45 | ||
college,*,44 | ||
university,*,43 | ||
farmland,*,42 | ||
farm,*,41 | ||
winter_sports,*,40 | ||
scrub,*,38 | ||
meadow,*,37 | ||
grass,*,36 | ||
fell,*,35 | ||
natural_wood,*,34 | ||
natural_forest,*,33 | ||
natural_park,*,32 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me, thanks for taking care of the remapping!