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

Merge pull request #167 from janusw/feature_properties_optional

make Feature.properties optional

36be4319a527e232616be08547c883c6174ddf3f authored 11 months ago
Merge pull request #175 from janusw/gha_pkg

GitHub Actions: upload nupkg as artifact

16cb7563076d0131c8e747e99eac3465b572f61a authored 11 months ago
GHA: upload nupkg as artifact

4405777994b4b49f01cf9e75b1044743e250ff1f authored 11 months ago
GHA: set version via "git describe"

* for this to work, we need to set "fetch-depth",
in order to check out all tags

93c05d3e453062d83b0bd1c7e16deff7528b70ef authored 11 months ago
GHA: add a Windows build

031470ffb2da4afa660d73bf7b0a19e745b6f5f5 authored 11 months ago
add a test case: deserializing a feature without any properties

2da16a76b6a42ab12cd56f236f7ba1a807273639 authored 12 months ago
make Feature.properties optional

* up to now it was required, but could be null

102a7b8ba30b32d6cdee4ef2b230530a3bc6d5a6 authored 12 months ago
Merge pull request #173 from janusw/gha

Add a working GitHub Actions config (for CI builds)

7cc00fbe78477adbf5cc2b43051394a20e59ad04 authored 12 months ago
Github Actions: install .NET 5.0

* in addition to .NET Core 3.1
* and use the latest version of the 'setup-dotnet' action

1c730f82fdf843ab38ddab65159e2e67cb77a06b authored about 1 year ago
Github Actions: make all dotnet commands work by adding the sln file

* previously one got errors like this:

MSBUILD : error MSB1003: Specify a project or solution f...

8106de07affee49c1b095b17ff6e1d7a58c45460 authored about 1 year ago
Github Actions: run on all pushes and PRs

* and add a manual trigger

5e1a1b9e6b68a15c27b7846e053cc53a1a6e19d6 authored about 1 year ago
fixed failing test

e6d5fa78fa4ee058500d41e9e6867861d629b0c9 authored about 1 year ago
read me changes

24be0a8427681be3bb1093420d21d62cbbf285d1 authored over 2 years ago
Merge remote-tracking branch 'origin/master'

848722499ef947cd704e8172f80d0761767cc5d9 authored over 2 years ago
Adding typed feature collection

