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

Map Overlays

5 Answers 132 Views
Map
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 18 Jun 2014, 07:01 PM
Hi,

I would like to use the Map control to display an overlay of our building layout. That is, I have an image of our offices, cubes, floors, etc. and I would like to use that with the map control, including zooming in/out.

Is there an example of doing that or some documentation explaining the process?

5 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 20 Jun 2014, 11:49 AM
Hi,

Mapping non-geographic data is on our plans, but don't have a solution for the moment.
As this is something that we'd like to tackle sooner than later, I'd like to know for more details regarding your scenario.

How large are the source images?
We can perhaps deal with reasonably sized images on a the client, but a tile server might be required for large raster maps.

Do you require shapes to be overlaid over the images to indicate features?
This should be possible to do with GeoJSON even today, but any additional details will be appreciated.

Apologies for the caused inconvenience.

Regards,
T. Tsonev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Mark
Top achievements
Rank 1
answered on 20 Jun 2014, 01:52 PM
I'm not sure how large the images are because I haven't gotten that far yet. They are CAD images now, so I suspect they would be rather large. Let me explain what I'm trying to accomplish. 

I want to display our building layout (cubes, offices, etc.) and map all our IT assets to where they are in the building. We currently have several other applications that generate data about the assets, including the cost of each asset. Here's what I want to do with the data:
  1. Attach costs to the assets on the map in the form of a pop-up that shows all the asset details like, how many IT trouble tickets were entered for that asset, the cost of the asset, when the asset is due for a refresh, etc.
  2. Color-code the assets to show where problems are in the building. (Red = production down, Green = OK). So if IT currently has a ticket for an asset that won't boot, that cube, office, or work area where the asset is located would show in Red.
  3. A different view would show WIP (work in process) on our shop floor. For instance, an executive would view the map and immediately know where jobs are throughout the plant without having to physically go find that information. This view would also show, via color-coding, if a job was late or is in jeopardy of not being done on time.
  4. Another view would show shapes overlaid on the map depicting departments. In this view, clicking on a shape would pop-up department IT costs as a whole. That is, all IT asset costs rolled-up to the department level. Basically everything in #1 and #2 above, but on the department level.

All this information could certainly fit into a Grid or presented like some of Telerik's dashboard demo apps, but the richness of a great visual of the building layout would be beneficial for those that are more visually inclined. Due to the nature of our work, jobs and information "flow" through our building from one department to the next, while other departments are in a "support" role. So the visual of the building would also show, from a high level, how work is progressing through the building and visually indicate where potential problems might be. IT will then be able to be more proactive instead of reactive.

This is a very high-level overview of what I'm trying to accomplish. I hope I explained it well enough.

0
T. Tsonev
Telerik team
answered on 20 Jun 2014, 03:43 PM
Hi,

Thanks for the detailed overview of your scenario. It gives us a good idea of a real-world usage scenario.

From the standpoint of the Map widget we need to complete our support for static image overlays.
The size of the images might or might not be a problem. Even if they're large they can probably split into smaller areas.

Since you're starting with vector data it might be possible to convert the floor plans to a GIS format such as Esri Shapefiles.
From there, we can complete the conversion to the more web-friendly GeoJSON format.

This has the advantage of reduced size as it deals away with the large images.
It also makes customizations harder, as you can't simply paint over them.

Individual features and areas should also be available as GeoJSON outlines.

Please, let us know if using GeoJSON for both the schematic and features makes sense.

Regards,
T. Tsonev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Les
Top achievements
Rank 1
answered on 20 Jan 2016, 03:21 AM

I use ESRI shapefile, What do you mean by the following?:

Can I use my current ESRI Shapefile as is? If not, how can we complete the conversion? What are the steps for this?

"Since you're starting with vector data it might be possible to convert the floor plans to a GIS format such as Esri Shapefiles.-
From there, we can complete the conversion to the more web-friendly GeoJSON format."

 

 

 

0
T. Tsonev
Telerik team
answered on 21 Jan 2016, 03:06 PM
Hello,

The process of converting Esri shapefiles using OSS tools (OGR) is covered in Map Authoring.

Let's discuss any specific issues that might pop up in your support ticket.

Regards,
T. Tsonev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Map
Asked by
Mark
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Mark
Top achievements
Rank 1
Les
Top achievements
Rank 1
Share this question
or