Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > StreetDeck > DigitalMods (Scripts / API)


Reply
 
Share Thread Tools Display Modes
Old 07-07-2007, 05:43 AM   #31
Constant Bitrate
 
Join Date: Apr 2007
Posts: 114
thepunkerguy is an unknown quantity at this point
Quote: Originally Posted by P3D4T0R View Post
No osssifer your drink

lol, yep.. at least i'm a happy drunk cacher thanks to marchello2000 :-)
- MIKE

Last edited by thepunkerguy; 07-07-2007 at 11:49 AM.
thepunkerguy is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-07-2007, 05:48 AM   #32
Constant Bitrate
 
Join Date: Apr 2007
Posts: 114
thepunkerguy is an unknown quantity at this point
Quote: Originally Posted by P3D4T0R View Post
Really though I'm not trying to be pushy I I just think the question got overlooked because he implemented your idea but didn't even egnolige my question or that I even had an idea... I don't know, really, I haven't slept in a while maybe I'm just being retarded...

I second that. The "cells" option rocks... now how about being able to download all the zoom levels at once, its a PITA to select each zoom level one at a time and to let it download.. :-)
But i know how programming goes.. it can be a PITA when it wants to be... beggers cant be choosers.. and we do appreciate VERY MUCH what you have done so far.. its awesome. I took about 6 programming classes before i got tired of it.. glad you like it!
- Mike

Last edited by thepunkerguy; 07-07-2007 at 12:03 PM.
thepunkerguy is offline   Reply With Quote
Old 07-07-2007, 05:56 AM   #33
Variable Bitrate
 
P3D4T0R's Avatar
 
Join Date: Dec 2006
Location: MA, USA
Posts: 399
P3D4T0R is an unknown quantity at this point
HAHA yea you sound like the people I used to teach programming to, Iv also been programming for close to 8 years and have done everything from basic PC programs to websites like this one... anyways

A soon as StreetDeck's development environment is working again I'm planning on finishing up the Fusion Brain DigiMod and then, provided I get the code, write one for this as well

______________________________________
= Me - Coffey; repeat for life;
//I have no life HAHAHA
__________________
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
P3D4T0R is offline   Reply With Quote
Old 07-07-2007, 12:02 PM   #34
Constant Bitrate
 
Join Date: Apr 2007
Posts: 114
thepunkerguy is an unknown quantity at this point
I think a great way to do this would be to have 4 boxes where you can enter 4 corner coordinates and where it would connect those 4 coordinates with straight lines, like a box around the area and then it would cache the entire area in that box at ALL zoom levels, or a range of zoom levels the user specifies. And another thing that would be great is if we could specify a default folder to store the cache in, that way we don't have to choose the folder every time we choose Download. If you could write the code for that, i think thats all the program would need to be pretty perfect!

Also, i keep getting this error message often, but if i hit ok, then it continues on its marry way. I don't know if its a glitch in the math in the program or if its just tiles that cant be downloaded because they have no data, but you might want to look into it.. if its just tiles with no data, then could ya make it where it automatically skips them instead of popping up all the time and having to click ok a lot? It seems to do it more the farther i zoom out.


Hopefully I am not bothering you, I am just trying to give ya some feedback to work with :-)

- Mike

Last edited by thepunkerguy; 07-07-2007 at 12:11 PM.
thepunkerguy is offline   Reply With Quote
Old 07-07-2007, 12:19 PM   #35
Variable Bitrate
 
Join Date: Jun 2006
Posts: 262
geeky_hawkes is on a distinguished road
Any chance you could make something similar for us guys in europe?
geeky_hawkes is offline   Reply With Quote
Old 07-07-2007, 12:22 PM   #36
Raw Wave
 
ShawJohn's Avatar
 
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
ShawJohn is on a distinguished road
what sort of size are we talking to cache the UK at all zoom levels?
ShawJohn is offline   Reply With Quote
Old 07-07-2007, 12:23 PM   #37
Constant Bitrate
 
Join Date: Apr 2007
Posts: 114
thepunkerguy is an unknown quantity at this point
Quote: Originally Posted by geeky_hawkes View Post
Any chance you could make something similar for us guys in europe?

I am pretty sure it works for Europe and anywhere on earth, you just have to get your coordinates.. doesn't it?
- Mike
thepunkerguy is offline   Reply With Quote
Old 07-07-2007, 12:27 PM   #38
Raw Wave
 
ShawJohn's Avatar
 