a7a828d27b19b487e9e89d0f81d5ca0cc8c8a234 authored over 2 years ago
Fix circular dependency issue (#153)

* Write as geo json object.

* Fix naming and docs.

84ed5d8cd3a07e75d3179d1fd3a2cd50b8794aa2 authored over 2 years ago
Lowering .net 6 to .net 5

d53f094b4e2562c794633f3b697feb929599dcb3 authored over 2 years ago
Bumping netcoreapp version in test project

7ccdb924d34ca6f422a935073c286b82b9dc7d77 authored over 2 years ago
Merge remote-tracking branch 'origin/master'

b6e156a9bcc88ca985be55f300a430f68f854607 authored over 2 years ago
Removing support for .net 3.5

6c4e0930812abef3393a2b6b418c83e98d68f718 authored over 2 years ago
Bump Newtonsoft.Json from 10.0.2 to 13.0.1 in /src/GeoJSON.Net.Tests (#162)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1.
- [R...

33a794867b8f2a7afd25447d369e6773c9f4c6e3 authored over 2 years ago
Bump Newtonsoft.Json from 10.0.2 to 13.0.1 in /src/GeoJSON.Net (#161)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1.
- [R...

c3bff1fa280676c90a2c3c94425d6554df374fb6 authored over 2 years ago
Feature/update readme (#157)

* Create dotnet.yml

* Updated the readme to point to geojson.text for system.text.json suppor...

67110b59a8edb3a79fe0aab07d828e6b3c8322e2 authored about 3 years ago
Update main.yml

4a10d5b913b238d2931fb245aeb0c8309111ab5d authored over 4 years ago
Create main.yml

0a0f5a3430501dc09799db913134228eb3c93f7e authored over 4 years ago
Nuget 1.2.16

GH-147

Co-Authored-By: Sanjeev M <[email protected]>

c58e432eabfa00ae779f19e9bac7788f00cdf692 authored over 4 years ago
Merge pull request #147 from zeus82/master

Geometry converter no longer writes. It was causing a reference loop

3a1c85abf0bd47a2590c13b768663a0a86e832db authored over 4 years ago
Added a unit test to highlight the problem

eeb1ac94179225be5e4d092632efd51dfc27b080 authored over 4 years ago
Geometry converter no longer writes. It was causing a reference loop

2a8291dc6e4f7233815dbf92f46a3809e8dd0ef2 authored over 4 years ago
Merge pull request #146 from BarryPSmith/fix-IPosition

Fixes a bug with PositionConverter if pass interface instead of solid instantiation

0b8d4bb22a2bf3fdd5dc8341aa715891aafd169d authored almost 5 years ago
PositionConverter no longer throws a NotImplementedException if passed an IPosition instead of Position

13210833e8b03ac276c4e1304fcafa8daf82a895 authored almost 5 years ago
Added support for netstandard 2.0 and 2.1

d0d8f480c1e62b8be8154b679169497bc3e9cf1d authored almost 5 years ago
System.Text.Json workaround in .netCore 3

6a1b3e70f8c5e08773b91069bf05ee6b822429e4 authored almost 5 years ago
New build process (#140)

* Experimenting with .net 3.5 framework location for DevOps build

* Adding new build icon to ...

79b025ae6ee6f8a0c5ddd90cdb20121d7ffee989 authored about 5 years ago
Optimizations (#138)

* Use TryGetValue over ContainsKey+Indexer

* Use generic comparison to avoid boxing

2592259b1a7f85269d524b3547696c7cc80cda75 authored about 5 years ago
Consolidate nuspec into csproj (#135)

Most information from nuspec can be specified in the csproj.
This has the benefit that all info...

957c7f76bd223527a05cb8274e586acd7707c175 authored about 5 years ago
Update GeoJSON.Net.csproj

#123

335e9d7d6519718ca2d57eb39be576e300bbdb43 authored over 5 years ago
Merge pull request #127 from SimonCropp/strongName

add strong name

41fcaf990b29ffd2007f0fd2d6e7e946e2e8f6b0 authored over 5 years ago
add strong name

5d1a90e8026a5fd5275930b7722d0bf555ff4dc3 authored over 5 years ago
Create FUNDING.yml

7e04f0ccb3b904aef90d4e0634e1abf5e1e4cea5 authored over 5 years ago
Merge pull request #122 from opencollective/opencollective

Activating Open Collective

f718ba30a8d22d9716bd4d9f2401580d8ceaa6c0 authored almost 6 years ago
Added backers and sponsors on the README

e1975d6c59bbb38b35677f48a43fa0c8b07a2b18 authored almost 6 years ago
- coordinates are not validated against geographic coordinate bounds, can now be any numeric

- assembly file version matching nuget package version

ab6fad46d2e77b4066ccb05242c10e887ee8a7d4 authored almost 6 years ago
Merge branch 'master' of https://github.com/GeoJSON-Net/GeoJSON.Net

88e1d5229a3b79b507089d69f6c4416593789638 authored almost 6 years ago
Update GeoJSON.Net.nuspec

7eb782442b07979dacf91ce3cb9324680f8ac6d4 authored almost 6 years ago
Appveyor badge

f15b133748aa239cb00b48a67e5dc86ca483ae95 authored almost 6 years ago
Merge pull request #117 from justinhachemeister/master

Update Feature constructor definition to use interface instead of con…

f92340b2bc0ab26bdedf42de897ee4650f5e85af authored almost 6 years ago
Update Feature constructor definition to use interface instead of concrete class

Feature defines a constructor with IGeometryObject, Dictionary<string, object>, string types. If...

80e2d79e66ed95662318a19771165407fdebcafc authored about 6 years ago
Fixing issue 115, Feature.Equals thros excpeiton when geometry is null

53e12d60820b78b0a5ab675e1d73af2886c2a563 authored about 6 years ago
Removing validation that was put in for lat/long against the specs

446154f02f8733fdecda50fb84e5832a59116e80 authored over 6 years ago
More comprehensive gitignore

0d6e34bf5b926e02394f28aa503e4d8fc204399e authored over 6 years ago
Deserialize LinkedCRS with the href from its properties (#102)

* Deserialize LinkedCRS with the href from its properties

Fixes #101

* Added regression te...

249cfde8249c00fae64c940ae47334f946fa1e12 authored over 6 years ago
fixing tests

4d13175ce2086c232c515c5e01195da4429d6486 authored over 6 years ago
Fixing test

fffaa63b89637644be67bbac077079b7964c9595 authored over 6 years ago
Fixing tests after merginng position constructor validtion change

b6d5c378e10c592e29a035e8ad02c4cd2790827e authored over 6 years ago
Update README.md

Notice regarding my situation

8c2f167c65916684a0bb774151f59da2fa34f2da authored over 6 years ago
Adding Lat/Lon Validation to Position Constructor (#108)

Range validation was missing from one of the constructors for
Position.

c77deea2f01378d56046cda0b52447d851493f85 authored over 6 years ago
Git ignore and Resharper Sponsor

8552a1642c127f9fbe2ccb2311d3dc0807d1d2ce authored almost 7 years ago
Readme changes

d75b42b1e1e1ccf1aa07c0f70a346e663a2bbaa8 authored over 7 years ago
Fixing issue 94, exception when checking for null

2dc82d76f9788c5e359d04bee19eb69b6d3700bc authored over 7 years ago
Updating Readme

c3220ef9a625c02597e0a004b7b5538a9b00f4b8 authored over 7 years ago
Updating readme

e8240ad42fc671a4a764053aa14d60020f511d26 authored over 7 years ago
Changing nuspec file

f56d834d9ab3535948e623d3c0147ae7cc802743 authored over 7 years ago
Adding some tests

e466e84636ddde196ede8ddf034d28b81d8f65cb authored over 7 years ago
Don't touch CRS on (de)serializing (#90)

Removes code that creates a default CRS on deserializing when JSON contains None, and that remov...

15b64b77a408e2eb25b24f323ed115021045fa0a authored over 7 years ago
Improve code quality (#88)

* replace GeoJsonObject.Type by abstract read-only property

The Type now resolves to a consta...

b65fe86853bfd04a91162a9b952b8fbb48a8b040 authored over 7 years ago
Generic feature (#85)

* Add generic Feature<TGeometry, TProps> class

* add visual studio settings folder to .gitign...

9d579d6c9f4ab03cc4913945879556053efe5a21 authored over 7 years ago
Update tests project to msbuild 15 and add netcoreapp1.1 target (#87)

* remove unreferenced sources from test project

* update test project to MsBuild15 + add netc...

ffef6a360c020dddc078cf2158ea19387183a2f5 authored over 7 years ago
remove unreferenced sources from test project (#86)

155ce5506b15173e9afb15763d971cfed973f506 authored over 7 years ago
Adding Feature class that has typed Geometry property

81c86303709a00f89a6d899a330e2e7eeb98302e authored over 7 years ago
Linestring to use IPosition in Is_Closed

0d43f01d8bf63af11ea4d01081921457ec08c32f authored over 7 years ago
Grrrrr Readme update again

3d72d06fb715b73f690dfb5b168a154242f2e5ce authored over 7 years ago
Updating readme

47af05c50ba0c4f820d9ea67d4a0d240df8ffb66 authored over 7 years ago
Setting some more targets, removed GeographicPosition

ca682290b3f37fe1f09614d225514db18a4cb81d authored over 7 years ago
Merge pull request #78 from rjhernandez/net-standard-1.1

Net Standard 1.1 Update

7a20bbf7a7c83cfd23e1a9e4feb002b06773d3e3 authored over 7 years ago
Fixed tests so that they work on Mac/Linux

6d9443b085708887ce08e91c5296486e7d8ee2bd authored over 7 years ago
Modified GeoJSON.NET project to a .NET Standard 1.1 project so it can be more easily reused in developing libraries for cross platform development.

cd045d458307f1a4be8faf935319bc80dc1cc9a6 authored over 7 years ago
Final commit for v1 Alpha

f6d68ed6c20d7a2908c367e3ac157a08de311398 authored almost 8 years ago
Merge pull request #75 from GeoJSON-Net/version-one

Merging Version One

ce6baaba1ea8a804069f29bb670ba733aba65dc2 authored almost 8 years ago
Removing GeographicPosition and replaced with Position. Created properties in IPosition and used.

81080d3fdb7b7ef9ce2a6f9af9af7d278e860473 authored almost 8 years ago
Last bit of comment tidying

3416c68b668831430ff5133d9e8ac11fe64d6090 authored almost 8 years ago
More comment tidying

c67d925c156eab903777b4b9cac5edc933fae7ec authored almost 8 years ago
Removed some redundant code and started to tidy comments

3254bacee6bef6027879a7eb80962760c1d79772 authored almost 8 years ago
Merge pull request #73 from GeoJSON-Net/rfc7946

Rfc7946

67184413b21357c2eebcdb2c73f69ae4a1472df7 authored almost 8 years ago
Switched AppVeyor badge to new account

a454667a7247f562ec161ac40aa7893e8cc8ed3d authored almost 8 years ago
Code correction for readme

c5621b984cc86864a82f804e72f68946ef3615a6 authored almost 8 years ago
Chnges to readme for rfc

646d45b39d1ec82f223aa41ae04914d29532b021 authored almost 8 years ago
Removing last spec ref

4806d143bf801bbb323d96e9fec8bc1925771b17 authored almost 8 years ago
Changing all links to point to latest RFC

48f2b1f537647e5cee249984155b343ea4adcfe8 authored almost 8 years ago
Merge pull request #71 from matt-lethargic/master

Removing dead project message

b49882eb8786de177458bb6af0ebcdcff4b8a9e3 authored almost 8 years ago
Removing dead project message

c96d92400620fca2854e7237c1d38e4ce54ca6a4 authored almost 8 years ago
Merge pull request #70 from matt-lethargic/master

Included Type property when DefaultValueHanding is set to Ignore

c6879e8bc2391cc15c8ddeab7d5b541c5a28d53b authored almost 8 years ago
Issue 44, Included GeoJSONObject Type property when DefaultValueHandling is set to Ignore

b48ec98a97fbd9bc70b81577a6190cb684ebdfe6 authored almost 8 years ago
Updated Readme.md to reflect current state of Project

673e939eb514d4a9592b232f82f7d4203778fcc1 authored about 8 years ago
Merge pull request #65 from olejorgensen/fix-feature-id-and-property-comparison

remove feature.Id and Property comparison

f2efd42ce64cd0bc6dd36a3030af32048a8a27b4 authored about 8 years ago
remove feature.Id and Property comparison

d9339e42f137962e24e77bfbc191d6b326ed49d1 authored about 8 years ago
Made Feature.Id non-private again

35551e79e3cd722cde42dfae2b873a8efdedca05 authored about 8 years ago
Merge pull request #64 from olejorgensen/Reimplement-Equals-and-GetHashCode

Implement Equals and GetHashCode on Feature and FeatureCollection

9cb4434d6f6c5e47010262e1a15c6d798785636c authored about 8 years ago
Implement Equals and GetHashCode on Feature and FeatureCollection

d7141b92377068b1bf7b57b8c5dd0eb919436284 authored about 8 years ago
Fix tests for Point, Polygon, and LineString

5d0b1522d07e99e77498663c2677ffe2b149b2ab authored about 8 years ago