Worldmap Panel with US states

I have data with 2 letter US States code (for example: CA for California, TX for Texas). I want to display it over worldmap visualization for US map. all the examples on internet are flooded with longitude and latitude, but I cant find way to visualize US state data.

anyone has any clue about it?

1 Like

Dear Deep Singh,

others are looking into the same direction. We are tracking this over at our Worldmap fork.

With kind regards,
Andreas.

Do we have an update as of today how to do this? i have a similar issue. @amotl @deepkanpur

for geojson files there is a new feature in v11.

			"properties": {
				"name": "Alabama",
				"fill": "#0000FF",
				"marker-symbol": "bus",
				"stroke": "#555555",
				"fill-opacity": 0.5
			},

where in you can add styling to your features.