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.
 
 
 
 
 
 
zhongjin fbdfb5e2a5
new
1 year ago
.github Initial commit 4 years ago
app new 4 years ago
assets/stylesheets Initial commit 4 years ago
config 更新 'config/grunt_production.json.sample' 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 new 1 year ago
public Initial commit 4 years ago
script new 4 years ago
services Initial commit 4 years ago
spec new 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
.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 更新 'Gemfile' 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 new 1 year ago
package.json 更新 'package.json' 1 year ago
python_requirements.txt Initial commit 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

Ubuntu 16.04 Installing

wget abcb525026aac21c32c638e939e447/pip-9.0.1.tar.gz

tar zxvf pip-9.0.1.tar.gz

cd pip-9.0.1

sudo python setup.py install

sudo apt-get install libgdal-dev

export CPLUS_INCLUDE_PATH=/usr/include/gdal

export C_INCLUDE_PATH=/usr/include/gdal

使用检索版本 gdal-config --version。接着

sudo pip install GDAL==version

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  && \

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


git clone https://git.spacen.net/cartodb4/carto.js.git


cd carto.js &&  npm link && cd..

bundle exec grunt

apt-get update

apt-get install nano

# nano /cartodb/config/app_config.yaml

中文字体

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