New Interactive Map
Elyscape
Everyone here has seen Google Maps, correct? Well, I've got an idea.
The current map is:Outdated Really slow to load How do we fix this? Simple. I think I've figured out how to modify Google Maps to run on a custom server with custom images. Then, all that would need to be done is set up a PHP script to return the images or just modify the way the script requests the images and shove them in folders (easier).
While I have finals next week and must therefore study this week, I should be able to get a proof-of-concept server running this within a week or two of finals ending. What do you all think? Also, if I can pull this off, would it be possible to host it here?
Also, if this belongs in Sardelac Sanitarium, I apologize. I wasn't quite sure where to put it.
The current map is:Outdated Really slow to load How do we fix this? Simple. I think I've figured out how to modify Google Maps to run on a custom server with custom images. Then, all that would need to be done is set up a PHP script to return the images or just modify the way the script requests the images and shove them in folders (easier).
While I have finals next week and must therefore study this week, I should be able to get a proof-of-concept server running this within a week or two of finals ending. What do you all think? Also, if I can pull this off, would it be possible to host it here?
Also, if this belongs in Sardelac Sanitarium, I apologize. I wasn't quite sure where to put it.
Inde
Google Maps uses AJAX.
I don't know a single developer that knows AJAX.
I don't know a single developer that knows AJAX.
Elyscape
Firstly, I intend to make this, so you don't need to worry about finding a developer.
Secondly, this wouldn't have the full functionality of GMaps in it's first incarnation. It would start off using just the map part. Then I might add search for such things as towns and NPCs and bosses. The last part would be directions, and I doubt I'll be able to figure that part out. The rest should be relatively simple, though.
My main questions are:
1) Does anyone else think this is a good idea?
2) When I make this, will you be willing to host it?
Secondly, this wouldn't have the full functionality of GMaps in it's first incarnation. It would start off using just the map part. Then I might add search for such things as towns and NPCs and bosses. The last part would be directions, and I doubt I'll be able to figure that part out. The rest should be relatively simple, though.
My main questions are:
1) Does anyone else think this is a good idea?
2) When I make this, will you be willing to host it?
Inde
1. Great idea
2. Talk to THX
2. Talk to THX
Ramus
I like the idea, i'd also be willing to host it if it was really good.
Ignotus
What does Google think?
Elyscape
I started work today (or maybe yesterday, but I can't remember anymore) and I thought I'd give you all an update.
I've got a working version of the script that outputs tiles (like Google's tiles). For some reason, though, it seems to be taking half a second to output anything. I'm not sure if this is because of my server or because of the script. If it's the fault of the script, I have a backup plan that takes more disk space (and costs me a bunch of time to prepare) but requires less actual server-side computation, but I'll figure that out once I've got everything done, I think.
Next to do is modify the actual Google Map code to use my server and whatnot. I'll get this done ASAP, but that might not be until next weekend.
I'll try to keep you guys updated.
I've got a working version of the script that outputs tiles (like Google's tiles). For some reason, though, it seems to be taking half a second to output anything. I'm not sure if this is because of my server or because of the script. If it's the fault of the script, I have a backup plan that takes more disk space (and costs me a bunch of time to prepare) but requires less actual server-side computation, but I'll figure that out once I've got everything done, I think.
Next to do is modify the actual Google Map code to use my server and whatnot. I'll get this done ASAP, but that might not be until next weekend.
I'll try to keep you guys updated.
d4nowar
sounds like an awesome plan and i really look forward to checking out what you've done.
kzap
takes about 2 seconds per connection to a diff url
Elyscape
I am almost done. I've got all the hard stuff out of the way. Now all I have to do is modify the interface a little bit and I'm done.
I think. One minor problem might change that.
I think. One minor problem might change that.
kzap
any preview
Elyscape
Sure. I suppose I should have posted one at first.
Silly me.
Silly me.
Inde
Color me impressed.
Look forward to it
Look forward to it
Alex319
I'm just wondering, how exactly did you get the Google Maps code in the first place so you can modify it? I looked on the Google Maps web site and I didn't find anything about how to actually download the source code for it. Or am I completely misunderstanding what you're doing?
spacemonkeymafia
google = good idea
kzap
If Google Maps uses AJAX meaning its client side code and not server side so it can be copied just like the HTML here
but thats nice, very nice
but thats nice, very nice
MCS
Quote:
Elyscape
Quote:
Originally Posted by MCS
[EDIT]
Quote:
I'm just wondering, how exactly did you get the Google Maps code in the first place so you can modify it? I looked on the Google Maps web site and I didn't find anything about how to actually download the source code for it. Or am I completely misunderstanding what you're doing?
The Google Maps source code can be found here.