Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice map created, but strange cropping #64

Open
webbird opened this issue Apr 9, 2015 · 0 comments
Open

Nice map created, but strange cropping #64

webbird opened this issue Apr 9, 2015 · 0 comments

Comments

@webbird
Copy link

webbird commented Apr 9, 2015

I have used this JSON config to create an SVG:

    {
      "proj": {
        "id": "satellite",
        "lon0": 19.25,
        "lat0": 48.5,
        "dist": 2,
        "up": 0,
        "tilt": 0
      },
      "layers": {
        "background": {"special": "sea"},
        "graticule":{ "special": "graticule", "latitudes": 1, "longitudes": 1, "styles": { "stroke-width": "0.3px" } },
        "countries":{ "src": "ne_50m_admin_0_countries.shp", "attributes": { "iso": "wb_a2", "name": "name" } }
      },
      "bounds": {
        "mode": "polygons",
        "data": {
            "layer": "countries",
            "filter": ["continent", "is", "Europe"]
        }
      }
    }

The result looks really nice, there's a strange cropped area:

2015-04-09 14_40_52-blackcat cms administration - admintools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant