locked
Allocate the Map (Map Info), ASP.Net Web Application RRS feed

  • Question

  • User-2147183654 posted
    ASP.Net using the Web Application

    For example i have the Malaysia Map.

    How i can do for the selection of each state?

    1. When i click on the Selangor, it will highlight the Selangor part and in order to let me to set the colour for it.
    and when click KL, it will highlight the KL part and let me to set the colour for KL area.


    Hope you all can understand... ...


    Thanks you
    <!--IBF.ATTACHMENT_3502745-->
    Thursday, March 31, 2005 11:50 PM

All replies

  • User-95607119 posted

    It's a hard work to do. Besides raster image of map you should have some geometric information about geo features shown on map. Map clients ask map server capabilities from map server and then based on capabilities ask layers and geometrical objects definitions. Based on XML vector data asked usually over HTTP client-side JavaScript tracks mouse events and makes highlights etc.

    You can find information about GIS standards here: http://www.opengis.org/.

    Friday, April 1, 2005 7:13 AM
  • User-2147183654 posted
    <!--StartFragment --> Beside use the third party program can do it?

    If need to use the third party program which one is more easy to use.


    i have found some program from the internet, it almost look like what i need.



    http://spatiallyaware.com/Default.aspx?tabid=1

    http://samples.spatiallyaware.com/SampleApps/startup.aspx



    Anyone can help..

    Thanks you
    Sunday, April 3, 2005 10:47 PM
  • User-95607119 posted

    Of course you can use ready software, if you find something that fit your needs. Out there are many map applications.

    Also you can write your own client. It shouldn't be very hard to perform as communicating with map server is HTTP based and "communication language" is XML.

    To get started find out some map server opened to everybody and try develop for this. Before writing code make sure that server uses OpenGIS standards.

    Monday, April 4, 2005 2:39 AM