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

FlatGeoBuf as a Vector format #1475

Open
A-Behairi opened this issue Jan 9, 2025 · 0 comments
Open

FlatGeoBuf as a Vector format #1475

A-Behairi opened this issue Jan 9, 2025 · 0 comments
Labels

Comments

@A-Behairi
Copy link
Collaborator

I think it would make more sense for "FlatGeoBuf" to be configured as a type "Vector" source format instead of a type, as it is a data format that holds vector data. e.g:

{
        type: "Vector",
        properties: {
          id: "FlatGeoBufLayer",
          minZoom: 12,
        },
        source: {
          type: "Vector",
          url: "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/admin_borders/STATISTIK_AUSTRIA_GEM_20220101.fgb",
          format: "FlatGeoBuf"
        },
}
@A-Behairi A-Behairi added the map label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant