curbmap / Open-Street-Parking-Restriction-Specification

An open standard for municipalities and private companies to correspond about and release information about parking restrictions for public consumption.
MIT License
7 stars 4 forks source link

add position for geohash as id #1

Closed eselkin closed 7 years ago

eselkin commented 7 years ago

made some of the integer possible values into integers from strings. Also committed regarding #6

joshuaherman commented 7 years ago

Which geohash standard?

Google released an open standard for geohashing. https://en.m.wikipedia.org/wiki/Open_Location_Code

eselkin commented 7 years ago

What do you think of the Open Location Code? It doesn't suffer from geohash issues at the PM. Maybe that should be the choice.

implementation in java... https://github.com/google/open-location-code Can we find an implementation in javascript?

eselkin commented 7 years ago

openlocationcode.js

https://cdnjs.cloudflare.com/ajax/libs/openlocationcode/1.0.1/openlocationcode.js They even have an implementation in VB if we want to go that route :-p