Join Date: Aug 2004
Location: On the edge!
Posts: 1,789
ShawJohn is on a distinguished road
VE works for me, not tried any RR related stuff yet
ShawJohn is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-07-2007, 01:34 PM   #39
Constant Bitrate
 
Join Date: Sep 2005
Location: Redmond, WA
Posts: 188
marchello2000 is on a distinguished road
You are not bothering me

You are not bothering me. I just have very limitted amount of time so I am implementing what I believe will give you guys biggest bang for the buck type of thing. I almost finished "downloading multiple zooms" yesterday but alas, I fell asleep .

As far as precaching a predefined region that's tricky, first of all because the earth is not flat, but there is math to fix that. The bigger problem is the space requirements. For example, say that at zoom 16 your region requires 16x16 = 256 cells. Let's say each cell is about 20Kb. That gives us a total of 5Mb, not bad. Now, take zoom 17 (same geo area) = 256*4=1024cells=20Mb. And if we continue:
18 = 80Mb
19 = 320Mb
20 = 1.3Gb

You can see this gets big quick!

As far as source goes... I will have to clean it up and maybe then I will share it out - at this point I embarrassed to

This should work fine for Europe you will just have to find your lat/long. And if you wish to precache all of UK then you better get one of those terrabyte drives! I believe it takes several hundred TB to store all VE world data!!!

And finally, the exception/error message you are getting is probably because your internet connection is not very reliable or VE server is slow. I will take a look at making it a little friendlier with the error messages.

Mark
marchello2000 is offline   Reply With Quote
Old 07-07-2007, 01:47 PM   #40
Variable Bitrate
 
JasonMK's Avatar
 
Join Date: Jun 2007
Location: Annapolis, MD
Posts: 338
JasonMK is an unknown quantity at this point
Can I just say one more time what I have been thinking all week,this is so cool. Thanks for all of your work, you rock!

Last edited by JasonMK; 07-17-2008 at 09:02 PM. Reason: typo
JasonMK is offline   Reply With Quote
Old 07-08-2007, 12:55 PM   #41
Variable Bitrate
 
Join Date: Sep 2005
Posts: 249
bembowe is on a distinguished road
Quote: Originally Posted by marchello2000 View Post

Download it from: http://www.vulfson.com/SDMapCache.exe

Mark

p.s. Thanks for the pointer Chuck!!!


Hey marchello2000.
i am trying to download your executable but getting a error when running it. it looks like the file is only 28.8k, seems a bit too small compared to the one i download a couple of days before. Can you look into this.

thanks
bembowe is offline   Reply With Quote
Old 07-08-2007, 01:16 PM   #42
Constant Bitrate
 
Join Date: Sep 2005
Location: Redmond, WA
Posts: 188
marchello2000 is on a distinguished road
I just downloaded it to a clean computer and it works OK. The executable is only 28k. What error are you getting?
marchello2000 is offline   Reply With Quote
Old 07-08-2007, 11:27 PM   #43
Variable Bitrate
 
Join Date: Sep 2005
Posts: 249
bembowe is on a distinguished road
i have attached the error am getting. I believe i might not have the .net framework installed on my home pc. i'll try to install that and see if that resolves the issue
Attached Images
 
bembowe is offline   Reply With Quote
Old 07-08-2007, 11:28 PM   #44
Variable Bitrate
 
P3D4T0R's Avatar
 
Join Date: Dec 2006
Location: MA, USA
Posts: 399
P3D4T0R is an unknown quantity at this point
That's usually what you get when you don't have .NET installed... FYI
__________________
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
P3D4T0R is offline   Reply With Quote
Old 07-08-2007, 11:52 PM   #45
Variable Bitrate
 
Join Date: Sep 2005
Posts: 249
bembowe is on a distinguished road
Yeap, installing .NET resolved the issue. now ama get my download on.
bembowe is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Attention Newbies! Everything (almost) you want to know about GPS (Part 1) Bugbyte GPS 65 10-13-2009 07:51 PM
How to make the Garmin GPS 35 Work with Copilot 2003 fluffy2097 GPS 16 09-05-2007 05:19 PM
Alturion Professional Advanced GPS 6 - The New D3 ? Is There A SDK ? ccsnet GPS 91 11-07-2006 05:47 PM
Getting Started with GPS grepzen The FAQ Emporium 12 09-26-2006 06:54 AM
How do I setup my GPS Application ? guino RR FAQ 0 03-20-2005 03:17 PM



All times are GMT -5. The time now is 01:37 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics