V4.29.0 最新工作版
Go to file
2020-07-10 07:30:11 +00:00
.github Initial commit 2020-06-15 10:58:47 +08:00
app 更新 _public_header.html.erb 2020-07-10 06:22:34 +00:00
assets/stylesheets Initial commit 2020-06-15 10:58:47 +08:00
config Initial commit 2020-06-15 10:58:47 +08:00
db Initial commit 2020-06-15 10:58:47 +08:00
doc Initial commit 2020-06-15 10:58:47 +08:00
fonts fonts 2020-06-15 11:03:53 +08:00
gears/carto_gears_api Initial commit 2020-06-15 10:58:47 +08:00
lib 更新 dropdown.tpl 2020-07-10 06:44:33 +00:00
public Initial commit 2020-06-15 10:58:47 +08:00
script Initial commit 2020-06-15 10:58:47 +08:00
services Initial commit 2020-06-15 10:58:47 +08:00
spec Initial commit 2020-06-15 10:58:47 +08:00
vendor new 2020-06-16 21:52:56 +08:00
webpack 更新 webpack.dev.config.js 2020-06-16 14:37:04 +00:00
.eslintignore Initial commit 2020-06-15 10:58:47 +08:00
.eslintrc.json Initial commit 2020-06-15 10:58:47 +08:00
.gitignore 更新 .gitignore 2020-06-15 14:41:36 +00:00
.gitmodules Initial commit 2020-06-15 10:58:47 +08:00
.hound.yml Initial commit 2020-06-15 10:58:47 +08:00
.npmrc Initial commit 2020-06-15 10:58:47 +08:00
.nvmrc Initial commit 2020-06-15 10:58:47 +08:00
.rspec Initial commit 2020-06-15 10:58:47 +08:00
.rspec_ci Initial commit 2020-06-15 10:58:47 +08:00
.rubocop.yml Initial commit 2020-06-15 10:58:47 +08:00
.stylelintrc Initial commit 2020-06-15 10:58:47 +08:00
.travis.yml Initial commit 2020-06-15 10:58:47 +08:00
bower.json Initial commit 2020-06-15 10:58:47 +08:00
builder_specs.html Initial commit 2020-06-15 10:58:47 +08:00
bump.rb Initial commit 2020-06-15 10:58:47 +08:00
carto-package.json Initial commit 2020-06-15 10:58:47 +08:00
config.rb Initial commit 2020-06-15 10:58:47 +08:00
config.reek Initial commit 2020-06-15 10:58:47 +08:00
config.ru Initial commit 2020-06-15 10:58:47 +08:00
configure Initial commit 2020-06-15 10:58:47 +08:00
CONTRIBUTING.md Initial commit 2020-06-15 10:58:47 +08:00
editor_specs.html Initial commit 2020-06-15 10:58:47 +08:00
Gemfile Initial commit 2020-06-15 10:58:47 +08:00
Gemfile.lock Initial commit 2020-06-15 10:58:47 +08:00
Gruntfile.js 更新 Gruntfile.js 2020-06-15 16:17:20 +00:00
Guardfile Initial commit 2020-06-15 10:58:47 +08:00
LICENSE Initial commit 2020-06-15 10:58:47 +08:00
Makefile Initial commit 2020-06-15 10:58:47 +08:00
NEWS.md Initial commit 2020-06-15 10:58:47 +08:00
package-lock.json hls.js 2020-07-06 04:50:55 +00:00
package.json hls.js 2020-07-06 04:50:55 +00:00
Procfile Initial commit 2020-06-15 10:58:47 +08:00
python_requirements.txt Initial commit 2020-06-15 10:58:47 +08:00
Rakefile Initial commit 2020-06-15 10:58:47 +08:00
README.md 更新 README.md 2020-06-16 13:07:30 +00:00
resque.log hls.js 2020-07-06 04:50:55 +00:00
TESTING.md Initial commit 2020-06-15 10:58:47 +08:00
tree.config.json Initial commit 2020-06-15 10:58:47 +08:00
UPGRADE Initial commit 2020-06-15 10:58:47 +08:00
zeus_plan.rb Initial commit 2020-06-15 10:58:47 +08:00
zeus_test.json Initial commit 2020-06-15 10:58:47 +08:00
zeus.json Initial commit 2020-06-15 10:58:47 +08:00

Docker 重建


rm -rf .git && \
rm -rf rm lib/sql && rm -rf app/assets/stylesheets/old_common  && rm -rf lib/assets/javascripts/cdb && \
git init && \
git remote add origin https://git.spacen.net/cartodb4/t.git  && \
git fetch --all  && \
git reset --hard origin/master  && \
git branch --set-upstream-to=origin/master master && \

git pull  && \
git submodule update  && \

git submodule foreach git pull  && \


cd carto.js && rm -rf node_modules/ && npm install && npm link && cd .. && npm link internal-carto.js && \

cd /cartodb && bundle exec grunt




中文字体

cd /cartodb/fonts && mv * /usr/share/fonts/ && fc-cache -fv && dpkg-reconfigure fontconfig && cd /

What is CARTO?

Code Climate Build Status

CARTO is an open, powerful, and intuitive platform for discovering and predicting the key insights underlying the location data in our world.

Empower organizations to optimize operational performance, strategic investments, and everyday decisions with CARTO Engine—our embeddable platform for web and mobile apps—and the new CARTO Builder, a drag and drop analysis tool.

It was built to make it easier for people to tell their stories by providing them with flexible and intuitive ways to create maps and design geospatial applications. CARTO can be installed on your own server and we also offer a hosted service at carto.com.

If you would like to see some live demos, check out our videos on Vimeo. We hope you like it!

Map view Data View

What can I do with CARTO?

With CARTO, you can upload your geospatial data (Shapefiles, GeoJSON, etc) using a web form and then make it public or private.

After it is uploaded, you can visualize it in a dataset or on a map, search it using SQL, and apply map styles using CartoCSS. You can even access it using the CARTO APIs, or export it to a file.

In other words, with CARTO you can make awesome maps and build powerful geospatial applications! Definitely check out the CARTO Platform for interactive examples and code.

Installing

Read the installation guide in CARTO developers documentation

How do I upgrade CARTO?

See UPGRADE for instructions about upgrading CARTO.

For upgrade of Windshaft-CartoDB and CartoDB-SQL-API see the relative documentation.

Developing & Contributing to CARTO

See our contributing doc for how you can improve CARTO, but you will need to sign a Contributor License Agreement (CLA) before making a submission, learn more here.

Testing

Check the testing doc section.

Requirements

CARTO works in any modern browser, but if you want more info:

Chrome Firefox IE Opera Safari
31+ ✔ 38+ ✔ 11+ ✔ 31+ ✔ 8+ ✔