(Not Signed In)

Sign In

.NET Development: Map controls

Bottom of Page

1 to 6 of 6

  1.  
    • CommentAuthorsrini
    • CommentTimeMar 5th 2010
     
    I looked the MapCtrl and RendererList classes in the documentation. I think MapCtrl should be used for Windows Forms applications only.

    We have used Map object as per Geobase help document. (Creating a Web Application)

    Everytime when i click the "Zoom in" and "Zoom out" button the entire page has been refreshed. But, I want "Zoom in" and "Zoom out" working with out refresh.

    Please advice.


    Regards,
    Orion Developer
    •  
      CommentAuthorPepitaL
    • CommentTimeMar 7th 2010
     
    Hi Srini,

    If you want a smooth and fluid zoom in and out with your map you should increase your Zoom property value with small amount.
    The Zoom property sets the current zoom level and is a double so the value can be reasonably small (e.g: step of 0.01).

    I hope it helps,
    Pepita
    • CommentAuthorsrini
    • CommentTimeMar 10th 2010
     
    We need the feature for dragging the map like 'map explorer'.

    How can i do it in the web application?
    •  
      CommentAuthorSeanS
    • CommentTimeMar 11th 2010
     
    Have you tried the GeoStream demos shipped with the SDK? For example, this one:

    http://localhost/GeoStream/scripts/tutorial.demo.aspx

    allows dragging the map by holding down the left mouse button.
    • CommentAuthorsrini
    • CommentTimeMar 12th 2010
     
    Is 'dragging the map' feature is only in GeoStream?

    In our case gbfs files and application are in same server. In this case too do we have to use GeoStream?

    We have only Geobase license. if so, do we have to get the GeoStream license?
    •  
      CommentAuthorSeanS
    • CommentTimeMar 12th 2010
     
    Dragging the map works in GeoStream and the desktop. You can see a demo of the desktop doing this in the MapExplorer application provided with the SDK.

    GeoStream is part of GeoBase and the SDK license supports GeoStream so GeoStream will work for you. If you have a production license (RUNTIME) it might need to be modified for GeoStream, in which case your account marnager can help you, or mail gbsupport@telogis.com for further information,

1 to 6 of 6

  1.