P
P
PoleW2015-10-26 12:37:26
ASP.NET
PoleW, 2015-10-26 12:37:26

How can such a map be implemented on an ASP.NET MVC site?

Good afternoon. There is a simple site on ASP.NET MVC, I want to implement a map of my small city similar to the map, which is located at the link below. By what means can this be done?
Map example
Thank you for your attention.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Aram Aramyan, 2015-10-26
@PoleW

There is just a background image of the map, on which are divs with metas, with absolute positioning.
Alternatively, you can use Yandex.Maps or Google.Maps to create a more realistic map.
And yes, as Artyom Petrenkov said, this is HTML + CSS (Javascript), because in ASP.NET MVC, you can use it by direct copying to the corresponding view (.cshtml) without any server logic (well, or you can store point coordinates in the database and plot them dynamically).

S
Sosix, 2021-06-25
@Sosix

How to copy a link from Yandex? .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question