jumpinjackie / mapguide-rest

REST Extension for MapGuide Open Source
GNU Lesser General Public License v2.1
26 stars 14 forks source link

Voting Districts Schema Incorrect in Cesium Example #209

Closed mapguideguy closed 10 months ago

mapguideguy commented 10 months ago

In C:\Program Files\OSGeo\MapGuide\Web\www\rest\sampleapps\cesium\index.html

The datasource currently shows: districtsSource.load("../../library/Samples/Sheboygan/Data/VotingDistricts.FeatureSource/features.geojson/Default/VotingDistricts?transformto=LL84");

it should replace the "Default" schema with SDF_2_Schema (at least with latest Sheboygan.mgp examples)

districtsSource.load("../../library/Samples/Sheboygan/Data/VotingDistricts.FeatureSource/features.geojson/SDF_2_Schema /VotingDistricts?transformto=LL84");

jumpinjackie commented 10 months ago

You are using an extremely old version of the Sheboygan dataset (SDF_2_Schema is a tell-tale sign of a legacy version of this data being converted by MapGuide Studio and that was probably what the very first versions of Sheboygan.mgp looked like)

With this baseline: https://download.osgeo.org/mapguide/releases/4.0.0/Beta1/Sheboygan.mgp

The schema for voting distircts is Default as expectd.

So I'm gonna close this as wontfix

mapguideguy commented 10 months ago

Will reload with newest MGP


From: Jackie Ng @.> Sent: November 10, 2023 4:44 AM To: jumpinjackie/mapguide-rest @.> Cc: Gordon Luckett @.>; Author @.> Subject: Re: [jumpinjackie/mapguide-rest] Voting Districts Schema Incorrect in Cesium Example (Issue #209)

You are using an extremely old version of the Sheboygan dataset (SDF_2_Schema is a tell-tale sign of a legacy version of this data being converted by MapGuide Studio and that was probably what the very first versions of Sheboygan.mgp looked like)

With this baseline: https://download.osgeo.org/mapguide/releases/4.0.0/Beta1/Sheboygan.mgp

The schema for voting distircts is Default as expectd.

So I'm gonna close this as wontfix

— Reply to this email directly, view it on GitHubhttps://github.com/jumpinjackie/mapguide-rest/issues/209#issuecomment-1805401547, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACN6AAHZVSNMXIM7SVVCL3LYDXZPHAVCNFSM6AAAAAA7FZFIE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGQYDCNJUG4. You are receiving this because you authored the thread.Message ID: @.***>