Unplanned
Last Updated: 07 Feb 2023 06:41 by ADMIN
Created by: Phil
Comments: 0
Category: Map
Type: Feature Request
3

Hi

Can bounding box support be considered for the map please. It would be great if we can reference at runtime the current bounds that are displayed on the screen in bounding box format (https://wiki.openstreetmap.org/wiki/Bounding_Box) such as the open street map format below.

Im hoping as the map uses open street map this can be made available to the component.

bbox = min Longitude , min Latitude , max Longitude , max Latitude 
Unplanned
Last Updated: 16 Aug 2022 08:08 by Chris Johnson
When you enable the WrapAround for the Map, the markers remain only on their original location and does not render when the user scrolls the map to the east and to the west.
Unplanned
Last Updated: 26 Sep 2024 06:29 by Hiren
Created by: Hiren
Comments: 0
Category: Map
Type: Feature Request
3
I want to provide additional information to the user by hovering over the different shapes of the map. Expose hover event for the shapes.
Duplicated
Last Updated: 05 Jul 2023 08:31 by ADMIN
Created by: Steven
Comments: 1
Category: Map
Type: Feature Request
2
A common way to visualize the layer on the map is by being able to specify a unique color for a specific value or range of values, and for that layer to be able have multiple ranges defined.    For example, let's say you were displaying the likelihood of forest fires in different states in the United States.  You may have a 0-20, 21-40,41-60,61-80, and 81+ as the five ranges.   The map would need to be able to render each feature (polygon or line or point) based upon a value in the incoming dataset (in geojson, it could be a attribute field with the value, or it could be a property within an enumerated list).    Another case would be an electoral results map, showing who one each county.   One color would symbolize Republican, another Democrat, and a final "Other" (which doesn't seem to occur).   Being able to do this is a basic map visualization, and to also be able to display these ranges/values in the legend would be helpful.
Unplanned
Last Updated: 10 Nov 2022 06:41 by Patrik Madliak
I would like to disable the ability to drag the map
Unplanned
Last Updated: 10 Nov 2022 07:13 by Dan
Created by: Dan
Comments: 0
Category: Map
Type: Feature Request
2
I am looking to use the Render v2 api for Azure Maps in order to provide the tileset for the telerik maps component. Currently they only support vector (pbf) format, otherwise known as Protocolbuffer Binary Format.
Duplicated
Last Updated: 30 Aug 2024 11:37 by ADMIN
Created by: Phil
Comments: 3
Category: Map
Type: Feature Request
1

Hello

Is it possible to get the map to support Geolocation? Something like whats on the openstreetmap website map where you can click the location button and the map then moves to where your location is. Maybe some event that we can listen on to get the Latitude and Longitude of the users location which we can then use to manipulate the map?

Phil


Unplanned
Last Updated: 21 May 2024 10:25 by SturmA
Created by: SturmA
Comments: 0
Category: Map
Type: Feature Request
1
I want to restrict the pannable area to a specific region and disable the panning outside of that region.
Declined
Last Updated: 25 Sep 2024 08:31 by ADMIN
Created by: IT
Comments: 2
Category: Map
Type: Feature Request
1
Possibility of creating different types of thematic maps: individual (a color for each individual value), range (colors in degrade according to ranges of values), etc.
Unplanned
Last Updated: 07 Nov 2023 13:18 by Rushik
I want the Map to show a Loader until it is fully rendered. 
Completed
Last Updated: 30 Apr 2024 12:19 by ADMIN
Release 2024 Q2 (May)
Created by: Ben
Comments: 0
Category: Map
Type: Bug Report
1

If I set a global font icon type, the Map icons are broken, because they are missing the k-font-icon CSS class. A possible workaround is to apply the missing styles to the rendered k-icon class:

In the meantime, one can use SVG icons or the following CSS rule as a workaround:

    .k-map .k-icon {
        width: 1em;
        height: 1em;
        outline: 0;
        font-size: 16px;
        font-family: "WebComponentsIcons";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        text-decoration: none;
        flex-shrink: 0;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        position: relative;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
Declined
Last Updated: 25 Sep 2024 08:31 by ADMIN
Created by: IT
Comments: 2
Category: Map
Type: Feature Request
0
Hability to draw a label based on a marker attribute.
1 2