Plot post codes

  • Thread starter Thread starter einarp
  • Start date Start date
E

einarp

I'm trying to make a plot map of our geographical spread of customers. I have all data in three different formats.

Either full post code
Or left half of post code
Or Coordinates (latitude, longitude).

Anyone can help me with one-off job with me having to pay for a software?
 
Using the latitude & longitude, you could get these plotted on a google Map - quite easy really.
 
Upvote 0
It would probably take me shorter time to manually plot 1400 post codes than to learn whatever you just said :-)

Anything for dummies?
 
Upvote 0
Google Maps is very good . It's also support UK postcodes now.
You need to put your customer locations(lat/long) to XML file and read it using Google map api ,
javascript and google map api , all what you need.
 
Upvote 0
Again, a little too advanced for a poor accountant :-)

I have an excel file with postcode, lat. and long. which I guess is fairly simple to make into xml.

Any link to any places where I can just upload the file and the plotting is done?
 
Upvote 0
MS Autoroute has a data import facility from excel. Import the postcodes and they are shown on a GB map. No limit as far as I am aware on the number and it's quick. Think it's 40 Euros.

Another feature is that you can plot say 10 postcodes and get an optimised route ie, shortest / quickest etc. Good for planning delivery routes etc
 
Upvote 0
Einarp , there is a lot of documentation how to plot map with markers of locations array.
Google is the perfect solution for this.
This is a funciton which works with XML. Just :) use google to find the API , if you need more details,just let me know. perhaps you have already solved your request.
GDownloadUrl("YOUR XML ", function(data, responseCode)
{

}

 
Upvote 0

Latest Articles