|
  Gbcue E.I.T. Premium join:2001-09-30 Santa Rosa, CA clubs:  | Re: In need of a website that has Google maps embedded »platial.com/mapmaker formerly Frappr does that. | |
|
 |   wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY | Re: In need of a website that has Google maps embedded That seems pretty cool. Is there a way to embed that into my own website however? The map itself appears to be Flash, so I am not sure how I would incorporate that into another website. | |
|
 |
 |  |
 |  |  |
 |  |  |  |
 |  |  |
 |  |  |   Tenar
join:2008-01-02 Midland, ON
1 edit | Re: In need of a website that has Google maps embedded Yes, it can be done. I've done one for my company. You can use the google maps API and you will need a database to store the Latitude and Longitude of the addresses. I don't think what you are asking for is a Mapplet, just normal google maps.
Google API can do a search on the addresses entered and return the Lat and Long of the address (geo coding). Store that in the database.
You are only allowed something like 5000 lookups per day so if your site will get a lot of traffic then you will have to buy your key. Storing Lat and Long means you don't need to look up addresses as you display them, only when you are entering.
You can sign up for a free Google maps API Key. keep the key and use it or pass it to your web developer. »code.google.com/apis/maps/
The google maps API uses javascript to display the maps and retreive addresses. If you are handy with JS or if you have a developer who is, these links may be helpful:
Google Map API Concepts Google Maps API examples Google Maps API Reference
this topic might be best moved to web developers forum, you might get some more help there.
Edit: I should add, the "pushpins" are just a feature of the normal map API. The "bubbles" just display normal HTML code.
ex. »code.google.com/apis/maps/docume···ure.html
You can use the API to make them look however you want.
This site has a bunch of tutorials »econym.googlepages.com/index.htm | |
|
 |  |  |  |   wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY
·Verizon FIOS
·Sprint Mobile Broa..
·RoadRunner Cable
·BroadVoice
| Re: In need of a website that has Google maps embedded said by Tenar :Yes, it can be done. I've done one for my company. You can use the google maps API and you will need a database to store the Latitude and Longitude of the addresses. I don't think what you are asking for is a Mapplet, just normal google maps. Google API can do a search on the addresses entered and return the Lat and Long of the address (geo coding). Store that in the database. You are only allowed something like 5000 lookups per day so if your site will get a lot of traffic then you will have to buy your key. Storing Lat and Long means you don't need to look up addresses as you display them, only when you are entering. You can sign up for a free Google maps API Key. keep the key and use it or pass it to your web developer. » code.google.com/apis/maps/The google maps API uses javascript to display the maps and retreive addresses. If you are handy with JS or if you have a developer who is, these links may be helpful: Google Map API ConceptsGoogle Maps API examplesGoogle Maps API Referencethis topic might be best moved to web developers forum, you might get some more help there. Edit: I should add, the "pushpins" are just a feature of the normal map API. The "bubbles" just display normal HTML code. ex. » code.google.com/apis/maps/docume···ure.htmlYou can use the API to make them look however you want. This site has a bunch of tutorials » econym.googlepages.com/index.htm Ok that is some very helpful info. Do you happen to know if its possible (witout too much effort) to have data entered by a visitor populate your map with a pushpin and some comments? That is what I am ultimately looking to do. -- Комитет государственной безопасности
| |
|
  91822330 USPS Fedex UPS DHL
join:2008-12-18 Poteet, TX | facebook | |
|
 |
 |  |
 |  |   marigolds Gainfully employed, finally Premium,MVM join:2002-05-13 Saint Louis, MO
| Re: In need of a website that has Google maps embedded Look at esri.arcgis.gmaps.MapExtension.addToMap or esri.arcgis.gmaps.MapExtension.addToMapAsync
»resources.esri.com/help/9.3/arcg···xtension
The Overlay options give you complete control over the symbology (including access to all of the GMarker icons). InfoWindowOptions gives you control over the pop up display when an icon is clicked. -- ISCABBS - the oldest and largest BBS on the Internet telnet://bbs.iscabbs.com Professional Geographer Geographic Information Science researcher | |
|
 |  |  |   wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY
·Verizon FIOS
·Sprint Mobile Broa..
·RoadRunner Cable
·BroadVoice
| Re: In need of a website that has Google maps embedded said by marigolds :Look at esri.arcgis.gmaps.MapExtension.addToMap or esri.arcgis.gmaps.MapExtension.addToMapAsync » resources.esri.com/help/9.3/arcg···xtensionThe Overlay options give you complete control over the symbology (including access to all of the GMarker icons). InfoWindowOptions gives you control over the pop up display when an icon is clicked. Looks good, thanks again for the tip. I havent done any sort of HTML or other website development in about 10 years now, so my next challenge will be finding a friend who wants to put the site together for me! -- Комитет государственной безопасности
| |
|
 |  |  |  |
 |  |  |  |   marigolds Gainfully employed, finally Premium,MVM join:2002-05-13 Saint Louis, MO | Re: In need of a website that has Google maps embedded I think they just used the google maps api combined with some php scripting to handle the form. | |
|
 |  |  |  |  |  |
 |  |  |  |  |  |   Alan Mcrib Fan
@comcast.net
| Re: In need of a website that has Google maps embedded Indeed, I did use Google API as well as PHP. Additionally, I utilize MySQL as well. I could have included a login requirement, however I wanted entries to be simple and nonrestrictive. Logins can turn some people away. As you noticed, I then had to add a method for viewers to rate if the sighting was real or not. Hard to believe that people would feel the need to spam a McRib Locator. | |
|
 |
|
 |