• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Is there a generic (non-real-world) mapping framework/API ?

 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Is there such a thing as a mapping framework/API that would allow one to create their own maps?

For example, let's say I have a large building, with a few hundred cubicles. And I want to create a (web) browseable map. So it should look and feel and act just like google maps, but the thing being mapped is my building, and instead of addresses, it's people's desk. I should search for "mike curwen', and the little maps zooms to my cubicle.
 
Rancher
Posts: 4804
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There was a presentation at last month's Google IO 2011 on exactly this, how you can add the interior of a building into Google Maps. You can just zoom in and keep going. Very cool. And pretty easy.

It is, of course, real world.
 
Mike Curwen
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That sounds quite interesting.

But because we're a financial services company, and we have collectors and sometimes have to repo assets that people feel are theirs (but is actually ours).... we wouldn't want it to be a publicly-browseable map.

I'm just looking for something hostable on our intranet for employee use.

 
reply
    Bookmark Topic Watch Topic
  • New Topic