-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot query custom data after successful import #26
Comments
This ties into the new documentation for the API in pelias/api#1297 for functionality originally added in pelias/api#1131. Fixes #36 Fixes #26
Hey @woiza, Thanks! |
Hi @orangejulius "api": { Is there anything else I have to do? |
I imported the following csv file (extract):
name,address,source,layer,lat,lon
AD,AD,custom,postalcode,42.5357,1.5571
AR,36,custom,postalcode,-25.0178,-59.6472
AR,41,custom,postalcode,-26.883,-65.1956
AR,44,custom,postalcode,-25.0513,-65.2488
AR,45,custom,postalcode,-23.5455,-64.0472
AR,46,custom,postalcode,-23.2252,-65.5236
BD,55,custom,postalcode,26.1669,89.1228
BD,53,custom,postalcode,26.0142,88.9168
BD,50,custom,postalcode,25.9689,88.6808
The idea is to have 2 digit postalcodes of all countries (I used geonames' csv file for this). How can I query the api to get the coordinates for a 2 digit postalcode in a country?
The text was updated successfully, but these errors were encountered: