Ecosyste.ms: OpenCollective

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

github.com/GeoJSON-Net/GeoJSON.Net

.Net library for GeoJSON types & corresponding Json.Net (de)serializers
https://github.com/GeoJSON-Net/GeoJSON.Net

change modifiers to readonly beacause the hashcode are computed from the coordinates

52fc091e946579f24402ecfd5896457f61719c5d authored about 8 years ago
add IEqualityComparer, IEquatable for consistency

a50045bd9495994e44b72ae42b04cfc83ccb525d authored about 8 years ago
Merge pull request #62 from olejorgensen/Reimplement-Equals-and-GetHashCode

Reimplement Equals and GetHashCode

fffa5e3b8058862822275334a66671610d045f7e authored about 8 years ago
Reimplement Equals and GetHashCode

1ac676b10e648fe63284b58c8c8858d02a771b99 authored about 8 years ago
Merge pull request #52 from nojan1/master

Changed CRS Type attribute values to lowercase.

8f9fbd97a9ad85468fe34a84fa74270c84ee855b authored almost 9 years ago
Changed CRS Type attribute values to lowercase.

d500da806fd1a6d401e8d04d186d9159f824e64f authored almost 9 years ago
Merge pull request #51 from LiveEarthSoftware/master

Added JsonConverter that can convert IGeoJSONObject

a46421cf878ad4655bf0139e898fd33b180c783f authored almost 9 years ago
Added JsonConverter that can convert IGeoJSONObject

