[mapserver-commits] [MapServer/MapServer] 6da3b2: Native FlatGeobuf read support (#6520)

Björn Harrtell noreply at github.com
Fri Jun 24 10:21:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/MapServer/MapServer
  Commit: 6da3b29110b6a371c7f141bd2f060d00d860b7ad
      https://github.com/MapServer/MapServer/commit/6da3b29110b6a371c7f141bd2f060d00d860b7ad
  Author: Björn Harrtell <bjornharrtell at users.noreply.github.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M CMakeLists.txt
    M README.rst
    A flatgeobuf/LICENSE
    A flatgeobuf/feature_generated.h
    A flatgeobuf/flatgeobuf_c.cpp
    A flatgeobuf/flatgeobuf_c.h
    A flatgeobuf/geometryreader.cpp
    A flatgeobuf/geometryreader.h
    A flatgeobuf/header_generated.h
    A flatgeobuf/include/flatbuffers/LICENSE
    A flatgeobuf/include/flatbuffers/allocator.h
    A flatgeobuf/include/flatbuffers/array.h
    A flatgeobuf/include/flatbuffers/base.h
    A flatgeobuf/include/flatbuffers/bfbs_generator.h
    A flatgeobuf/include/flatbuffers/buffer.h
    A flatgeobuf/include/flatbuffers/buffer_ref.h
    A flatgeobuf/include/flatbuffers/code_generators.h
    A flatgeobuf/include/flatbuffers/default_allocator.h
    A flatgeobuf/include/flatbuffers/detached_buffer.h
    A flatgeobuf/include/flatbuffers/flatbuffer_builder.h
    A flatgeobuf/include/flatbuffers/flatbuffers.h
    A flatgeobuf/include/flatbuffers/flatc.h
    A flatgeobuf/include/flatbuffers/flex_flat_util.h
    A flatgeobuf/include/flatbuffers/flexbuffers.h
    A flatgeobuf/include/flatbuffers/grpc.h
    A flatgeobuf/include/flatbuffers/hash.h
    A flatgeobuf/include/flatbuffers/idl.h
    A flatgeobuf/include/flatbuffers/minireflect.h
    A flatgeobuf/include/flatbuffers/pch/flatc_pch.h
    A flatgeobuf/include/flatbuffers/pch/pch.h
    A flatgeobuf/include/flatbuffers/reflection.h
    A flatgeobuf/include/flatbuffers/reflection_generated.h
    A flatgeobuf/include/flatbuffers/registry.h
    A flatgeobuf/include/flatbuffers/stl_emulation.h
    A flatgeobuf/include/flatbuffers/string.h
    A flatgeobuf/include/flatbuffers/struct.h
    A flatgeobuf/include/flatbuffers/table.h
    A flatgeobuf/include/flatbuffers/util.h
    A flatgeobuf/include/flatbuffers/vector.h
    A flatgeobuf/include/flatbuffers/vector_downward.h
    A flatgeobuf/include/flatbuffers/verifier.h
    A flatgeobuf/packedrtree.cpp
    A flatgeobuf/packedrtree.h
    M maperror.c
    M maperror.h
    M mapfile.c
    A mapflatgeobuf.c
    A mapflatgeobuf.h
    M maplayer.c
    M maplexer.c
    M maplexer.l
    M mapquery.c
    M mapscript/swiginc/layer.i
    M mapserver.h
    A msautotest/misc/data/africa.fgb
    A msautotest/misc/expected/flatgeobuf-classes.png
    A msautotest/misc/expected/flatgeobuf-continent.png
    A msautotest/misc/expected/flatgeobuf-shapepath-classes.png
    A msautotest/misc/expected/flatgeobuf-shapepath-continent.png
    A msautotest/misc/flatgeobuf-shapepath.map
    A msautotest/misc/flatgeobuf.map
    M msautotest/php/layerObjTest.php
    M xmlmapfile/mapfile.xsd

  Log Message:
  -----------
  Native FlatGeobuf read support (#6520)


Co-authored-by: Jeff McKenna <jmckenna at gatewaygeomatics.com>




More information about the MapServer-commits mailing list