Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GeoJSON.Net

.Net library for GeoJSON types & corresponding Json.Net (de)serializers
Collective - Host: opensource - https://opencollective.com/geojson-net - Website: https://t.co/VSDLB1YuvM - Code: https://github.com/GeoJSON-Net

Enabled nuget package restore

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e01280ee65243d3f53690ea7d862bdbc2a640f7f authored about 9 years ago by Xavier Fischer <[email protected]>
MsSqlSpatial commit from PR 31

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 91d49ed37348dc0db10a2177292f62e0ebb1bf7f authored about 9 years ago by Xavier Fischer <[email protected]>
Moved .sln to src

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - b1784d2250440830767c91bafdb5dd3b1c3a54ae authored over 9 years ago by Jörg Battermann <[email protected]>
Added empty .sln for future Contrib Projects

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 22c552f8e7c20583381b1d370c7a6c3933ae3a54 authored over 9 years ago by Jörg Battermann <[email protected]>
Updated .nuspec to new project url

github.com/GeoJSON-Net/GeoJSON.Net - 95056d51658555cbbb5c189f7478716fe9b1affc authored almost 10 years ago by Jörg Battermann <[email protected]>
Updated to JSON.Net 6.0.8

github.com/GeoJSON-Net/GeoJSON.Net - 1cd7371b71a21dff393260faf926072e2e2ee61e authored almost 10 years ago by Jörg Battermann <[email protected]>
Merge pull request #39 from russcam/master

Implement Missing Serializations, Refactor Unit tests, Define Default and Unspecified CRS

github.com/GeoJSON-Net/GeoJSON.Net - 6bc06947a2024c37eee6c23ea56ba861c405e4cb authored almost 10 years ago by Jörg B <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/GeoJSON-Net/GeoJSON.Net - e83f89e89bb0b6fa51897cc4f8422309332b3419 authored almost 10 years ago by Russ Cam <[email protected]>
Optimize serialization in converters

Introduce the concept of a Default CRS and Unspecified CRS as per the geojson spec i.e. if a nul...

github.com/GeoJSON-Net/GeoJSON.Net - e1f8b76c246728ceac71c549c4c7e909968fd800 authored almost 10 years ago by Russ Cam <[email protected]>
add unit tests for MultiPoint and to ensure that serialization observes the settings of the serializer

github.com/GeoJSON-Net/GeoJSON.Net - b3ecd786c684d3b61fb734f0c364731df421b0a0 authored almost 10 years ago by Russ Cam <[email protected]>
Refactor unit tests into separate test classes

Lot of tests fail. To be fixed
Add additional missing tests for functionality
Replace MSTest wit...

github.com/GeoJSON-Net/GeoJSON.Net - c3fe3715eef82cee8070b1a76b54194e5a2121eb authored almost 10 years ago by Russ Cam <[email protected]>
test refactoring

github.com/GeoJSON-Net/GeoJSON.Net - 8a03144b499d904629aa64f893326f6dab6b69b1 authored almost 10 years ago by Russ Cam <[email protected]>
Merge pull request #36 from russcam/master

Respect the formatting of the serializer within WriteJson()

github.com/GeoJSON-Net/GeoJSON.Net - 698274307cad8fc00c73d917d364b90a9fa3230f authored almost 10 years ago by Jörg B <[email protected]>
Respect the formatting of the serializer within WriteJson()

github.com/GeoJSON-Net/GeoJSON.Net - 778138ef30143560ce25d0a8d4328115978f906c authored almost 10 years ago by Russell Cam <[email protected]>
Merge pull request #34 from vincentsels/merge-matt

Add serialization and deserialization for CRS

github.com/GeoJSON-Net/GeoJSON.Net - 56e6941c438de69fc6e83bb5c2f411f776786e5f authored almost 10 years ago by Jörg B <[email protected]>
Added some (named) CRS serialization tests

github.com/GeoJSON-Net/GeoJSON.Net - bda409d6f89aa91332aa957bd72cb038a8fdbe80 authored almost 10 years ago by Vincent Sels <[email protected]>
Merge branch 'matt' into merge-matt

