After some advice here. While In between contacts I am writing a web tool for a non profit research organisation that I am a member of.
I want to be able to dynamically display on a map of the UK with locations based on Longitude / latitude that I pull back from a database based on certain criteria. For example if the query set returns :-
Location Latitude Longitude
Harby 52.85 -0.88
How can I display this as a pin or a blob on a map of the UK?
Any suggestions ??
I want to be able to dynamically display on a map of the UK with locations based on Longitude / latitude that I pull back from a database based on certain criteria. For example if the query set returns :-
Location Latitude Longitude
Harby 52.85 -0.88
How can I display this as a pin or a blob on a map of the UK?
Any suggestions ??

as that formula was just the conversion that I needed. Now that I can convert LAT LON to pixels the rest should be easy - I will report back tomorrow some time with the first draft of the page
Comment