Closed mapguideguy closed 1 year 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
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: @.***>
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");