Conflicts:
src/GeoJSON.Net.Tests/DeserializationTest.cs
src/GeoJSON.Net.Tests/SerializationTes...

github.com/GeoJSON-Net/GeoJSON.Net - a647551c0de41b3ef85bb8c675122feb0f051973 authored almost 10 years ago by Vincent Sels <[email protected]>
Merge pull request #32 from Philo/master

Implements Multi-polygon deserialization and corrects Feature/FeatureCollection deserialization

github.com/GeoJSON-Net/GeoJSON.Net - b1ebcd522afc0c2e720df420bbc6ea761184a28d authored about 10 years ago by Jörg B <[email protected]>
Adds Json.Net constructor attribute for Feature deserialization and adds tests for feature and featurecollection deserialization

github.com/GeoJSON-Net/GeoJSON.Net - ef7acad91ba72efb876b025bd7d3d74e2a44e3b5 authored about 10 years ago by philo <[email protected]>
Adds multi-polygon deserialization to GeometryConverter

github.com/GeoJSON-Net/GeoJSON.Net - cfb9bc25613db0756532d09a216db5f9dce33352 authored about 10 years ago by philo <[email protected]>
Implements multi-polygon serialization

github.com/GeoJSON-Net/GeoJSON.Net - dcc5a4a1a9377a5dec6d42b9dfcac153d1453f9a authored about 10 years ago by philo <[email protected]>
Merge pull request #30 from XavierFischer/master

New Feature constructor with auto class property mapping

github.com/GeoJSON-Net/GeoJSON.Net - 9c7e932020a2a06f6a2dd99d1c45cdbb71cbab2e authored about 10 years ago by Jörg B <[email protected]>
New Feature constructor with auto class property mapping

github.com/GeoJSON-Net/GeoJSON.Net - fc968585410fe94326ccd40de62c5413602b98a9 authored about 10 years ago by Xavier Fischer <[email protected]>
Merge pull request #28 from jhuntoo/multipolygonsuppport

Add Serialization support for Multipolygon

github.com/GeoJSON-Net/GeoJSON.Net - ec87a9b54616d4536bc9deabbf66c8124387d570 authored about 10 years ago by Jörg B <[email protected]>
Add Serialization support for Multipolygon

github.com/GeoJSON-Net/GeoJSON.Net - ce273f7db86f6b461a073cdea2926abb7df5a9b0 authored about 10 years ago by Jonathon Lee <[email protected]>
Adding FeatureCollection serialization test and fixing bugs until it works

github.com/GeoJSON-Net/GeoJSON.Net - ad923f1c852d6bccc04e317f3c28edaf60b29ecb authored about 10 years ago by matt-lethargic <[email protected]>
Fixed Crs deserialisation on FeatureCollection. Added test

github.com/GeoJSON-Net/GeoJSON.Net - 69f31d933e4e989879b8bb3711f83957590837c9 authored about 10 years ago by matt-lethargic <[email protected]>
Meh. Links corrected [skip ci]

github.com/GeoJSON-Net/GeoJSON.Net - 532817e7178dc8b210654d24935feb308902c761 authored about 10 years ago by Jörg B <[email protected]>
Updated License [skip ci]

github.com/GeoJSON-Net/GeoJSON.Net - 360ae6bfafb8b4ba861a6370a02e450734828334 authored about 10 years ago by Jörg B <[email protected]>
Updated Readme a little [skip ci]

github.com/GeoJSON-Net/GeoJSON.Net - 89cd01b8f44bbddb409106e43308982f9143900d authored about 10 years ago by Jörg B <[email protected]>
Merge pull request #25 from perliedman/fix-geometryconverter

Fix for LineString and MultiLineString in GeometryConverter

github.com/GeoJSON-Net/GeoJSON.Net - 9453e17545ef9d2b507624750d264c5b5263dd63 authored about 10 years ago by Jörg B <[email protected]>
Fix for LineString and MultiLineString in GeometryConverter

Some refactoring to share functionality between PolygonConverter and
LineStringConverter.

