Nisarg
Nisarg

Reputation: 3252

How to use map created in TileMill software along with mapbox.js

I am very new to Mapbox. My requirement is create map with custom colors. So I created map using TileMill Software. Now I want to use that map with mapbox.js.

In example of mapbox.js API I reviewed code this

var map = L.mapbox.map('map', 'examples.map-2k9d7u0c') <<--
    .setView([38.89399, -77.03659], 13);

Is there any option to replace "examples.map-2k9d7u0c" to load my map?

Upvotes: 0

Views: 69

Answers (1)

tmcw
tmcw

Reputation: 11882

Yep, you'll need to

Upvotes: 1

Related Questions