b1c4f39b2e977a96e1704350e8f8648e74941650 authored almost 9 years ago
refactored multipolygon to properly close json array (#6)

13a8a8b73f1127c53bcb273247c83252c960cd42 authored almost 9 years ago
Reverted Json.Net to lowest Profile259 compatible one

#47

3a429b46d8e9ac7fd20abf34972abffdb366cc6c authored almost 9 years ago
Fix for #47

There was something way off with the .nuspec :-1:

24ab2d1b7ad329e6a7a1bc1a4e652cc793fa23cb authored about 9 years ago
Updated to PCL259; Json.Net 8.0.2 & Tests correspondingly

2cfd6630ced9ef9051fdfb331f0a57a19018c343 authored about 9 years ago
Updated .nuspec to new project url

95056d51658555cbbb5c189f7478716fe9b1affc authored almost 10 years ago
Updated to JSON.Net 6.0.8

1cd7371b71a21dff393260faf926072e2e2ee61e authored almost 10 years ago
Merge pull request #39 from russcam/master

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

6bc06947a2024c37eee6c23ea56ba861c405e4cb authored almost 10 years ago
Merge remote-tracking branch 'upstream/master'

e83f89e89bb0b6fa51897cc4f8422309332b3419 authored almost 10 years ago
Optimize serialization in converters

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

e1f8b76c246728ceac71c549c4c7e909968fd800 authored almost 10 years ago
add unit tests for MultiPoint and to ensure that serialization observes the settings of the serializer

b3ecd786c684d3b61fb734f0c364731df421b0a0 authored almost 10 years ago
Refactor unit tests into separate test classes

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

c3fe3715eef82cee8070b1a76b54194e5a2121eb authored almost 10 years ago
test refactoring

8a03144b499d904629aa64f893326f6dab6b69b1 authored almost 10 years ago
Merge pull request #36 from russcam/master

Respect the formatting of the serializer within WriteJson()

698274307cad8fc00c73d917d364b90a9fa3230f authored almost 10 years ago
Respect the formatting of the serializer within WriteJson()

778138ef30143560ce25d0a8d4328115978f906c authored almost 10 years ago
Merge pull request #34 from vincentsels/merge-matt

Add serialization and deserialization for CRS

56e6941c438de69fc6e83bb5c2f411f776786e5f authored about 10 years ago
Added some (named) CRS serialization tests

bda409d6f89aa91332aa957bd72cb038a8fdbe80 authored about 10 years ago
Merge branch 'matt' into merge-matt

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

a647551c0de41b3ef85bb8c675122feb0f051973 authored about 10 years ago
Merge pull request #32 from Philo/master

Implements Multi-polygon deserialization and corrects Feature/FeatureCollection deserialization

b1ebcd522afc0c2e720df420bbc6ea761184a28d authored about 10 years ago
Adds Json.Net constructor attribute for Feature deserialization and adds tests for feature and featurecollection deserialization

ef7acad91ba72efb876b025bd7d3d74e2a44e3b5 authored about 10 years ago
Adds multi-polygon deserialization to GeometryConverter

cfb9bc25613db0756532d09a216db5f9dce33352 authored about 10 years ago
Implements multi-polygon serialization

dcc5a4a1a9377a5dec6d42b9dfcac153d1453f9a authored about 10 years ago
Merge pull request #30 from XavierFischer/master

New Feature constructor with auto class property mapping

9c7e932020a2a06f6a2dd99d1c45cdbb71cbab2e authored about 10 years ago
New Feature constructor with auto class property mapping

fc968585410fe94326ccd40de62c5413602b98a9 authored about 10 years ago
Merge pull request #28 from jhuntoo/multipolygonsuppport

Add Serialization support for Multipolygon

ec87a9b54616d4536bc9deabbf66c8124387d570 authored about 10 years ago
Add Serialization support for Multipolygon

ce273f7db86f6b461a073cdea2926abb7df5a9b0 authored about 10 years ago
Adding FeatureCollection serialization test and fixing bugs until it works

ad923f1c852d6bccc04e317f3c28edaf60b29ecb authored about 10 years ago
Fixed Crs deserialisation on FeatureCollection. Added test

69f31d933e4e989879b8bb3711f83957590837c9 authored about 10 years ago
Meh. Links corrected [skip ci]

532817e7178dc8b210654d24935feb308902c761 authored about 10 years ago
Updated License [skip ci]

360ae6bfafb8b4ba861a6370a02e450734828334 authored about 10 years ago
Updated Readme a little [skip ci]

89cd01b8f44bbddb409106e43308982f9143900d authored about 10 years ago
Merge pull request #25 from perliedman/fix-geometryconverter

Fix for LineString and MultiLineString in GeometryConverter

9453e17545ef9d2b507624750d264c5b5263dd63 authored about 10 years ago
Fix for LineString and MultiLineString in GeometryConverter

Some refactoring to share functionality between PolygonConverter and
LineStringConverter.

d4c2921188d0c572b3c5af07e79827c9e183bfa7 authored about 10 years ago
Merge pull request #24 from perliedman/multilinestring-and-polygon-holes

Fix deserialization for MultiLineStrings and Polygons with holes

12ad9f038de1ee95b957d19825cbf66071c59281 authored about 10 years ago
Fix deserialization for MultiLineStrings and Polygons with holes

ec3df26a3e57b35ee1e15613a6ac5fa1666c1bee authored about 10 years ago
Merge pull request #19 from XVincentX/master

Transform project to PCL

ec67ec05ae487622012c491daeff891d9956ee08 authored over 10 years ago
Updated JSON .NET to version 6

Updated project type to be a PCL

095f935e6e159ab9cb961a8369b2c360feba6357 authored over 10 years ago
Update README.md

bef36e1402b91c81f7191592e79ea5d5aa124a7a authored over 10 years ago
Changed exception type

cd1fb20f59198e356e33a9f6acc3b8963369ea51 authored over 10 years ago
Changed required attr of CRS and box

a0ea2254fb0e2281aab23884ab2b8cb7e9199a0d authored over 10 years ago
Update README.md

Added Appveyor Build Badge

5b5a7d1205620e69568a126ac3c568cc24aa439a authored over 10 years ago
Bumped version

8370b23e6989e8a737baf50af3ea910e30f79626 authored over 10 years ago
Merge pull request #13 from gzuri/master

Merging: point and polygon serialization, tests

8beb16ed9827d6bf718113f8d76b501ccd95c67e authored over 10 years ago
Point and Polygon features serialization

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

cf737db9d3ae8503d19e81288d3c0e7e18720bab authored over 10 years ago
Fix: GeographicPosition serialization

7ab400c790a70f14e21375a9e171af569c5aa46b authored over 10 years ago
Merge pull request #12 from gzuri/master

Added PointDeserialization, bug fixes

65b2eedb9bab5b7600341b47b71d79f0a93e6e58 authored over 10 years ago
Added PointDeserialization, bug fixes

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

a510f7300933c230cfcdbc044a65a52ebaa10f1a authored over 10 years ago
Merge pull request #10 from gzuri/master

Merging just few minor things

e2e52fd9d42d554f967b45429be02fecba54ee44 authored over 10 years ago
Added support for negative coordinates

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

77ece36935eacdab1cc3310db68782fd88d3e87c authored over 10 years ago
Fix on null comparison

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

77abad3ebeca3f7fe385ddcc9bb74118295aa807 authored over 10 years ago
Merge pull request #7 from gzuri/master

Added polygon compare and deserialization

33bfd06b9f5518a85907afe2689827f8f6163d11 authored over 10 years ago
fix on code in readme

af11994ec62dcb50fa471ff81a287f7389d25254 authored over 10 years ago
Another change to readme

2cbfa431cf26cac0ce80c66243f2afccac9cd552 authored over 10 years ago
Upgraded readme

ebc9b642843790bbf46e06c4a86c90a2208039dc authored over 10 years ago
Added equality comparer for polygon

9d5b779cfd97fa50e161d1d6e515cd2f5ae3ab65 authored over 10 years ago
Added features deserialization for polygon

e3efbc6ea41dc57fcbe261ac2408a5edf72fa2db authored almost 11 years ago
Merge pull request #6 from gzuri/master

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

818d147bff3b129d89e6b7d000d09c39a1450df6 authored almost 11 years ago
Added Polygon deserialization

8b9837ec9fb036d157cb3312748921ade1104085 authored almost 11 years ago
Merge remote-tracking branch 'upstream/master'

bd0fe9019378c8eab3abb666e3712d7988497f4a authored almost 11 years ago
Merged and resolved / closed #5

dbe70305cc3d2380b8412ac09a63db70a467f7ce authored almost 11 years ago
Lowered the dependencies

91e2844c9de59b33213fa7b920e0212100bb74ae authored almost 11 years ago
Added test for polygon serialization

574487edc8352074fb8cc8b832ba50c0359d3fe3 authored almost 11 years ago
Updated Json.net, made polygon serialization

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

b84623d1d97236f1983f9ca307a9895261fde628 authored almost 11 years ago
Bumped version info in assemblyinfo, too

fb09fa22b6cf4c9f722b6107134355e0ef8481ba authored almost 11 years ago
Bumped nuget dependencies

8f3f3708e4f4fb33d02f24f4af4a9cd49aeacc78 authored almost 11 years ago
Merge pull request #4 from gzuri/master

Added Position serializer, thanks Goran!

506274de779c3fb7cf9a7f4b7181b903399ac6c8 authored almost 11 years ago
Added Position serializer

ff34be54e1836f22d49321bceb1c54545783e132 authored almost 11 years ago
Bumped nuspec

41a82571e436287399c92747dff60c11f3a0a319 authored almost 11 years ago
Update LICENSE

757faec9ad00832b2ddb72c023dabc6e765f324f authored almost 11 years ago
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...

66bc9259651bdc9a78d43a5ae1a98ad42a5c9853 authored almost 11 years ago
Fixed nuget nuspec file and corresponding dependencies

813ca7cbd5f59aedd6b866e38155713195c6a9e4 authored about 13 years ago
Added note regarding NuGet package

c9b1c6d529c10bb8ab751599a0f6b1f7bfeaf55d authored about 13 years ago
Prepared for publish to nuget.org

8ad75c8fc7dcdcb87a41135e07a65a3057c1f878 authored about 13 years ago
Some more abstraction

af46c9ba7320d53a6f0b36ff21a24bd292d52af8 authored about 14 years ago
features are done

84050f454b2f70a15263254089a1bcaca1e4b1f4 authored about 14 years ago
GeometryObjects are done, next up Feature(Collection)s and then finally converters

f90a2fac27ce26e9b0d13590f17e468bf66ae2f4 authored about 14 years ago
Added .chm documentation

57f541d5857a6deb41e821dc162f058aae127f07 authored about 14 years ago
Making big steps towards being finished

32058de351b20e63127964b018a2c973b70dceb1 authored about 14 years ago
dumdidum

5dc03f05188a4eac4bf36f8f2f78117083304d54 authored about 14 years ago
Preparing NuGet package

d5e6901eaf68045ae7ae437c5eb799fc4e8ff9ad authored about 14 years ago
restructuring

990d59e5bc34cad148d14bf880211a5036d9ec17 authored about 14 years ago
major bytes pushing going on

aef6cb49f3945dd9b95f8a7c953fb4d4c93763ca authored about 14 years ago
Initial checkin

94d814c72b2cce99d6a02b2a916e71015092a2d3 authored about 14 years ago