-
Notifications
You must be signed in to change notification settings - Fork 88
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
Message=Method not found: 'ProtoBuf.Meta.RuntimeTypeModel ProtoBuf.Meta.TypeModel.Create() #130
Comments
I have the same problem. Have you resolved this problem?
I have the same problem. Have you resolved this? |
Hi I didn't have big enough HDD to process planet.osm so split into continents
HTH |
The latest protobuf version OsmSharp supports is 2.x so upgrading to 3.x is not going to work. |
I have been running into the same issue as mentioned by the other users in this thread, when calling MoveNext on the osmGeoEnumerator variable, an exception with the following message is thrown:
This exception occurs at the following line of code:
For context, this is the body of the method in which the exception occurs at:
As per your suggestion as seen in the quoted reply at the top of this message, I had tried to downgrade my version of the protobuf-net Nuget package from version 3.2.26 (the latest version of the package as of now) to version 2.3.7. However, although the MissingMethodException no longer occurs, another exception occurs instead with the following message:
This exception occurs at the following line of code:
The same issue occurs even when using version 2.4.8 of the protobuf-net package instead. I then upgraded my version of the protobuf-net package to version 3.0.0. However, even on that version, this exception with the following message is thrown:
Again this exception occurs at the following line of code:
I was wondering if there was a way to resolve this issue? |
Hi
I'd like to try and extract populated places and associated tags from, eventually, planet osm
Based on your Samples the code bellow is erroring at the foreach loop
protobuf-net nuget is v 3.0.101 latest
Is this something you can help with
also is my linq query going to extract what I'm expecting I realize there needs to be additional filtering
For instance in QGIS you can do this
"place" IN ('city','farm','hamlet','isolated_dwelling','neighbourhood','quarter','suburb','town','village')
C# Code
The text was updated successfully, but these errors were encountered: