Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3617990
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:41:40+00:00 2026-05-18T22:41:40+00:00

i’m trying to desing a new application which allow user see he/her current location

  • 0

i’m trying to desing a new application which allow user see he/her current location on a custom map (office, university compus, etc). but actually i have a couple of question in my mind (i haven’t designed this kind of application before). i’m wondering:

  • How can i draw my own maps, what is the best option for it? there any format that i have to care of, there are any specification about it ?
  • Once i have my custom map. how can i do to mapping a global position system with the local positions ?
  • What are the tricks behing zoom on maps ? just differents layers with more or less informations and those layers changes on users demand ?
  • If a whant to mark some specific points over the map, like a cafeteria, boss’s office etc, how can i do that ?

Sorry if my questions are too much generics and dumb, but i really need some clues about this topic because i don’t have any idea how to design this kind of application as best as possible. and we don’t whant to reinvent the wheel.

I will appreciate any help that you can provide me in order to desing this application

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T22:41:41+00:00Added an answer on May 18, 2026 at 10:41 pm

    There are a number of approaches you can take to creating a maps application. Which one you use depends on the set of features you want to support, and the degree of control you want to maintain over the product.

    If you want something like an embedded google map, then clearly the JavaScript Google Maps API may be best solution. If you need to support further features from the server side, like directions, you can make use of the web services api:

    http://code.google.com/apis/maps/documentation/webservices/index.html

    If, on the other hand, you essentially need a zoomable map of an area that you can define with markers and borders drawn from your database, and you want complete custom control over this image without having to rely on Google Maps’ data or branding, then you can fairly easily build a scalable image either on the client or server, or both.

    To start, you will need a set of point coordinates from which to draw your map. These can be derived from the SVG generated by a program like Adobe Illustrator when you draw vector graphics. Thus you could draw your own map in Illustrator and use the generated svg to create your map. In this case you will have to read about SVG and understand how to use it. Raphael.js is an excellent library that offers cross-browser compatible handling of SVG. If your map is of a familiar region, such as a country, you may be able to find SVG coordinates for it already on the web. You could start by grabbing a subset of the data in this file on wikipedia for the country or region you want to map.

    Once you have a set of coordinates that define your map areas, you can keep them in a config file that can be read into memory from disk by your application as needed. It’s convenient to save this data in the form of a hash, where each set of key-value pairs stores a separate svg ‘path’, or set of point coordinates that forms a closed shape. These could represent, for instance, the counties in a state.

    Once you have the appropriate ‘paths’ stored in this manner, it is relatively easy to write a wide variety of software implementations.

    1. Check out the imagemagick convert
      documentation for the -draw
      option
      for an example of how to
      draw a png, jpeg, or gif on your
      server from your stored svg paths.
    2. Adam Hooper has some brilliant ideas of what to do with a custom map using SVG on the client side:
      http://adamhooper.com/eng/articles/9
    3. Note that you do not necessarily
      need to use SVG. Here’s an
      example
      of a map drawn on the
      server using ImageMagick, with a
      highlightable clickmap drawn over it
      by the browser, where the
      highlighting is handled by the
      jquery maphighlight plugin, which
      uses the canvas element where it is
      supported and VML in its place on
      Internet Explorer browsers. All of
      these layers (ImageMagick,
      client-side click-map, and
      client-side javascript highlighting)
      are built with straight lines drawn
      between point coordinates, so none
      of this is actually SVG, and may be
      easier to understand. Have a look
      at the page source to see how the
      click map is drawn, then look at the
      maphighlight plugin to understand
      what’s going on:
      http://davidlynch.org/js/maphilight/docs/

    A third option, if you need to support more google-maps-like features, but want to add your own map data without using an overlay, is to implement some application of Open Street Maps. If you go to openstreetmap.org, find the area you want to customize, and click the edit tab at the top, you can edit the map as needed for your area. This edits the map data for all users of the Open Street Map service. Then you can get the openlayers javascript from http://openlayers.org/ to render a map on your website from Open Street Maps data that you can freely edit yourself. Also see the OpenStreetMap Wiki that tells you more about the OpenStreetMap movement.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
Basically, what I'm trying to create is a page of div tags, each has
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am trying to loop through a bunch of documents I have to put
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.