github.com/GeoJSON-Net/GeoJSON.Net - d4c2921188d0c572b3c5af07e79827c9e183bfa7 authored about 10 years ago by Per Liedman <[email protected]>
Merge pull request #24 from perliedman/multilinestring-and-polygon-holes

Fix deserialization for MultiLineStrings and Polygons with holes

github.com/GeoJSON-Net/GeoJSON.Net - 12ad9f038de1ee95b957d19825cbf66071c59281 authored about 10 years ago by Jörg B <[email protected]>
Fix deserialization for MultiLineStrings and Polygons with holes

github.com/GeoJSON-Net/GeoJSON.Net - ec3df26a3e57b35ee1e15613a6ac5fa1666c1bee authored about 10 years ago by Per Liedman <[email protected]>
Merge pull request #19 from XVincentX/master

Transform project to PCL

github.com/GeoJSON-Net/GeoJSON.Net - ec67ec05ae487622012c491daeff891d9956ee08 authored over 10 years ago by Jörg B <[email protected]>
Updated JSON .NET to version 6

Updated project type to be a PCL

github.com/GeoJSON-Net/GeoJSON.Net - 095f935e6e159ab9cb961a8369b2c360feba6357 authored over 10 years ago by Vincenzo Chianese <[email protected]>
Update README.md

github.com/GeoJSON-Net/GeoJSON.Net - bef36e1402b91c81f7191592e79ea5d5aa124a7a authored over 10 years ago by Jörg B <[email protected]>
Changed exception type

github.com/GeoJSON-Net/GeoJSON.Net - cd1fb20f59198e356e33a9f6acc3b8963369ea51 authored over 10 years ago by Goran Žuri <[email protected]>
Changed required attr of CRS and box

github.com/GeoJSON-Net/GeoJSON.Net - a0ea2254fb0e2281aab23884ab2b8cb7e9199a0d authored over 10 years ago by Goran Žuri <[email protected]>
Update README.md

Added Appveyor Build Badge

github.com/GeoJSON-Net/GeoJSON.Net - 5b5a7d1205620e69568a126ac3c568cc24aa439a authored over 10 years ago by Jörg B <[email protected]>
Merge pull request #13 from gzuri/master

Merging: point and polygon serialization, tests

github.com/GeoJSON-Net/GeoJSON.Net - 8beb16ed9827d6bf718113f8d76b501ccd95c67e authored over 10 years ago by Goran Žuri <[email protected]>
Point and Polygon features serialization

- small bug fixes
- point and polygon feature serialization
- reordered tests
- removed xUnit de...

github.com/GeoJSON-Net/GeoJSON.Net - cf737db9d3ae8503d19e81288d3c0e7e18720bab authored over 10 years ago by Goran Žuri <[email protected]>
Fix: GeographicPosition serialization

github.com/GeoJSON-Net/GeoJSON.Net - 7ab400c790a70f14e21375a9e171af569c5aa46b authored over 10 years ago by Goran Žuri <[email protected]>
Merge pull request #12 from gzuri/master

Added PointDeserialization, bug fixes

github.com/GeoJSON-Net/GeoJSON.Net - 65b2eedb9bab5b7600341b47b71d79f0a93e6e58 authored over 10 years ago by Goran Žuri <[email protected]>
Added PointDeserialization, bug fixes

- point deserialization
- fix: negative values for polygon coordinates
- fix: point can have onl...

github.com/GeoJSON-Net/GeoJSON.Net - a510f7300933c230cfcdbc044a65a52ebaa10f1a authored over 10 years ago by Goran Žuri <[email protected]>
Merge pull request #10 from gzuri/master

Merging just few minor things

github.com/GeoJSON-Net/GeoJSON.Net - e2e52fd9d42d554f967b45429be02fecba54ee44 authored over 10 years ago by Goran Žuri <[email protected]>
Added support for negative coordinates

On a suggestion from a user, I have added the support for negative
coordinates

