Closed versatilehuman closed 3 years ago
@versatilehuman I am wondering about the use of "ada" as the field name in activities. In issue #251 the picnicgroves equivalent is named "accessible." Is there a reason not to use accessible here too?
@gisdevcc "ada" was an existing column in points_of_interest and activities, so we went with that. I'm for updating it to "accessible" there if that works for @glw.
Going the other direction works too. I just figured if they mean the same thing, we should standardize on one term, unless there is a reason not to.
ive changed the poi column "ada" to "accessible" in the latest update.
@gisdevcc I'm not seeing accessible fishing areas, accessible canoe landings, accessible boat launches or accessible campsites on the map or in the panel. Looks like the necessary data is there in the latest update though.
@versatilehuman Try again. I forgot to update some of the data on staging.
@gisdevcc Now seeing it on the map, but not the panel:
@versatilehuman Should be fixed now via https://github.com/fpdcc/trailsyserver/commit/02faad09239d91d65ef441503f938c797bd4c8de
@gisdevcc Fishing areas, campsites and boat launches look good, still not seeing canoe landing:
And can we tweak the logic for boat launches and canoe landings so:
Also, can you drop the "s" from the end so it is Accessible Fishing Area? (my bad)
@versatilehuman canoe landing is fixed, logic tweaked, and fishing area on staging.
New Columns
activities
points_of_interest
Based on data updates: https://github.com/fpdcc/webmap_data_updates/issues/242 & https://github.com/fpdcc/webmap_data_updates/issues/239
For here? https://github.com/fpdcc/trailsyserver/blob/development/db/schema.rb
Panel
Javascript
Add after this: https://github.com/fpdcc/trailsy/blob/development/js/panelFunctions.js#L557 (after Canoe Landing)
Add after this: https://github.com/fpdcc/trailsy/blob/development/js/panelFunctions.js#L524 (after Boat Launch)
Add after this: https://github.com/fpdcc/trailsy/blob/development/js/panelFunctions.js#L553 (after Camp Store)
Add after this: https://github.com/fpdcc/trailsy/blob/development/js/panelFunctions.js#L689 (after Ice Fishing)
SVG
In updated defs.svg https://github.com/fpdcc/trailsy/commit/056d1f3229fe6b9b8daa47b9636ae44d571cb6c5
CSS
Updated in newguts.css https://github.com/fpdcc/trailsy/commit/48e4ea0a23bc852a1878dd95dac67e3fa4b08e8f
Map Icons for New Activities
Building activities on map: https://github.com/fpdcc/trailsy/blob/development/js/activityFeature.js#L115
JavaScript
In activities table:
@shua123 We want to use the new accessible column to mark accessible versions of amenities--canoe landings are the first, but won't be the last. It helps us keep our data cleaner (limited atype), but let me know if this won't work with how we are displaying icons currently.
SVG
In updated defs.svg https://github.com/fpdcc/trailsy/commit/056d1f3229fe6b9b8daa47b9636ae44d571cb6c5
CSS
Updated in newguts.css https://github.com/fpdcc/trailsy/commit/48e4ea0a23bc852a1878dd95dac67e3fa4b08e8f