Coder Social home page Coder Social logo

mapnik.github.com's Introduction

    _/      _/                                _/  _/
   _/_/  _/_/    _/_/_/  _/_/_/    _/_/_/        _/  _/
  _/  _/  _/  _/    _/  _/    _/  _/    _/  _/  _/_/
 _/      _/  _/    _/  _/    _/  _/    _/  _/  _/  _/
_/      _/    _/_/_/  _/_/_/    _/    _/  _/  _/    _/
                     _/
                    _/

TravisCI codecov

Mapnik is an open source toolkit for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization.

Mapnik is basically a collection of geographic objects like maps, layers, datasources, features, and geometries. The library doesn't rely on any OS specific "windowing systems" and it can be deployed to any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development.

For further information see http://mapnik.org and also our wiki documentation.

Installation

See INSTALL.md for installation instructions and the Install page on the wiki for guides.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Mapnik software is free and is released under the LGPL v2.1 (GNU Lesser General Public License, version 2.1). Please see COPYING for more information.

mapnik.github.com's People

Contributors

0xjocke avatar amyleew avatar artemp avatar cs09g avatar flippmoke avatar herm avatar knutole avatar manaswinidas avatar mapsam avatar pnorman avatar springmeyer avatar talaj avatar tmcw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mapnik.github.com's Issues

Atom-Feed XML Parsing Error

I'll get this XML paring error when trying to fetch the mapnik.org/atom.xml feed:

XML Parsing Error: not well-formed
Location: https://mapnik.org/atom.xml
Line Number 16, Column 69:
<link href='https://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
--------------------------------------------------------------------^

Downloads

Hi all,

Since the new site redesign, the downloads section (http://mapnik.org/download/) does not exist anymore. Is there a location where Mapnik Windows binaries can be found?

Thanks!

Mobile browsers

img_0144

New design works well overall on mobile but we need to adjust margins a little bit ^

Safari IOS

Weird artifacts on mobile (iphone 6 iOS 9.0.2)

img_0840

Redesign Ideas

Mapnik has grown and flourished as the creative, open mapping community has evolved. Reading Adrian Holovaty's EveryBlock post reminds me of how much time has passed since mapnik.org was originally designed.

We should coordinate an update to mapnik.org's design to reflect the momentum, creativity, and latest visualization features of the project.

Goals

  • Help raise profile of the project by sharing who's using Mapnik and how
  • Convey the community driven aspect - developer and user contributions from around the world
  • Blog - show vibrancy of development, tackling hard problems and having fun pushing limits of rendering
  • Fast access to latest info on project: release, both stable and development, packages, downloads

Ideas

  • Keep things simple, and easy to update or solid to stay
  • Clean full width-layout with healthy whitepace, only horizontal divisions, few vertical divisions
  • Unified blue color, since that is a design precident
  • Use visual map graphics from a variety of different sources (see below)

Map graphics

Quick brainstorm of possible sources:

Please provide more links to potential graphics in issue comments!

Styling documentation via mapnik-reference

We should pull in https://github.com/mapnik/mapnik-reference and use it to auto-generate awesome pages with all the details Mapnik cartographers need for understanding:

  • what styling properties exist
  • what they are named in Mapnik (and CartoCSS)
  • how they behave
  • their stability (e.g. stable or deprecated)
  • all this browseable by mapnik version.

This will be similar to the built-in styling docs some people may know from tilemill/mapbox-studio, except that:

  • Each mapnik version will be listed
  • The community will be able to update and help refine the docs by contributing to mapnik-reference
  • Everything will be easily linkable via name anchors. And a link to the place to edit mapnik-reference on github should be provided so it is really really easy for others to provide pull requests with doc improvements.

Once this is done, we should remove the wiki pages that have become unmaintainable, hard to read, and out of date like https://github.com/mapnik/mapnik/wiki/TextSymbolizer.

Update Python API docs

Once Mapnik 3.0.0 is released we should:

  • at least update the docs as per #11 (comment)
  • or scope better methods

/cc @flippmoke who I'm sure has been thinking about this. Also /cc @danpat who mentioned he'd be interested in tackling this.

Blog topics

Possibilities:

  • How to craft the ideal standalone rendering testcase using the CSV plugin
  • How to turn of warnings and other logging using the Mapnik 2.1 logging framework
  • An intro to mapnik-reference - what it is, how it works, potential uses
  • Benchmarks of wkb/wkt parsing

Missing 'post' layout

jekyll serve -H 0.0.0.0
Configuration file: /Users/artem/Projects/mapnik.github.com/_config.yml
            Source: /Users/artem/Projects/mapnik.github.com
       Destination: /Users/artem/Projects/mapnik.github.com/_site
      Generating... 
     Build Warning: Layout 'post' requested in _posts/2012-10-07-ds.md does not exist.
     Build Warning: Layout 'post' requested in _posts/2012-11-20-vector-tiles.md does not exist.
     Build Warning: Layout 'post' requested in _posts/2013-01-10-c++11.md does not exist.
     Build Warning: Layout 'post' requested in _posts/2013-03-26-colorizer-alpha.md does not exist.
     Build Warning: Layout 'post' requested in _posts/2013-11-11-symbolizer_expressions.md does not exist.
     Build Warning: Layout 'post' requested in _posts/2014-05-26-post.md does not exist.
                    done.
 Auto-regeneration: enabled for '/Users/artem/Projects/mapnik.github.com'
Configuration file: /Users/artem/Projects/mapnik.github.com/_config.yml
    Server address: http://0.0.0.0:4000/
  Server running... press ctrl-c to stop.

Recessive text ?

@amyleew

above-else

The above is too recessive at least on my retina display.

stacks built with mapnik
OpenStreetMap | Mapbox | CartoDB | Stamen | MapQuest | Kosmtik

This is stuff we want people to notice ! :)
/cc @springmeyer @flippmoke

Example XML on index page

I was trying to use the sample code on the homepage and kept getting this error:

Error: Could not create datasource. Required parameter 'type' is missing  encountered during parsing of layer 'world' in Layer of './style.xml'

I fixed it by adding this line to the XML file:

            <Parameter name="type">shape</Parameter>

This and adding a link to download the shape files would help people get started without having to debug.

Update text

Text on core algorithms | data access | geometry operations sections needs updated (currently old un-related text)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.