github.com/GeoJSON-Net/GeoJSON.Net - 77ece36935eacdab1cc3310db68782fd88d3e87c authored over 10 years ago by Goran Žuri <[email protected]>
Fix on null comparison

Small fix on polygon null comparison. There was an unhandled exception
if the polygon was null

github.com/GeoJSON-Net/GeoJSON.Net - 77abad3ebeca3f7fe385ddcc9bb74118295aa807 authored over 10 years ago by Goran Žuri <[email protected]>
Merge pull request #7 from gzuri/master

Added polygon compare and deserialization

github.com/GeoJSON-Net/GeoJSON.Net - 33bfd06b9f5518a85907afe2689827f8f6163d11 authored over 10 years ago by Jörg B <[email protected]>
fix on code in readme

github.com/GeoJSON-Net/GeoJSON.Net - af11994ec62dcb50fa471ff81a287f7389d25254 authored over 10 years ago by Goran Žuri <[email protected]>
Another change to readme

github.com/GeoJSON-Net/GeoJSON.Net - 2cbfa431cf26cac0ce80c66243f2afccac9cd552 authored over 10 years ago by Goran Žuri <[email protected]>
Upgraded readme

github.com/GeoJSON-Net/GeoJSON.Net - ebc9b642843790bbf46e06c4a86c90a2208039dc authored over 10 years ago by Goran Žuri <[email protected]>
Added equality comparer for polygon

github.com/GeoJSON-Net/GeoJSON.Net - 9d5b779cfd97fa50e161d1d6e515cd2f5ae3ab65 authored over 10 years ago by Goran Žuri <[email protected]>
Added features deserialization for polygon

github.com/GeoJSON-Net/GeoJSON.Net - e3efbc6ea41dc57fcbe261ac2408a5edf72fa2db authored over 10 years ago by Goran Žuri <[email protected]>
Merge pull request #6 from gzuri/master

Merging Goran's branch (It keeps getting better and better! Thanks Goran!!)

github.com/GeoJSON-Net/GeoJSON.Net - 818d147bff3b129d89e6b7d000d09c39a1450df6 authored over 10 years ago by Jörg B <[email protected]>
Added Polygon deserialization

github.com/GeoJSON-Net/GeoJSON.Net - 8b9837ec9fb036d157cb3312748921ade1104085 authored over 10 years ago by Goran Žuri <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/GeoJSON-Net/GeoJSON.Net - bd0fe9019378c8eab3abb666e3712d7988497f4a authored over 10 years ago by Goran Žuri <[email protected]>
Merged and resolved / closed #5

github.com/GeoJSON-Net/GeoJSON.Net - dbe70305cc3d2380b8412ac09a63db70a467f7ce authored over 10 years ago by Joerg Battermann <[email protected]>
Lowered the dependencies

github.com/GeoJSON-Net/GeoJSON.Net - 91e2844c9de59b33213fa7b920e0212100bb74ae authored over 10 years ago by Goran Žuri <[email protected]>
Added test for polygon serialization

github.com/GeoJSON-Net/GeoJSON.Net - 574487edc8352074fb8cc8b832ba50c0359d3fe3 authored over 10 years ago by Goran Žuri <[email protected]>
Updated Json.net, made polygon serialization

Json.NET was updated to latest version so the lib can be tested with
real world examples

github.com/GeoJSON-Net/GeoJSON.Net - b84623d1d97236f1983f9ca307a9895261fde628 authored over 10 years ago by Goran Žuri <[email protected]>
Bumped version info in assemblyinfo, too

github.com/GeoJSON-Net/GeoJSON.Net - fb09fa22b6cf4c9f722b6107134355e0ef8481ba authored over 10 years ago by Joerg Battermann <[email protected]>
Bumped nuget dependencies

github.com/GeoJSON-Net/GeoJSON.Net - 8f3f3708e4f4fb33d02f24f4af4a9cd49aeacc78 authored over 10 years ago by Joerg Battermann <[email protected]>
Merge pull request #4 from gzuri/master

Added Position serializer, thanks Goran!

