CityOfPhiladelphia / ais

Address Information System
19 stars 8 forks source link

in ais/docs/APIUSAGE.md #133

Closed mattyhead closed 7 years ago

mattyhead commented 7 years ago

maps.phila.gov should be maps@phila.gov

Cheers, Matt

mattyhead commented 7 years ago

...and I'm getting some addresses which miss when encoded with '+' in place of chr(20) rather than %20. (1900+Market+St is OK but 3365+Vaux+St isn't).

So if %20 is a hard requirement, can we make that explicit in the documentation? (or am I missing it?)