Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
4k views

free country, city database for sql server

have anyone used this before, i need free country, city, IP database for sqlserver
6
votes
4answers
109 views

What is the best way to deal with address inputs that can be from multiple countries?

Most of my websites in the past have been rather limited to the United States when it came to displaying addresses. On a project I'm working on right now, however, users can add events from all over ...
3
votes
2answers
207 views

Normalising/Validating user's 'City' input during registration

My problem concerns validating/normalising a user's input for the combination of Country and 'City' during registration. Ideally, I want functionality similar to the OkCupid ...
3
votes
4answers
122 views

How to get the city from a Canadian zip code?

Do you have any experience with obtaining the City from a Canadian zip code? Is there a free web service to obtain city name by passing a Canadian zip code or can a regular expression be useful? ...
3
votes
8answers
684 views

Where can I find a city/neighborhood database?

Where can I find a database of cities and neighborhoods using MySQL? I'm only interested in US areas. Price doesn't matter. The database must help identify locations by ZIP code. I've already got a ...
2
votes
2answers
58 views

FB Development - How to search facebook cities by their “key”

Situation: I'm currently working on a project where a user can search for a city. To get the result i use this url via ajax: ...
2
votes
3answers
199 views

API to pass lon/lat and return city name

I would like to use an API (preferred to be google maps if it's supported) in my android application to pass the longitude/latitude of a location and the API returns the city name. In the solution to ...
2
votes
2answers
464 views

Is there an API convert long/lat to city,country rather than Google API

Is there an API convert long/lat to city,country rather than Google API? I found that geonames does not give the city. Thanks, Ling
2
votes
3answers
5k views

How to get city name based on IP address in java?

Is it possible to know the city name based on IP address in java?
1
vote
2answers
85 views

Is there a python module, which can turn geocoordinates into the name of the corresponding city?

I have a bunch of coordinates and I want to transform them to human readable addresses. Is there a way to achieve this? It would be great if i can get the name of the city where the coordinates are ...
1
vote
2answers
81 views

Where can I find a database of main U.S cities? [closed]

I'm looking for a database containing the main cities in the U.S categorized be states.
1
vote
2answers
688 views

get city from geocoder results?

Having problems getting the different arrays content from geocoder results. item.formatted_address works but not item.address_components.locality? geocoder.geocode( {'address': request.term }, ...
1
vote
3answers
403 views

US city, state and zip in XML, JSON or comma delimited?

I'm looking for any kind of flat file that contains every US city, state and zip code. I've searched high and low and can only find databases - which I'm fine using to create the flat file - but I ...
1
vote
2answers
708 views

how do I get nearby cities from a given city?

Considering a radius of 50 KM from the base city i need to find the nearby cities . My script should be in PHP... Is there any API to find it out.... Please please help me... THanks...
1
vote
0answers
117 views

Anyone know of a good API for finding Cities based on a given city name?

I've been looking for a web API that returns all cities based on a given city name in XML or JSON format. Example: searching for city name "Trenton" Results: 1. Hamilton, Alabama, United States 2. ...
1
vote
2answers
73 views

WikipediaAPI: How do i find informations about a city

I want to send a query to Wikipedia. The Reponse contains some informations about a City, which I asked for. Some examples: I would get some informations about Munich: ...
1
vote
2answers
1k views

Django - Country -> State-> City Dropdown list

URGET!!!! Hello Every one. I am new to Django framework. I have been trying to create a 3 column drop-down list as Country, State, City. The list of state will be shown based on which country is ...
1
vote
1answer
270 views

Teamcity CI build nunit test not reading app.config file

I have a teamcity install that runs a series of unit tests. I added an app.config file so that the library being tested can pull test config data. This works well when using the nunit GUI on my dev ...
1
vote
0answers
365 views

Cities Near By a City Webservice or PHP code

I am building an application which takes 'City','State' ( For USA Only) and distance ( radius ) as user inputs and the output will be all the cities in that radius . Is there any free or paid web ...
1
vote
3answers
2k views

Tiger/Lines or shapefiles of USA states and cities?

i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but can't seem to ...
0
votes
1answer
17 views

google maps - get state name by city or zip input

how is it possible to get the name of the state by entering a zip or city name? for example: city name: buffalo get state name: new york thanks for your help.
0
votes
3answers
50 views

Major cites in the world with latitude and longitude?

I need a database of major cities in this world, together with their latitude longitudes and timezone. Is such a resource available? any idea where i can get it. or any one can share it with me ? ...
0
votes
0answers
116 views

Maxmind world cities database issue (MySql) [closed]

I went through the forum, posted a question under the "world cities database mysql script problem" thread (and my post was deleted) and did not find anything. So here is it, I'm trying to use Maxmind ...
0
votes
1answer
257 views

MySQL Database Design for City/State

I am building a site where there will be a bunch of companies and their business listing, so they will have their Address, City, State, Zip Code, etc. I found this website here: ...
0
votes
2answers
84 views

Is there an ISO standard for city identification?

I want to make service with API that give some info about a city (in any country) by some id. What I should choose as id for cities? Does there exist an ISO standard for city identification? If so, ...
0
votes
2answers
71 views

iPhone - Validating USA city and state

In my app, i've two text fields where user can enter city and state. I want to validate whether city entered is within the state entered. The app is targeted for USA people only. So is there any way ...
0
votes
1answer
93 views

City Wise Geo targeting (The right way.)

I'm familiar with country wise geo targeting but I was wondering about citywise geo targeting since I was looking at a site that would be looking at users ip and classify them based on their city (i.e ...
0
votes
2answers
286 views

Search for city state zip

So i already have a database of locations of every city, state, zip. I am currently working on how to do a search and get results of surrounding zip codes x miles away, and have run into some ...
0
votes
0answers
60 views

I need a PHP + mySQL based solution which RETURNS the CITY & STATE when provided with a ZIP Code

I'm looking for a PHP + mySQL solution which returns the CITY and STATE as a JSON reply, when provided with a zip code as a parameter. For example: ...
0
votes
3answers
133 views

Eliminate duplicate cities from database

Background Over 5300 duplicate rows: "id","latitude","longitude","country","region","city" "2143220","41.3513889","68.9444444","KZ","10","Abay" "2143218","40.8991667","68.5433333","KZ","10","Abay" ...
0
votes
3answers
258 views

How can I get list of cities?

I'm developing a web application. How can I get list of cities, when I begin to write name of city? Like as application Weather on iPhone.
0
votes
2answers
98 views

Best way of splitting website into Cities/Countries?

i am running a dating website, or better say, try to. I want to be as generic as possible in terms of, coverage for countries. Since it's a local dating oriented website, i have to keep track of ...
0
votes
2answers
113 views

Only using MapKit for one city

I am not really too sure how to word this into google, so I will attempt to ask it here. I am attempting to use the MapKit to display different routes on a map for only one city. Is there a way to ...
0
votes
1answer
403 views

Auto populate city textfield by entering zip and vice versa

I've seen that this question has been posted a couple of times but nothing specific enough for me to use. I have a form (In a .php file), with a Zipcode and City textfield. I also have a seperate ...
-2
votes
1answer
101 views

How to get a list of all cities in the world and their correponding time zone information including DST [closed]

As the title says, is there any way to get ahold of this information?
-3
votes
1answer
110 views

Different Sales Tax for different locations of same country in Magento [closed]

Hi I need to set the tax rule in Magento by following the below conditions. All purchases shipped to California, but outside of San Diego, are charged the same rate, which is 7.25%. All purchases ...