Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

When a Carto layer has a polygon with the meridian on the middle it only displays one half #990

Description

@enriquetuya

http://globalfishingwatch.org/map/workspace/default-map-client-3-0-workspace-with-npfc-v1

The area should look like this:
screenshot 2018-11-05 18 00 24

But it looks like this when loaded from carto:

            {
               "title":"NPFC",
               "type":"CartoDBAnimation",
               "id":"npfc",
               "color":"#e50b70",
               "visible":true,
               "gl":{
                  "source":{
                     "type":"vector",
                     "metadata":{
                        "gfw:carto-sql":"SELECT * FROM npfc"
                     }
                  },
                  "layers":[
                     {
                        "id":"npfc",
                        "type":"line",
                        "layout":{
                           "visibility":"none"
                        },
                        "interactive":true
                     }
                  ]
               },
               "label":"NPFC",
               "added":true,
               "library":false,
               "opacity":1
            },

screenshot 2018-11-05 18 01 31

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions