Sebastian
Sebastian
~~No, for me it works with `cshtml`-files. Correct path?~~ Two of my collegues have the same problem. For me it works. No errors.
Some news here? In all my aspnet core projects, jQuery is only involved because of jquery-validation-unobtrusive.
Azure DevOps integration would be interesting.
Hi @ChiXuUnited, thank you for your question. The trick is, to add all locations (markers) to an `markers` array. ``` var markers = []; // Create a markers array to...
Have a look here: https://jsfiddle.net/Mescaline/yazt8j34/3/
Hi, you mean [these one here](https://github.com/gmaps-marker-clusterer/gmaps-marker-clusterer/tree/master/images), right? To be honest I have never used these. For me these are just sample files. The problem is that we have no source...
I would recommend to use custom svg icons to avoid rendering issues: https://stackoverflow.com/questions/24413766/how-to-use-svg-markers-in-google-maps-api-v3
To stay backward compatible, I would say yes.
I think this will not work. But you also could use a normal `google.maps.Marker` object with a svg image: https://jsfiddle.net/Mescaline/zvtnohyv/11/ ``` new google.maps.Marker({ position: new google.maps.LatLng({ lat: -49.748320, lng: 70.112958...