Answer the question
In order to leave comments, you need to log in
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
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).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question