Skip to content

Commit 0c7f967

Browse files
authored
Merge pull request #106664 from farah-alyasari/spatialiomodule
spatial-io-module-quick-edits
2 parents 0f332ce + 66461bb commit 0c7f967

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

articles/azure-maps/spatial-io-add-ogc-map-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following tool overlays imagery from the Web Map Services (WMS) and Web Map
6868

6969
<br/>
7070

71-
<iframe height='700' scrolling='no' title='OGC Web Map Service explorer' src='//codepen.io/azuremaps/embed/YzXxYdX/?height=700&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/YzXxYdX/'>OGC Web Map Service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
71+
<iframe height='750' style='width: 100%;' scrolling='no' title='OGC Web Map Service explorer' src='//codepen.io/azuremaps/embed/YzXxYdX/?height=750&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/YzXxYdX/'>OGC Web Map Service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
7272
</iframe>
7373

7474
You may also specify the map settings to use a proxy service. The proxy service lets you load resources that are hosted on domains that don't have CORs enabled.

articles/azure-maps/spatial-io-connect-wfs-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following code uses the WFS client to explore WFS services. Select a propert
8686

8787
<br/>
8888

89-
<iframe height='700' scrolling='no' title= 'WFS service explorer' src='//codepen.io/azuremaps/embed/bGdrvmG/?height=700&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/bGdrvmG/'>WFS service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
89+
<iframe height='700' style='width: 100%;' scrolling='no' title= 'WFS service explorer' src='//codepen.io/azuremaps/embed/bGdrvmG/?height=700&theme-id=0&default-tab=result&embed-version=2&editable=true' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='https://codepen.io/azuremaps/pen/bGdrvmG/'>WFS service explorer</a> by Azure Maps (<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
9090
</iframe>
9191

9292
You may also use a proxy service to load resources that are hosted on domains that aren't CORs enabled. You would first define a variable to hold the proxy service url and set the `proxyService` option for the WFS client. To render a proxy service option for the user, add a user input to the UI. Load the service url when the input is clicked. The following snippets show you how to use the proxy service.

articles/azure-maps/spatial-io-supported-data-format-details.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -385,39 +385,39 @@ The first row of data will be scanned for strings that are in Well Known Text fo
385385

386386
When scanning the header row, any type information that is in the column name will be extracted and used to cast the cells in that column. Here is an example of a column name that has a type value: "ColumnName (typeName)". The following case-insensitive type names are supported:
387387

388-
**Numbers**
388+
#### Numbers
389389

390-
- edm.int64
391-
- int
392-
- long
393-
- edm.double
394-
- float
395-
- double
396-
- number
390+
- edm.int64
391+
- int
392+
- long
393+
- edm.double
394+
- float
395+
- double
396+
- number
397397

398-
**Booleans**
398+
#### Booleans
399399

400-
- edm.boolean
401-
- bool
402-
- boolean
400+
- edm.boolean
401+
- bool
402+
- boolean
403403

404-
**Dates**
404+
#### Dates
405405

406-
- edm.datetime
407-
- date
408-
- datetime
406+
- edm.datetime
407+
- date
408+
- datetime
409409

410-
**Geography**
410+
#### Geography
411411

412-
- edm.geography
413-
- geography
412+
- edm.geography
413+
- geography
414414

415-
**Strings**
415+
#### Strings
416416

417-
- edm.string
418-
- varchar
419-
- text
420-
- case 'string
417+
- edm.string
418+
- varchar
419+
- text
420+
- case 'string
421421

422422
If no type information can be extracted from the header, and the dynamic typing option is enabled when reading, then each cell will be individually analyzed to determine what data type it is best suited to be cast as.
423423

0 commit comments

Comments
 (0)