jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
116 stars 61 forks source link

Scripts render issue #126

Closed s-amani closed 2 years ago

s-amani commented 7 years ago

Hi I have a problem with rendering related scripts with map, As I follow your tutorials, I added @(Html.GoogleMap().ScriptRegistrar()) to end of my View. But it seems it doesn't render scripts to page. There is no error to help me to understand where is the problem. I also tried pre-release version, But I still having same problem.

jmelosegui commented 7 years ago

Could you shared the code you are using (maybe a small project here on GitHub so I can look at it and try to help)?

jmelosegui commented 2 years ago

Feel free to reopen this if it is still an issue for you