v4.29.0 重要,开发调试版 2020/07/06
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
钟进 39b7097d48
更新 _data_library_header.html.erb
4 years ago
.github Initial commit 4 years ago
app 更新 _data_library_header.html.erb 4 years ago
assets/stylesheets Initial commit 4 years ago
config Initial commit 4 years ago
db Initial commit 4 years ago
doc Initial commit 4 years ago
fonts fonts 4 years ago
gears/carto_gears_api Initial commit 4 years ago
lib 更新 zh-cn.json 4 years ago
public Initial commit 4 years ago
script Initial commit 4 years ago
services Initial commit 4 years ago
spec Initial commit 4 years ago
vendor new 4 years ago
webpack 更新 webpack.dev.config.js 4 years ago
.eslintignore Initial commit 4 years ago
.eslintrc.json Initial commit 4 years ago
.gitignore 更新 .gitignore 4 years ago
.gitmodules Initial commit 4 years ago
.hound.yml Initial commit 4 years ago
.npmrc Initial commit 4 years ago
.nvmrc Initial commit 4 years ago
.rspec Initial commit 4 years ago
.rspec_ci Initial commit 4 years ago
.rubocop.yml Initial commit 4 years ago
.stylelintrc Initial commit 4 years ago
.travis.yml Initial commit 4 years ago
CONTRIBUTING.md Initial commit 4 years ago
Gemfile Initial commit 4 years ago
Gemfile.lock Initial commit 4 years ago
Gruntfile.js 更新 Gruntfile.js 4 years ago
Guardfile Initial commit 4 years ago
LICENSE Initial commit 4 years ago
Makefile Initial commit 4 years ago
NEWS.md Initial commit 4 years ago
Procfile Initial commit 4 years ago
README.md 更新 README.md 4 years ago
Rakefile Initial commit 4 years ago
TESTING.md Initial commit 4 years ago
UPGRADE Initial commit 4 years ago
bower.json Initial commit 4 years ago
builder_specs.html Initial commit 4 years ago
bump.rb Initial commit 4 years ago
carto-package.json Initial commit 4 years ago
config.rb Initial commit 4 years ago
config.reek Initial commit 4 years ago
config.ru Initial commit 4 years ago
configure Initial commit 4 years ago
editor_specs.html Initial commit 4 years ago
package-lock.json hls.js 4 years ago
package.json hls.js 4 years ago
python_requirements.txt Initial commit 4 years ago
resque.log hls.js 4 years ago
tree.config.json Initial commit 4 years ago
zeus.json Initial commit 4 years ago
zeus_plan.rb Initial commit 4 years ago
zeus_test.json Initial commit 4 years ago

README.md

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+ ✔