Skip to content
andy.rothwell edited this page Oct 5, 2018 · 26 revisions

Welcome to the phila-vue-datafetch wiki!

What is phila-vue-datafetch?

phila-vue-datafetch is a library that can be imported into any Vue.js project, providing a set of functions for geocoding addresses and fetching data from APIs.

Integrating it into a Vue.js project should be fairly easy - all of the library was originally part of the Vue.js library Mapboard, and new projects that use the functions could follow the Mapboard system as explained in Initialization.

The functions are currently specific to Philadelphia, because geocoding/data-fetching for Philadelphia is complicated by the fact that there are 2 sets of parcels (DOR parcels and Water Dept. parcels). Click for more general information about parcels.

(It is possible that all functions could be made more generic, or the library could be expanded include a simpler data-fetching system for projects that do not have to deal with the Philadelphia parcel issue.)

Clients

Clone this wiki locally