Skip to content

Commit

Permalink
almost there with styles...
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Dec 18, 2023
1 parent 0dff161 commit 1bb21ee
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
Binary file added assets/logos/sidewalkreator_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qgis_projects/for_labeling.gpkg
Binary file not shown.
Binary file added assets/qgis_projects/for_labeling.gpkg-shm
Binary file not shown.
Empty file.
Binary file added assets/qgis_projects/highway_color_setting.qgz
Binary file not shown.
16 changes: 10 additions & 6 deletions parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
'road' : 6.0,
'living_street': 0.0,

# links:
"trunk_link" : 0,
'motorway_link' : 0,
'secondary_link' : 0,
"tertiary_link" : 0,
"primary_link" : 0,


# values that must be ignored:
'sidewalk' : 0,
Expand All @@ -92,19 +99,16 @@
'services' : 0,
'footway' : 0,
'track' : 0,
"tertiary_link" : 0,
"trunk_link" : 0,
"primary_link" : 0,

'corridor' : 0 ,
'steps' : 0,
'street_lamp' : 0,
'motorway_link' : 0,
'secondary_link' : 0,


# '' : ,
}

# for cases of an unexpected value:
# for case(s) of an unexpected value:
fallback_default_width = 6.0

# ASSETS:
Expand Down

0 comments on commit 1bb21ee

Please sign in to comment.