{"id":13426075,"url":"https://github.com/tilemill-project/tilemill","last_synced_at":"2025-05-14T18:06:52.074Z","repository":{"id":966075,"uuid":"758079","full_name":"tilemill-project/tilemill","owner":"tilemill-project","description":"TileMill is a modern map design studio","archived":false,"fork":false,"pushed_at":"2023-11-05T18:10:50.000Z","size":122384,"stargazers_count":3133,"open_issues_count":409,"forks_count":526,"subscribers_count":159,"default_branch":"master","last_synced_at":"2025-04-13T10:57:58.355Z","etag":null,"topics":["mapbox","mapnik","openstreetmap","osm","tilemill"],"latest_commit_sha":null,"homepage":"https://tilemill-project.github.io/tilemill/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tilemill-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2010-07-05T16:59:47.000Z","updated_at":"2025-04-07T03:40:41.000Z","dependencies_parsed_at":"2024-01-06T11:44:14.194Z","dependency_job_id":"9dc30bc0-2b5f-492f-9737-c0367bbfc14d","html_url":"https://github.com/tilemill-project/tilemill","commit_stats":{"total_commits":4638,"total_committers":95,"mean_commits":48.82105263157895,"dds":0.7238033635187581,"last_synced_commit":"5512d927e213493ed982cf74cab764ca7c4aa787"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilemill-project%2Ftilemill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilemill-project%2Ftilemill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilemill-project%2Ftilemill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilemill-project%2Ftilemill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilemill-project","download_url":"https://codeload.github.com/tilemill-project/tilemill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198515,"owners_count":22030966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mapbox","mapnik","openstreetmap","osm","tilemill"],"created_at":"2024-07-31T00:01:25.783Z","updated_at":"2025-05-14T18:06:47.039Z","avatar_url":"https://github.com/tilemill-project.png","language":"JavaScript","readme":"# Latest Status - June 13, 2021\n\nWe are looking for people to get involved!  Take a look at some of the current Feature Request Issues, and let us know if you can help.\n\n- Create Docker for Tilemill releases: https://github.com/tilemill-project/tilemill/issues/2742\n- Create Survey of Users: https://github.com/tilemill-project/tilemill/issues/2743\n- Get Funding for Tilemill: https://github.com/tilemill-project/tilemill/issues/2744\n\n\n# General Info\nTileMill is a modern map design studio powered by [Node.js](https://nodejs.org) and [Mapnik](https://mapnik.org).\n\n- TileMill is tested on Linux with Node 8.11.3 LTS, and on MacOS 10.14 with Node 8.15.0 lts/carbon\n- TileMill currently only works in server mode, there is no standalone GUI.  Your browser is used for the interface.\n- There are no native packages provided. Installation requires cloning this repo. See details below under *Installation*.\n- Tilemill should theoretically work on the Windows platform, but it isn't tested.\n\n\n# Dependencies\n\n- Mapnik \u003e v3.6.2 (but may work on earlier versions)\n- Node.js:  (earlier Node.js versions may work, but are not tested)\n\t- Ubuntu: v8.11.x\n\t- OSX: v8.15.x lts/carbon\n- Protobuf: Ubunto: these need to be installed: libprotobuf-lite and protoc\n\n\n# Installation\n### Quick installation instructions for OSX:\n\n    git clone https://github.com/tilemill-project/tilemill.git\n    cd tilemill\n    nvm install lts/carbon\n    nvm use v8.15.0\n    npm install\n    npm start\n\n### Installation Scripts \nScripts have been created that will do most everything for you. They were written for MacOS, but may still be usable for Ubunto and Windows with some modification.  (If you are successful with Ubunto and Windows, please post an Issue to let us know!)\n\n[Installation Script Instructions](https://tilemill-project.github.io/tilemill/docs/mac-install/)\n\n\n[Full Installation instructions can be found in the TileMill Documentation](https://tilemill-project.github.io/tilemill/docs/install/).\n\n### Docker\nIt is also possible to run tilemill as a docker container:\n\n    git clone https://github.com/tilemill-project/tilemill.git\n    cd tilemill\n    docker-compose up\n    \nThis will host a docker container which uses the port 20008 and 20009 for tilemill, tilemill is then reachable under [http://localhost:20009](http://localhost:20009) .\nAdditionally, a postgis instance is started as well which is reachable under \n\n\thost=localhost port=5432 user=docker password=docker dbname=gis\n\nDocker hosted volumes are used for the containers, hence if you want to use sqlite dbs you have to interact with those to get the dbs into the docker container.\n    \n# Build Status, Running Tests, Updating Documentation\n\nSee CONTRIBUTING.md\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilemill-project%2Ftilemill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilemill-project%2Ftilemill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilemill-project%2Ftilemill/lists"}