github.com/GeoJSON-Net/GeoJSON.Net - 506274de779c3fb7cf9a7f4b7181b903399ac6c8 authored over 10 years ago by Jörg B <[email protected]>
Added Position serializer

github.com/GeoJSON-Net/GeoJSON.Net - ff34be54e1836f22d49321bceb1c54545783e132 authored over 10 years ago by Goran Žuri <[email protected]>
Bumped nuspec

github.com/GeoJSON-Net/GeoJSON.Net - 41a82571e436287399c92747dff60c11f3a0a319 authored almost 11 years ago by Joerg Battermann <[email protected]>
Update LICENSE

github.com/GeoJSON-Net/GeoJSON.Net - 757faec9ad00832b2ddb72c023dabc6e765f324f authored almost 11 years ago by Jörg B <[email protected]>
Fix for enums & allowing id to be passsed in at .ctor time

Enums are now serialized using the StringEnumConverter (thanks @ Tina!)
and Feature optionally t...

github.com/GeoJSON-Net/GeoJSON.Net - 66bc9259651bdc9a78d43a5ae1a98ad42a5c9853 authored almost 11 years ago by Joerg Battermann <[email protected]>
Fixed nuget nuspec file and corresponding dependencies

github.com/GeoJSON-Net/GeoJSON.Net - 813ca7cbd5f59aedd6b866e38155713195c6a9e4 authored about 13 years ago by Joerg Battermann <[email protected]>
Added note regarding NuGet package

github.com/GeoJSON-Net/GeoJSON.Net - c9b1c6d529c10bb8ab751599a0f6b1f7bfeaf55d authored about 13 years ago by Joerg Battermann <[email protected]>
Prepared for publish to nuget.org

github.com/GeoJSON-Net/GeoJSON.Net - 8ad75c8fc7dcdcb87a41135e07a65a3057c1f878 authored about 13 years ago by Joerg Battermann <[email protected]>
Some more abstraction

github.com/GeoJSON-Net/GeoJSON.Net - af46c9ba7320d53a6f0b36ff21a24bd292d52af8 authored almost 14 years ago by Jörg Battermann <[email protected]>
features are done

github.com/GeoJSON-Net/GeoJSON.Net - 84050f454b2f70a15263254089a1bcaca1e4b1f4 authored almost 14 years ago by Jörg Battermann <[email protected]>
GeometryObjects are done, next up Feature(Collection)s and then finally converters

github.com/GeoJSON-Net/GeoJSON.Net - f90a2fac27ce26e9b0d13590f17e468bf66ae2f4 authored almost 14 years ago by Jörg Battermann <[email protected]>
Added .chm documentation

github.com/GeoJSON-Net/GeoJSON.Net - 57f541d5857a6deb41e821dc162f058aae127f07 authored almost 14 years ago by Jörg Battermann <[email protected]>
Making big steps towards being finished

github.com/GeoJSON-Net/GeoJSON.Net - 32058de351b20e63127964b018a2c973b70dceb1 authored almost 14 years ago by Jörg Battermann <[email protected]>
dumdidum

github.com/GeoJSON-Net/GeoJSON.Net - 5dc03f05188a4eac4bf36f8f2f78117083304d54 authored almost 14 years ago by Jörg Battermann <[email protected]>
Preparing NuGet package

github.com/GeoJSON-Net/GeoJSON.Net - d5e6901eaf68045ae7ae437c5eb799fc4e8ff9ad authored almost 14 years ago by Jörg Battermann <[email protected]>
restructuring

github.com/GeoJSON-Net/GeoJSON.Net - 990d59e5bc34cad148d14bf880211a5036d9ec17 authored almost 14 years ago by Jörg Battermann <[email protected]>
major bytes pushing going on

github.com/GeoJSON-Net/GeoJSON.Net - aef6cb49f3945dd9b95f8a7c953fb4d4c93763ca authored almost 14 years ago by Jörg Battermann <[email protected]>
Initial checkin

github.com/GeoJSON-Net/GeoJSON.Net - 94d814c72b2cce99d6a02b2a916e71015092a2d3 authored almost 14 years ago by Jörg Battermann <[email protected]>