General
-
There should be option to set a scale value
it would enable us to make maps of different regions in the same scale
3 votes -
Local language set as default. Try to fix this, people struggle a lot.
No one uses api or configuration stuff.
1 vote -
Google Maps JavaScript API warning: RetiredVersion
Update the version of the API to one that isn't retired.
58 votes -
Add categories! It would be so helpful!
This is the same as the idea to add organization someone else submitted.
8 votes -
commercial use
Hi, I think about using a snapshot of a snazzy map to put on my e-commerce website. Is this okay?
Do I have to reference anything?4 votes -
Is it possible to set different settings for different zoom levels?
I want to have no cities showing when looking at the whole USA but have large cities when zoomed in to an individual state. Is this possible to set different settings for different zoom levels?
1 vote -
web site to app?
Possibly change from web resource to a android app. You may get access to Google's API for free that way
1 vote -
Allow editing JSON directly in the "View Code" tab
Allow editing the map styles directly in the JSON in the "View Code" tab. This way we can copy and paste styles we may have started outside Snazzy Maps, and stylize properties of the map that may not be available in the editing UI. For example, I couldn't change the color of, or remove the equator and International Date Line (IDL) from the UI.
1 vote -
add the Marker Clustering ability
to combine markers of close proximity into clusters, and simplify the display of markers on the map.
46 votes -
typescript support
typescript is used for Angular.
because it is typed, the styles don't work so well.
But it can be made to work by removing the quotes
So
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
Becomes
{
featureType: "water",
elementType: "geometry",
stylers: [
{
etc.
Also
const snazzyStyles: google.maps.MapTypeStyle[] = [
{elementType: 'geometry', stylers: [{color: '#242f3e'}]},
you get the idea.1 vote -
Google Maps to dxf
Google Maps to dxf
4 votes -
Allow reorganization of pins in list
Add the ability to drag the pins up or down to reorganize them in the list (on the left side when working on the map) so that we can alphabetize, etc., and work with what we have created more easily
1 vote -
A scale barcode
Same as the one that is on Google maps would be great; as I use these maps to print out. Thanks.
4 votes -
11 votes
-
Add drive route ability
I download images of the maps to use with media test drive events but would truly benefit if I had the ability to include my drive route / directions from Google Maps and then could style with the map I choose from Snazzy Maps. Is this an option currently or something coming soon?
22 votes -
Labels with location markers?
Sorry if this is dumb or redundant, but would benefit from being able to add a label (or the marker name) onto the map as more valuable than just being able to add a pop-up...
15 votes -
Allow us to download a PDF/JPEG of the build a map!
It would be amazing to be able to download the map in build a map like you can with the stylized map. So after you have all of your icons and markers you can download it instead of only using it as responsive..
121 votes -
Undo move
Have an undo button. Occasionally I have found myself having to reset my map because I edited something that is irreversible. As I have become more familiar with Snazzy Maps I am able to avoid this a bit more, but having a tool that undoes the last move in addition to the reset would be a time saver.
4 votes -
Add 'lang' attribute to HTML tag for accessibility purposes
Accessibility guidelines require an html tag contain a language attribute. It would be great if the iframe served by Snazzy Maps could include it.
WCAG 2.1 - https://www.w3.org/TR/WCAG21/
4 votes -
Allow us to share a map style with someone else
Allow us to share a map style with someone else
27 votes
- Don't see your idea?