473,395 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Urgent!! <Map> tag with latitude longitude coordinates

Hi
I am a novice using the <maptag. I have a question. I would really
appreciate if you could answer me.
I want to use the <maptag to dynamically update my map with
coordinates. These coordinates are in the form of geographic
coordinates (latitude, longitude). Can this be achieved ? How ? Please
help.

Regards

Jul 26 '06 #1
6 3726
helpneeded <yo**********@gmail.comscripsit:
I want to use the <maptag to dynamically update my map with
coordinates.
Tags don't do things. Tags are data.

Try explaining what you are really trying to accomplish, and illustrate it
with the URL of a sketch page.

The answer is most probably outside the scope of HTML, since HTML has
effectively no dynamics and it surely cannot change a map (an image), but
I'd like to see the real question before saying anything more specific.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Jul 26 '06 #2
helpneeded wrote:
Hi
I am a novice using the <maptag. I have a question. I would really
appreciate if you could answer me.
I want to use the <maptag to dynamically update my map with
coordinates. These coordinates are in the form of geographic
coordinates (latitude, longitude). Can this be achieved ? How ? Please
help.
It's not clear from "dynamically update my map with coordinates" what
you are trying to do or where the coordinates are coming from.
Jul 26 '06 #3
In message <11**********************@i42g2000cwa.googlegroups .com>,
helpneeded <yo**********@gmail.comwrites
>Urgent!!
I can assure you it isn't.
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>

Free Our Data: <http://www.freeourdata.org.uk>
Jul 26 '06 #4
I want to have a <mapdisplay an image of a country, say USA. This map
will show the location of the most recent earthquakes. I have a live
earthquake monitoring station that spits out the lat, long coordinates
the moment an earthquake occurs. I want to update the map with the new
location. Can this be done?

Andy Mabbett wrote:
In message <11**********************@i42g2000cwa.googlegroups .com>,
helpneeded <yo**********@gmail.comwrites
Urgent!!

I can assure you it isn't.
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>

Free Our Data: <http://www.freeourdata.org.uk>
Jul 30 '06 #5
Yes you can do this, but you need to use a programming language which
would convert the latitude and longitude co-ordinates into pixel
co-ordinates (which would marry up with your map of the USA). The
co-ordinates would need to be stored in a database (in either format)
and then when the page is requested, the database interrogated and
details incorporated in the served page.

You could write this in various languages, but probably perl or php are
the easiest - it all depends on your experience.

If you search on google, you can probably find a routine for converting
latitude and longitude to pixel co-ordinates in whatever programming
language you wish to use.

If you cannot handle programming yourself, you would need to pay
someone to do this, as it is not as straightforward as I think you were
hoping.

Rich Mellor
www.internetbusinessangels.com

Help needed wrote:
I want to have a <mapdisplay an image of a country, say USA. This map
will show the location of the most recent earthquakes. I have a live
earthquake monitoring station that spits out the lat, long coordinates
the moment an earthquake occurs. I want to update the map with the new
location. Can this be done?

Andy Mabbett wrote:
In message <11**********************@i42g2000cwa.googlegroups .com>,
helpneeded <yo**********@gmail.comwrites
>Urgent!!
I can assure you it isn't.
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>

Free Our Data: <http://www.freeourdata.org.uk>
Jul 30 '06 #6
Thanx for the help. I guess I will give it a try using asp.net.

rwap wrote:
Yes you can do this, but you need to use a programming language which
would convert the latitude and longitude co-ordinates into pixel
co-ordinates (which would marry up with your map of the USA). The
co-ordinates would need to be stored in a database (in either format)
and then when the page is requested, the database interrogated and
details incorporated in the served page.

You could write this in various languages, but probably perl or php are
the easiest - it all depends on your experience.

If you search on google, you can probably find a routine for converting
latitude and longitude to pixel co-ordinates in whatever programming
language you wish to use.

If you cannot handle programming yourself, you would need to pay
someone to do this, as it is not as straightforward as I think you were
hoping.

Rich Mellor
www.internetbusinessangels.com

Help needed wrote:
I want to have a <mapdisplay an image of a country, say USA. This map
will show the location of the most recent earthquakes. I have a live
earthquake monitoring station that spits out the lat, long coordinates
the moment an earthquake occurs. I want to update the map with the new
location. Can this be done?

Andy Mabbett wrote:
In message <11**********************@i42g2000cwa.googlegroups .com>,
helpneeded <yo**********@gmail.comwrites
>
Urgent!!
>
I can assure you it isn't.
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
>
Free Our Data: <http://www.freeourdata.org.uk>
Aug 1 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: steeve.nadeau | last post by:
Hi I search algorithme to convert XY into Latitude/longitude to use customer data with GPS... thk in advance.
4
by: YS Sze | last post by:
If you know the exact longitude and latitude for a specific location, would anyone think it'd make any sense to find out if this set of location numbers is really part of the Fibonacci series or...
9
by: Sandy | last post by:
Hello - I need either a cheap tool or code & DB that calculates, eg. within 50-mile radius of a zip code. Anyone have any suggestions? -- Sandy
5
by: CSN | last post by:
I looked through the docs and contrib, but didn't see anything related to storing and using latitude and longitude values. I have data in the form of 12° 34' N, 12° 34' W. Would any of the...
2
by: kbperry | last post by:
I am not sure if this is the right place for this, but I thought it was worth a shot. What I want: Enter a From: street address and a To: street address, and then specify an interval (say...
1
by: tigerved | last post by:
Hi I am new to this so I dont exactly know the format in which to post the questions ....anyways here goes ...my file looks like this Year,Day,MOnth,latitude,longitude (commas included)...
45
by: Rocky86 | last post by:
Hi brothers I am new here need help with the php programing using sql basically I am given a task to create a php code that is able to query the database on some free hosting web which I alreadx have...
5
by: arial | last post by:
Hi all, I have a sql .bak file which i need to convert into xml file. can someone help with this? pointing out to some tutorial or some suggetion on how to start? Thak you,
0
by: SwapnilD | last post by:
I'm passing Multiple Lat/lan parameters to GOOGLE map to generate a MAP and also showing markers for all the locations based upon Lat/Lng. on mouseover event of Marker I'm showing pop up with some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.