• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to convert image to a map

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually i want to show on my web page that how to navigate in my home.I have images of my home.How to convert it into map and give various features like link and navigation road just like google maps.
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to show an actual map, why not just make use of the Google Maps API?

If you have an image and want to use it as a site navigation interface, then I think this is more of an HTML/JavaScript issue?
To do that you need to make use of the <MAP> and <AREA> tags.

http://www.w3schools.com/tags/tag_map.asp

http://www.google.com/search?q=html+image+map

Google may have an API to do this as well.
 
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And welcome to the Ranch
 
richi arora
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can i use google maps? they wont show inner map of my house.How can I use it.
Also i want to make interactive like clicking a particular area will show info of that area from database.

Also how to show any image on my webpage as google map or earth so that it can be zoomed in out. and dragged
 
reply
    Bookmark Topic Watch Topic
  • New Topic