Forums | MacLife
You are not logged in.
#1 2007-06-20 8:46 pm
- registered_user
- bulletproof
- From: padding: zero-pixels;
- Registered: 2000-12-19
- Posts: 16026
- Website
mash-up?
I'm flirting with the idea of building a maps mash-up. It's moot, however, if I can't accept user input to define sites.
I've seen sites where you enter your address, and it stores you in their db and includes you into a mash-up. I'm hoping for a well-written and customizable open source app that runs on php/mysql, or documentation sufficient enough to write my own. Truth be told, if I move forward, I'll probably write my own, but it's always nice to use someone else's work.
Lastly, it has to be affordable for a non-profit organization to implement. (that would be free).
I thought I'd put out my feelers here before I start reading API documentation. Basically, I'm curious if anyone has done this and discovered any limitations. I did a very basic google search, and found a lot of mash-ups, but not a lot of solid info on building one. That indicates that it's either trivially easy or ponderously difficult.
I know that adding markers to the map with js is a matter of providing an xml file. That's pretty simple. But how about a clever way of allowing a user to enter an address -- or better still -- drag a marker to a map to define the coordinates?
Does anyone have any wisdom to share on the topic?
Offline
#2 2007-06-21 1:03 pm
Re: mash-up?
registered_user wrote:
Does anyone have any wisdom to share on the topic?
Not a lot of wisdom, but plenty of smart ass remarks if you are interested...
---
You didn't say, are you using Google maps?
If so, I can say their API is stupid simple and way cool.
You just need to store you addys, and then push them back out when you include the map. You can even use custom icons, and really whatever. If you haven't already take a look at the api. Skip all the instructions. Go straight to the sample and the API ref docs. It is really cool.
We built a game using it and an application that predicts changes in sealevel and uses elevation data to draw rising sea level right on the google map thingy. It is some fun stuff.
Offline
#3 2007-06-21 2:28 pm
- registered_user
- bulletproof
- From: padding: zero-pixels;
- Registered: 2000-12-19
- Posts: 16026
- Website
Re: mash-up?
rockon.
Yeah, google maps works just as well as anything else. I didn't know that it was as simple as storing regular addresses. I thought it required latitude and longitude. I'll definitely check out the API, I like stupid simple a whole lot!
Offline
#4 2007-06-21 3:26 pm
Re: mash-up?
Hm, I was going about storing the long/lat... I'll have to look at that and see if I can get back around to that project (basically a google map of our office locations).
The PITA to me was the long/lat, everything else was easy. I think the hardest part was designing an effective custom icon.
Offline
#5 2007-06-21 4:58 pm
- registered_user
- bulletproof
- From: padding: zero-pixels;
- Registered: 2000-12-19
- Posts: 16026
- Website
Re: mash-up?
I perused the API, and Google has a service to convert addresses to coordinates. It is nifty.
Offline
#6 2007-06-21 6:13 pm
Offline

