bcgov / smk-tlink

The Truck Route Planner application for Translink built using the Simple Map Kit.
Apache License 2.0
2 stars 4 forks source link

Temp Road Closure Layer #136

Closed gk-tl closed 4 years ago

gk-tl commented 4 years ago

@NicoledeGreef / @qqnluaq / @al-tabb Please incorporate the road closure for North Van (cartographic layer only). The data is available at the links below. image

http://regionalroads.com:8080/geoserver/cite/wms?service=WMS&version=1.1.0&request=GetMap&layers=cite%3AGM_TemporaryRoadClosuresExtent&bbox=-123.10095354775521%2C49.200291453099446%2C-122.91172357662022%2C49.32350653959952&width=768&height=500&srs=EPSG%3A4326&format=application/openlayers

http://regionalroads.com:8080/geoserver/cite/wms?service=WMS&version=1.1.0&request=GetMap&layers=cite%3AGM_TemporaryRoadClosures&bbox=-123.09415076495394%2C49.20046807684604%2C-122.91243796552611%2C49.32102851312752&width=768&height=509&srs=EPSG%3A4326&format=application/openlayers

al-tabb commented 4 years ago

@qqnluaq You won't be able to access the links above use these: http://trp.regionalroads.com/api/?data=GM_TemporaryRoadClosures&format=geojson&download=true http://trp.regionalroads.com/api/?data=GM_TemporaryRoadClosuresExtent&format=geojson&download=true

Alternatively I can send a FGDB with those files. Let me know if there's any issues with the field names and I can address that as well.

gk-tl commented 4 years ago

@al-tabb field names are provided here: https://github.com/bcgov/smk-tlink/issues/128

"GM_TemporaryRoadClosures" [ "ClosureDescription", "ClosureName", "EndDate", "Link", "Notes", "StartDate", "Status" ] "GM_TemporaryRoadClosuresExtent" [ "ClosureDescription", "ClosureName", "EndDate", "Link", "Notes", "Shape_Area", "Shape_Length", "StartDate", "Status" ]

al-tabb commented 4 years ago

@gk-tl Thanks. @qqnluaq Here's the FGDB with the correct field names.

GM_TemporaryRoadClosures.gdb.zip

al-tabb commented 4 years ago

@qqnluaq Not sure if this was mentioned previously.. These layers needs to be filtered as such: Status = 'Active'

NicoledeGreef commented 4 years ago

@al-tabb @gk-tl - can you please review this ticket?

gk-tl commented 4 years ago

Complete. Thank you.