Skip to content

Commit

Permalink
Kill helicopter pads (#195)
Browse files Browse the repository at this point in the history
(H) means helicopter pad, this one is the universal accessible space icon
  • Loading branch information
benmelz authored Aug 16, 2023
1 parent d560e10 commit 1a42fca
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 77 deletions.
8 changes: 4 additions & 4 deletions app/rendering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const iconsPath = 'assets/icons';
// Info that should be used to render different types of spaces
const spaceRendererInfo = {
'R-Handicapped': {
label: 'Handicapped Spaces',
description: 'Handicapped space',
iconUrl: `${iconsPath}/handicapped-space.png`,
altText: 'White H in a blue circle'
label: 'Accessible Spaces',
description: 'Accessible space',
iconUrl: `${iconsPath}/accessible-space.png`,
altText: 'Accessible space'
},
'R-Carpool': {
label: 'Carpool Spaces',
Expand Down
Binary file added static/assets/icons/accessible-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions static/assets/icons/accessible-space.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/icons/handicapped-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 22 additions & 73 deletions static/assets/icons/handicapped-space.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a42fca

Please sign in to comment.