Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I have a special need where I want to limit the user to see only a specific zone of the map and nothing except that zone. for example he just can see France country and nothing outside that area.
Is there a way to set this by coding?
Thanks
<
telerik:RadMap
runat
=
"server"
ID
"RadMap1"
Pannable
"false"
Zoomable
></
>
Hello lanko,
Thanks for the tip, I'll give it a try, it looks interesting.
Do you know if possible to apply a code like the one in the below link (this is exactly what I want):
https://www.mapbox.com/mapbox.js/example/v1.0.0/maxbounds/
Width
"600px"
Height
"400px"
Zoom
"8"
MinZoom
"6"
MaxZoom
"10"
CenterSettings
Latitude
"40.712"
Longitude
"-74.227"
/>
LayersCollection
telerik:MapLayer
Type
"Tile"
Subdomains
"a,b,c"
UrlTemplate
"http://#= subdomain #.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png"
Attribution="© <a
href
'http://osm.org/copyright'
title
'OpenStreetMap contributors'
target
'_blank'
>OpenStreetMap contributors</
a
>.">
</