Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi argo

    Thank you for getting in touch.

    You can do this with JavaScript, however please be advised it would render the local styles defunct.

    If you’re happy to do that we can provide the code if you would like?

    Kind regards
    – Perry

    Thread Starter Marius

    (@kodeks)

    Yes please 🙂

    Hi argo

    Please use the following:

    jQuery(function($) {
    
    	$(window).on("load", function(event) {
    
    		MYMAP.forEach(function(map) {
    
    			map.map.setOptions({
    				styles: [
    					/* Your styles here */
    				]
    			});
    
    		});
    		
    	});
    
    });

    Does that help?

    Kind regards
    – Perry

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change default style’ is closed to new replies.