Maps - which do you use?

Google Maps vs. Yahoo Maps vs. MapQuest vs. Microsoft Live
API's
Which do you prefer and why?
Dan

I built a "locator" application for the hobby I'm heavily
involved with
(flying model helicopters) that utilises map technology and
the decision
there was based on which maps looked the best for my own
location...
I went with Microsoft Maps (Virtual Earth) because the level
of detail was
better at the time of my choice.
It may still be - I can't be bothered checking right now :)
I found the online documentation to be very good - easy to
follow, copy
paste and tweak code, play for a while then launch the app
pretty quickly.
I agree with Patty on the directions thing though - it might
not be the best
set of directions you can get, but that really applies to all
direction
software IMO...
You can see my app in action here:
http://www.tenzeroten.com/locator/index.asp
Select a location from the list, click the button and wait
for the next page
to oad - this is my only gripe... the JS powering the map API
is obviously
quite large, so it can take a while to load in. I'm not sure
if there's a
workaround for that either. (Note: this "club locator" does
not contain all
available clubs - just those that have bothered to add their
details to the
system so far).
I learned what I needed to build that app from the live docs:
http://dev.live.com/virtualearth/sdk/
Cheers,
Rob
http://robgt.com

Similar Messages

  • Bridge vs Lightroom - Which do you use?

    I just subscribed to Creative Cloud am am learning how to use both Bridge and Lightroom. I've been using Apple's Aperture program to organize images, but I want to see how Lightroom stacks up and perhaps switch.
    I have so many things to figure out, it's going to take a while. But one question I'd like to as on this forum is whether you, as a web designer, use Bridge or Lightroom to organize your images.
    I'm currently using Aperture to organize sort of a base library of images that haven't been processed for a website. If I select one of these images (from Aperture or Lightroom), open it in Photoshop and save it for the web - as Animal.jpg, for example - then I figured I'd use Bridge to organize Animal.jpg.
    But someone on the Lightroom forum told me that would be confusing; I should use one program or the other.
    So I just wondered which program you use. I haven't yet figured out exactly how they overlap and what the pros and cons of each program are.
    Thanks.

    I use Bridge for previewing quite a bit with Photoshop.
    Use whatever works best for YOU.
    Nancy O.

  • Which tool you use for your datamodel?

    Which tool you use for your datamodel?
    To show your tables with pk and fk and all.
    designer
    jdev
    other?

    I am using ERwin® Data Modeler r7.1 (7.1.1.1207). It supports most new features of Oracle 10g such as hash, list, composite hash, setting LOB storage properties etc.
    We just upgraded from version 4 recently. In the old version, I had to manually modify the generated scripts.
    ERWin r7 supports all Oracle 10g (Release 2) new features we need for our projects. It offers far more functionality and options than the old version. It supports all partition types in Oracle 10g: Range, Hash, List, Composite-Hash and Composite-LIST and offers more storage settings.
    Another nice new feature of ERWin r7 is that it offers purge option in the DROP TABLE statement. In Oracle 10g, the recycle bin contains all the dropped database objects until you permanently drop them with the PURGE option. Otherwise, you will see many funny looking objects like this: 'BIN$0+ktoVChEmXgNAAADiUEHQ==$0'.
    With the purge option, you don't need to purge the recycle bin after the forward engineering.
    SQL> purge recyclebin;
    My favorite is Oracle Designer.
    http://www.oracleabc.com/forums/thread-24-1-1.html

  • Share Geotagged Photos: Flickr, Picasa or Panoramio?  Which do you use?

    I've gotten started geotagging photos. I'm using HoudahGeo and pulling tracks from my Garmin etrex. Then importing into iPhoto. Really cool.
    My photos are mostly from hiking. I'd like to start sharing some of these, but don't know which service is best. Flickr, Picasa, or Panoramio? I've started an account on all three to compare them, but I haven't installed any plug-ins yet.
    I'm wondering which service makes it easiest for others to find my photos. Not just people I know, but someone who might want to hike the same trail, camp at the same site and check it out ahead of time. Picasa doesn't have a map, but I've noticed that photos show up in search almost right away. In Flickr, my photos haven't showed up after a day (it is a holiday weekend). I understand that with Panoramio, they are reviewed first, so that could take weeks.
    So, which service do you use and why?

    CHoice is up to you - I use Panoramio and google earth because I like the way they work and integrate and I use Google earth to plan trips and see where I went
    You also might take a look at the ATP Photo FInder - http://photofinder.atpinc.com/ - it is a neat, small stand alone GPS receiver that will add the GeoCodeing to your photos without the computer - CostCo.com recently had them on sale for $80 with free shipping
    LN

  • How are the Apps Store and iTunes store different? Which do you use for what?

    Can you explain the difference between Apps Store and iTunes store? Is Apps a subset of iTunes store? To which store do you go for what?

    Apps you buy from the Mac App store can be used on your computer.  You use the same Apple ID as the iTunes Store, but that's the only connection.
    Apps you buy from the iTunes App Store are written to run on an iOS device (iPhone, iPad or iPod Touch).  They won't run on your computer, only on your iDevice.

  • Rental Car Company Rewards. Which do you use? Or do you use?

    I would to get the community's opinion on this. I do not use rental cars too often but I do use them when I fly. I hate to waste rewards with anything so I have been looking into trying to pick one company and stick with them. However, I have found that most of the time, its a lot cheaper to book your cars with your flight than it is to do it on your own through a certain company. For example, I was going to fly out to Seattle for a few days for a little vacation. I looked up rental cars information on Hertz and it was going to be about 500 for the days which is crazy! Then I booked a flight to Nashville for a few days and ended up booking the car after my flight and for 5 days, my car rental there was only 125. Just curious what other travelers do for car rentals Do you use rewards through them? Do you book ahead? Do you book at airports? Thanks in advance!

    CHoice is up to you - I use Panoramio and google earth because I like the way they work and integrate and I use Google earth to plan trips and see where I went
    You also might take a look at the ATP Photo FInder - http://photofinder.atpinc.com/ - it is a neat, small stand alone GPS receiver that will add the GeoCodeing to your photos without the computer - CostCo.com recently had them on sale for $80 with free shipping
    LN

  • What inheritance mapping strategy would you use here, if any?

    [Scenario]
    I have a somewhat unusual problem. I have a set of entities, like Movie, Book etc. that all inherit Item class and that are perfectly identical in their structure (as none of them has any specific fields on it's own). They all have Id, Name, Description and Image fields, nothing else. The only difference between them is that some, obviously, represent movies, some of them books etc. If I didn't need to know their type, I wouldn't need inheritance at all.
    [SINGLE_TABLE]
    Obviously, all these entities could be easily persisted into the same table with a discriminator column (and entities themselves would have a @DiscriminatorValue) i.e using SINGLE_TABLE strategy. But, I would avoid this approach as there will be a lot of persisted entities, like, tens of thousands of each type (which means tables that map M-M relations could have millions or tens of millions of rows), so I'm guessing this approach would kill the performance.
    [JOINED]
    JOINED strategy has the same problems as SINGLE_TABLE.
    [TABLE_PER_CLASS]
    My opinion here, is that TABLE_PER_CLASS strategy would be the best approach, as I will rarely, if ever, query across multiple types. Item (the supertype) has only unidirectional 1:M relations, so , if I get this right, this is OK as well, as it avoids UNION when queried (please confirm or correct me on this), e.g. the query to fetch books and their votes (1:M) would resolve to SELECT * FROM Book b JOIN Vote v ON b.id = v.item_id, so no UNION... right?
    But maybe I don't need inheritance mapping at all then...
    What is your opinion here? Any shared thoughts are appreciated.

    The disadvantage of using table_per_class would be that you have to duplicate the field structure many times (e.g. code duplication). If you ever want to change certain fields you (or the db-administrator) would have to do that a few times. Since in eventually you always have to use direct sql one time or another, making the database design as clear as the java code (where you wouldn't want code duplication either). Direct SQL you'd often need for optimilazition or because certain operations can be done in one SQL query, while requiring a lot of code if done in java.
    You could use a single table, without losing performance. If you add an index to the discriminator type, a modern database will optimize queries and won't to full table scan. That way you have a clean database design, without losing performance.
    If you ever need extra fields for say movie that you don't need for book (like duration in minutes, director), you can then create an extra table movie that contains only the fields that are extra. Retrieving movie then requires a join of item and movie, but since movie would be a smaller table and the join will be on indexed field, that wouldn't hurt performance.The database design keeps being clear and readable, as well as your java code.
    If you really don't care about your relational database design, don't use a relation database but rather an object database. Object database are optimized for retrieving object graphs (retrieving a graph of objects won't require joins and table scans). The only disadvantage, aggragation of data is usually slower.

  • After Effects and Premiere Pro, Which do you use first?

    Hi. I use premiere pro to edit my videos and now I am learning about after effects and removing blemishes with AE.
    My question is, do I edit my audio, colors, etc. in premiere first then do after effects for blemishes or vice versa? I don't want to start and do it backwards. I hope it all works as planned. I am going to try the clone stamp tool, if anyone has any other suggestions please let me know. Thank you so much!!

    In most cases the most efficient workflow is to edit in Premiere Pro, pick the shots where you need to add effects or compositing that you can't do in Premiere then use one of the following techniques:
    For simple AE projects right click on the shot in Premiere Pro and select Replace with After Effects Composition
    For more complicated effects and compositing shots copy the shot in Premiere Pro and paste it into AE or render just the shot to a suitable frame based production format and import that into AE
    For very complicated shots pick the take and trim the shot in Premiere Pro leaving handles (a few extra frames on the head and tail) and render them to a 10bit or better production format for use in AE
    When you have completed your work in AE if you have used step 1 then just save your work and go back to Premiere Pro. For the second and third option, render your AE comps to a suitable production format and import them to Premiere Pro where you will replace the original shots in the sequence.
    Note: MP4, H.264 and other MPEG compressed formats are not suitable for production, only for delivery. Don't render your DI (digital intermediates) using these highly compressed formats.

  • Which package you use to manipulate an image?

    i want to manipulate an image in many image formats including popular formats like TIFF, JPEG, PNG.and search libraries in internet.but no library i find can
    meet the demands of me .can you give me some advice? thanks in advance

    I use JAI from Sun. Powerful, sometimes difficult, but has an excellent mailing list with near instant response (usually) from the library authors.

  • Mail clients, which do you use?

    Just curious what mail clients people use. I am always interested in improving my workflow.
    Some of my friends are 100% gmail. That is all they use.
    Others use gmail when they are out and about, but use a desktop mail app when they are at home (fetch via pop).
    I tend to use a desktop client (claws), and crappy ol' squirrelmail (from my isp) when I dont have my laptop. I have considered going gmail, but I cant bring myself to do it. I have a gmail account, but I mostly use it for garbage...

    I tried out numerous applications. But I always come back to Thunderbird. I don't have really special things I like to do with my mail-clients, so Thunderbird does everything I need.
    It has GnuPG-Enigmail support, with automatic download of missing keys, a really good Spam filter.
    And most of all I really like that it stores accounts, mails and even extensions in one folder.
    With an initial "thunderbird -ProfileManager" I can use the same mail-folder from different Computers or Distros/BSs and have all my data there.
    I really like KMail but the settings and mails are too cluttered, to really have it portable or distributed.
    Downsides:
    -It integrates badly with KDE and GNOME, has ugly Win95-ish interface, where it shows through that it's not really good GTK
    -It loads and repaints slowly

  • Which SATA drivers do you use for nForce3 chipset?

    Windows Generic or the ones that come with the nForce3 drivers?
    When using the nForce drivers, my hard drive operates louder and the light appears to be flickering a lot more (indicating more hdd access) when compared to the Windows XP drivers.
    Which do you use? What should I be using? I remember reading some threads that said nForce SATA drivers suck... but that was months ago.
    Thanks for any info
    (Please note that I am NOT, I repeat, NOT talking about RAID, just standard serial ATA)

    56 Views and no replies  
    lol, guess no one uses hard drive drivers

  • What's the best way to create zoomable map for iOS by using Flash?

    We got a big location map that allows user to zoom in and out and do the panning but the image of the map is not very smooth when you  pan it in iOS (Android is ok) so is there a way to fix this problem?
    thanks!

    Which one you use might depend on the nature of the picture, like, a picture with lots of flat colored areas will come out a lot smaller as a lossless PNG than as a 100% JPEG. It would be interesting to try an 8 bit or 16 bit PNG, see if that makes it use less GPU memory. JPEG is usually 24 bit, and it or a 24 bit PNG should take the same amount of GPU memory.
    There is a chance that AIR is using 32 bit throughout on iOS, so it won't matter what the original image was if that's the case, just the width and height would determine the amount used.
    The smoothing setting is more about whether you're going to scale the image, which I guess you would be if you want the image to be scaled down. If you could have a smaller version that the user then touches to go immediately to the larger version, both could be set to have no smoothing, which may improve performance.

  • How do you use homeshare?

    I turned on homeshare and I put the ID of the account I wanted to share with, but I now I don't know where to find the songs.
    Can anyone help me? I would be helpful if theres some kind of vitsual aid.

    I put the ID of the account I wanted to share with
    Both computers need to logged into Home Sharing with the same AppleID and they both need to be on the same network.
    Doesn't natter which AppleID you use, just as long as both computers are using the same one.

  • External Hard Disc Docking Stations: Do you use?

    Just wondering if any Premeire editors use external hard drive docking stations and if so, which do you use and how would you rate their performance? I assume these can only be used in editing if they are connected with an eSATA cable but are there any other specs that should be looked for? Do these docking stations perform just as good as installing the drive in the case? I saw one of these at Best Buy but wanted to check with others first to see if they're worth it.

    Sata and E-Sata have the same performance. When you say Docking station, do you mean external e-sata drive kit? Link the item you are asking about please.
    Eric
    ADK

  • Does anyone knows which cable is used to connect an iphone to a radio or speakers? would appreciate your help..

    I have an iphone 5 and i would like to connect it to a radio or speakers to play music but i dont know which cable is used and where can i get it.

    Depends on the home radio. You can connect a 3.5mm jack to the iPhone and, if your radio has a 3.5mm input, connect that to your radio. If your radio only has RCA style connectors, you can buy an adapter like the one pictured.
    Regardless of which method you use, make sure to select the correct input on your radio. You'll also need to turn the volume on your iPhone all the way up.
    I hope that makes sense. If not, what's the model of your radio?

Maybe you are looking for

  • Report which reads data from two different systems

    Hi experts! By any chance, would be possible to create a report which is able to read from two different cubes and two different systems at the same time? Kind regards.

  • I am trying to reinstall OS X Mavericks but the disc is locked.

    I Am trying to reinstall os x mavericks after reading pressing alt on start up is the right thing to do. I have followed the instructions upto the point where it has asked me to select the disc. The disc is locked and only has 117mb left. Can someone

  • Scrollable/scalable image with buttons on top of it?

    Hey guys, I've had a few half-goes at doing this before but now have to do it for real in my project and I'm struggling to get something clean and I'm looking for pointers. I want to have an image (typically a schematic, or a map) which is scrollable

  • Transfer messages in nokia suite to another comput...

    Hi, would anyone please tell me if it is possible to transfer all the SMSes stored in nokia suite into another computer, via an external hard disk. if it is not possible, is there any other way to do it? thank you! Solved! Go to Solution.

  • Event gets lost when iView is uncompressed for the first time

    Hi All, we are developing an application that manages attachments (meaning: files stored in KM) and per request by the client consists of several iViews. One of them contains a search interface, another one lists the hits that have been found. So the