This is a migrated thread and some comments may be shown as answers.

Need to display custom topo from drone flights

1 Answer 51 Views
Map
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 09 Apr 2015, 04:54 PM

Hello,

 I'm trying to determine if RadMap (ASP.NET and/or Silverlight) can load custom topo into a layer from an internal map server. I was hoping to use GeoServer which supports TMS via an embedded GeoWebCache.

 

Can RadMap ( ASP.NET and/or Silverlight) user multiple layers? I will have a small number of topos to display, and would like to see Bing/Google satellite maps where my own data is not present. Normally I would think that having my own layer over the top of a Bing/Google layer would do this.

 

Could you advise me on how to accomplish my goal please?

 Thanks,

Scott

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 10 Apr 2015, 01:19 PM
Hi,

RadMap for ASP.NET AJAX supports multiple layers can draw shapes based on GeoJSON literals, therefore, it can draw whatever shape you need. Although, you should note that the RadMap does not provide an automated logic to create the GeoJSON. You should do it from scratch.

Click logic or other shape-dedicated manipulations can be further handled via the shapes' events - shapeClick, shapeCreated, shapeMouseEnter and shapeMouseLeave.

More information can be found in the RadMap documentation and demos.

You can find attached a simple example which illustrates how you can handle siimilar requirement. Although, the client-side logic to manipulate items should be additionally designed. 

Here is also a video showing the result:
http://screencast.com/t/tKtN8Dx5Z

Regards,
Misho
Telerik
Tags
Map
Asked by
Scott
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or