{"id":5519,"date":"2026-07-16T11:04:26","date_gmt":"2026-07-16T11:04:26","guid":{"rendered":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/"},"modified":"2026-07-16T13:33:08","modified_gmt":"2026-07-16T13:33:08","slug":"import-shapefile","status":"publish","type":"docs","link":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/","title":{"rendered":"Import Shapefile"},"content":{"rendered":"\n<div class=\"spcad-imp-shp\">\n<style>\n.spcad-imp-shp {\n  --spcad-blue: #174ea6;\n  --spcad-blue-dark: #0f2f66;\n  --spcad-border: #d8e0ea;\n  --spcad-bg: #f6f8fb;\n  --spcad-text: #202934;\n  --spcad-muted: #5e6b7a;\n  --spcad-card: #ffffff;\n  --spcad-table-header: #eef4ff;\n  --spcad-success: #1f8f56;\n  --spcad-warning: #9a6200;\n  --spcad-warning-bg: #fff6e2;\n}\n.spcad-imp-shp, .spcad-imp-shp * { box-sizing: border-box; }\n.spcad-imp-shp {\n  margin: 0;\n  font-family: \"Segoe UI\", Roboto, Arial, sans-serif;\n  line-height: 1.6;\n  color: var(--spcad-text);\n  background: var(--spcad-bg);\n}\n.spcad-imp-shp .page { max-width: 1120px; margin: 0 auto; padding: 32px 20px 56px; }\n.spcad-imp-shp .breadcrumb { color: var(--spcad-muted); font-size: 14px; margin-bottom: 12px; }\n.spcad-imp-shp .hero {\n  background: linear-gradient(135deg, var(--spcad-blue-dark), var(--spcad-blue));\n  color: #fff; border-radius: 14px; padding: 34px 36px;\n  box-shadow: 0 10px 26px rgba(15,47,102,0.18); margin-bottom: 28px;\n}\n.spcad-imp-shp .hero h1 { margin: 0 0 12px; font-size: 40px; line-height: 1.15; letter-spacing: -0.02em; }\n.spcad-imp-shp .hero p { max-width: 880px; margin: 0; font-size: 18px; color: #e8f1ff; }\n.spcad-imp-shp .content-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 28px; align-items: start; }\n.spcad-imp-shp main, .spcad-imp-shp aside { min-width: 0; }\n.spcad-imp-shp .card { background: var(--spcad-card); border: 1px solid var(--spcad-border); border-radius: 12px; padding: 24px; margin-bottom: 22px; box-shadow: 0 4px 16px rgba(28,43,64,0.05); }\n.spcad-imp-shp h2 { margin: 0 0 14px; font-size: 26px; color: var(--spcad-blue-dark); border-bottom: 1px solid var(--spcad-border); padding-bottom: 8px; }\n.spcad-imp-shp h3 { margin: 20px 0 8px; font-size: 20px; color: var(--spcad-blue-dark); }\n.spcad-imp-shp p { margin: 0 0 14px; }\n.spcad-imp-shp ul, .spcad-imp-shp ol { margin: 8px 0 0 22px; padding: 0; }\n.spcad-imp-shp li { margin: 6px 0; }\n.spcad-imp-shp a { color: var(--spcad-blue); }\n.spcad-imp-shp code { background: #f0f4f8; border: 1px solid #d7e1ec; border-radius: 5px; padding: 1px 5px; font-family: Consolas,\"Courier New\",monospace; font-size: 0.95em; }\n.spcad-imp-shp .note { border-left: 5px solid var(--spcad-blue); background: #f0f6ff; padding: 14px 16px; border-radius: 8px; margin: 16px 0 0; }\n.spcad-imp-shp .warning { border-left: 5px solid var(--spcad-warning); background: var(--spcad-warning-bg); padding: 14px 16px; border-radius: 8px; margin: 16px 0 0; }\n.spcad-imp-shp .callout-title { font-weight: 700; color: var(--spcad-blue-dark); margin-bottom: 4px; }\n.spcad-imp-shp .tool-table { width: 100%; border-collapse: collapse; margin-top: 12px; overflow: hidden; border: 1px solid var(--spcad-border); border-radius: 10px; }\n.spcad-imp-shp .tool-table th, .spcad-imp-shp .tool-table td { padding: 12px 14px; border-bottom: 1px solid var(--spcad-border); text-align: left; vertical-align: top; }\n.spcad-imp-shp .tool-table th { background: var(--spcad-table-header); color: var(--spcad-blue-dark); font-weight: 700; }\n.spcad-imp-shp .tool-table tr:last-child td { border-bottom: 0; }\n.spcad-imp-shp .steps { counter-reset: step; list-style: none; margin-left: 0; }\n.spcad-imp-shp .steps li { counter-increment: step; position: relative; padding-left: 44px; margin: 15px 0; }\n.spcad-imp-shp .steps li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--spcad-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }\n.spcad-imp-shp .quick-links { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 8px; }\n.spcad-imp-shp .quick-links a { display: block; text-decoration: none; color: var(--spcad-blue-dark); border: 1px solid var(--spcad-border); border-radius: 8px; padding: 10px 12px; background: #fbfdff; font-weight: 600; }\n.spcad-imp-shp .quick-links a:hover { border-color: var(--spcad-blue); background: #f0f6ff; }\n.spcad-imp-shp .two-column { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }\n.spcad-imp-shp .three-column { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }\n.spcad-imp-shp .feature-box { border: 1px solid var(--spcad-border); border-radius: 10px; padding: 18px; background: #fbfdff; }\n.spcad-imp-shp .feature-box h3 { margin-top: 0; }\n.spcad-imp-shp .status-pill { display: inline-block; border-radius: 999px; padding: 2px 9px; font-size: 12px; font-weight: 700; color: var(--spcad-success); background: #eaf8f1; border: 1px solid #bfe8d2; margin-left: 6px; }\n.spcad-imp-shp .status-pill.required { color: #174ea6; background: #e8f1ff; border-color: #bad2ff; }\n.spcad-imp-shp .status-pill.special { color: #9a6200; background: #fff6e2; border-color: #f2d18e; }\n.spcad-imp-shp .dialog-map { display: grid; grid-template-columns: 190px minmax(0,1fr); border: 1px solid var(--spcad-border); border-radius: 12px; overflow: hidden; background: #fff; margin-top: 16px; }\n.spcad-imp-shp .dialog-nav { background: #f4f7fb; border-right: 1px solid var(--spcad-border); padding: 14px; }\n.spcad-imp-shp .dialog-nav div { padding: 9px 10px; border-radius: 7px; margin-bottom: 8px; background: #fff; border: 1px solid #e1e8f2; font-weight: 600; color: var(--spcad-blue-dark); font-size: 13px; }\n.spcad-imp-shp .dialog-panel { padding: 16px; }\n.spcad-imp-shp .mini-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 10px; }\n.spcad-imp-shp .mini-field { border: 1px solid var(--spcad-border); border-radius: 7px; padding: 8px 10px; background: #fbfdff; font-size: 13px; }\n.spcad-imp-shp .mini-field strong { display: block; color: var(--spcad-muted); font-size: 11px; text-transform: uppercase; margin-bottom: 2px; }\n.spcad-imp-shp .image-frame { margin: 16px 0 0; border: 1px solid var(--spcad-border); border-radius: 12px; background: #fff; overflow: hidden; box-shadow: 0 4px 16px rgba(28,43,64,0.05); }\n.spcad-imp-shp .image-frame img { display: block; width: 100%; height: auto; }\n.spcad-imp-shp .image-caption { color: var(--spcad-muted); font-size: 13px; padding: 10px 12px; border-top: 1px solid var(--spcad-border); background: #fbfdff; }\n.spcad-imp-shp .folder-tree { font-family: Consolas,\"Courier New\",monospace; background: #f7f9fc; border: 1px solid var(--spcad-border); border-radius: 10px; padding: 14px 16px; white-space: pre-wrap; }\n.spcad-imp-shp footer { color: var(--spcad-muted); font-size: 13px; margin-top: 28px; text-align: center; }\n@media (max-width: 900px) {\n.spcad-imp-shp .content-grid { grid-template-columns: 1fr; }\n.spcad-imp-shp .two-column, .spcad-imp-shp .three-column { grid-template-columns: 1fr; }\n.spcad-imp-shp .dialog-map { grid-template-columns: 1fr; }\n.spcad-imp-shp .dialog-nav { border-right: 0; border-bottom: 1px solid var(--spcad-border); }\n.spcad-imp-shp .hero { padding: 28px 24px; }\n.spcad-imp-shp .hero h1 { font-size: 34px; }\n}\n\n.spcad-imp-shp .hero,\n.spcad-imp-shp .hero h1,\n.spcad-imp-shp .hero p {\n  color: #ffffff !important;\n}\n\n<\/style>\n<div class=\"page\">\n    <section class=\"hero\">\n      <h1>Import Shapefile<\/h1>\n      <p>Import ESRI Shapefile data into the drawing using the general vector import settings.<\/p>\n    <\/section>\n    <div class=\"content-grid\">\n      <main>\n\n        <section class=\"card\" id=\"overview\"><h2>Overview<\/h2><p><strong>Supported source:<\/strong> <code>.shp<\/code><\/p><p>A Shapefile usually requires .shx and .dbf files in the same folder. A .prj file is recommended for CRS detection.<\/p><\/section>\n        <section class=\"card\" id=\"steps\"><h2>Import Steps<\/h2><ol class=\"steps\"><li>Run <code>IMPORTGEO_SP<\/code> or click <strong>Spatial Data &gt; Import<\/strong>.<\/li><li>Select <strong>File<\/strong> unless this is a File Geodatabase folder.<\/li><li>Browse to the source and click <strong>OK<\/strong>.<\/li><li>Use the Shapefile file filter, select the .shp file, select the layer, and review point, line, or polygon settings.<\/li><li>Click <strong>OK<\/strong> to import the selected features.<\/li><\/ol><\/section>\n        <section class=\"card\" id=\"settings\"><h2>Recommended Settings<\/h2><table class=\"tool-table\"><thead><tr><th>Setting<\/th><th>Recommendation<\/th><\/tr><\/thead><tbody><tr><td><strong>Transform features to drawing CRS<\/strong><\/td><td>Keep enabled when the source CRS differs from the drawing CRS.<\/td><\/tr><tr><td><strong>Create table in Data Table Manager<\/strong><\/td><td>Enable when source attributes should be preserved for query, review, or reporting.<\/td><\/tr><tr><td><strong>Layer Properties<\/strong><\/td><td>Use a fixed drawing layer for simple imports, or <strong>From field<\/strong> when the source attributes contain layer names.<\/td><\/tr><\/tbody><\/table><\/section>\n    \n      <\/main>\n      <aside>\n        <section class=\"card\">\n          <h2>Quick Steps<\/h2>\n          <ol>\n      <li>Assign a CRS to the drawing.<\/li>\n      <li>Open <strong>Spatial Data &gt; Import<\/strong>.<\/li>\n      <li>Select a source file or File Geodatabase.<\/li>\n      <li>Select the layers to import.<\/li>\n      <li>Review transformation and output settings.<\/li>\n      <li>Click <strong>OK<\/strong>.<\/li>\n    <\/ol>\n        <\/section>\n        <section class=\"card\">\n          <h2>Requirements<\/h2>\n          <p><strong>SPCAD license<\/strong> <span class=\"status-pill required\">Required<\/span><\/p>\n      <p><strong>Drawing CRS<\/strong> <span class=\"status-pill required\">Required<\/span><\/p>\n      <p><strong>Valid source file<\/strong> <span class=\"status-pill required\">Required<\/span><\/p>\n        <\/section>\n        <section class=\"card\">\n          <h2>Import Topics<\/h2>\n          <div class=\"quick-links\">\n<a href=\"..\/index.html\">Overview<\/a>\n<a href=\"..\/before-you-start\/\">Before You Start<\/a>\n<a href=\"..\/open-command\/\">Open the Command<\/a>\n<a href=\"..\/select-source\/\">Select Source<\/a>\n<a href=\"..\/supported-formats\/\">Supported Formats<\/a>\n<a href=\"..\/import-window\/\">Import Window<\/a>\n<a href=\"..\/layer-selection\/\">Layer Selection<\/a>\n<a href=\"..\/coordinate-transformation\/\">Coordinate Transformation<\/a>\n<a href=\"..\/point-settings\/\">Point Settings<\/a>\n<a href=\"..\/polyline-settings\/\">Polyline Settings<\/a>\n<a href=\"..\/polygon-settings\/\">Polygon Settings<\/a>\n<a href=\"..\/kml-kmz\/\">KML \/ KMZ<\/a>\n<a href=\"..\/gml\/\">GML<\/a>\n<a href=\"..\/citygml\/\">CityGML<\/a>\n<a href=\"..\/csv-txt\/\">CSV \/ TXT<\/a>\n<a href=\"..\/xyz-points\/\">XYZ Points<\/a>\n<a href=\"..\/raster-images\/\">Raster Images<\/a>\n<a href=\"..\/troubleshooting\/\">Troubleshooting<\/a>\n<\/div>\n        <\/section>\n        <section class=\"card\">\n          <h2>Related Topics<\/h2>\n          <div class=\"quick-links\">\n<a href=\"..\/index.html\">Import Overview<\/a>\n<a href=\"..\/supported-formats\/\">Supported Formats<\/a>\n<a href=\"..\/import-window\/\">Import Window<\/a>\n<a href=\"..\/troubleshooting\/\">Troubleshooting<\/a>\n<\/div>\n        <\/section>\n      <\/aside>\n    <\/div>\n    <footer>SPCAD Help Content &mdash; Import<\/footer>\n  <\/div>\n<\/div>\n","protected":false},"featured_media":0,"parent":5518,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_is_vendor_doc":"0","footnotes":""},"doc_tag":[],"class_list":["post-5519","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Import Shapefile - SPCAD HELP<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Import Shapefile - SPCAD HELP\" \/>\n<meta property=\"og:description\" content=\"Import Shapefile Import ESRI Shapefile data into the drawing using the general vector import settings. Overview Supported source: .shp A Shapefile usually requires .shx and .dbf files in the same folder. A .prj file is recommended for CRS detection. Import Steps Run IMPORTGEO_SP or click Spatial Data &gt; Import. Select File unless this is a...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/\" \/>\n<meta property=\"og:site_name\" content=\"SPCAD HELP\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100088033569557\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T13:33:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/import-shapefile\\\/\",\"url\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/import-shapefile\\\/\",\"name\":\"Import Shapefile - SPCAD HELP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#website\"},\"datePublished\":\"2026-07-16T11:04:26+00:00\",\"dateModified\":\"2026-07-16T13:33:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/import-shapefile\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/import-shapefile\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/import-shapefile\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SPCAD HELP\",\"item\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Import\",\"item\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Format Specific Workflows\",\"item\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/docs\\\/spcadhelp\\\/import-2\\\/format-specific-workflows\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Import Shapefile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#website\",\"url\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/\",\"name\":\"SPCAD HELP\",\"description\":\"SPCAD Help Documentation\",\"publisher\":{\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#organization\",\"name\":\"SPCAD HELP\",\"url\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/intro-logo.png\",\"contentUrl\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/intro-logo.png\",\"width\":1581,\"height\":877,\"caption\":\"SPCAD HELP\"},\"image\":{\"@id\":\"https:\\\/\\\/help.cadomation.com\\\/spcad\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100088033569557\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cadomation\\\/posts\\\/?feedView=all\",\"https:\\\/\\\/www.youtube.com\\\/@cadomation\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Import Shapefile - SPCAD HELP","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/","og_locale":"en_US","og_type":"article","og_title":"Import Shapefile - SPCAD HELP","og_description":"Import Shapefile Import ESRI Shapefile data into the drawing using the general vector import settings. Overview Supported source: .shp A Shapefile usually requires .shx and .dbf files in the same folder. A .prj file is recommended for CRS detection. Import Steps Run IMPORTGEO_SP or click Spatial Data &gt; Import. Select File unless this is a...","og_url":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/","og_site_name":"SPCAD HELP","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100088033569557","article_modified_time":"2026-07-16T13:33:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/","url":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/","name":"Import Shapefile - SPCAD HELP","isPartOf":{"@id":"https:\/\/help.cadomation.com\/spcad\/#website"},"datePublished":"2026-07-16T11:04:26+00:00","dateModified":"2026-07-16T13:33:08+00:00","breadcrumb":{"@id":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-shapefile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/help.cadomation.com\/spcad\/"},{"@type":"ListItem","position":2,"name":"SPCAD HELP","item":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/"},{"@type":"ListItem","position":3,"name":"Import","item":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/"},{"@type":"ListItem","position":4,"name":"Format Specific Workflows","item":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/"},{"@type":"ListItem","position":5,"name":"Import Shapefile"}]},{"@type":"WebSite","@id":"https:\/\/help.cadomation.com\/spcad\/#website","url":"https:\/\/help.cadomation.com\/spcad\/","name":"SPCAD HELP","description":"SPCAD Help Documentation","publisher":{"@id":"https:\/\/help.cadomation.com\/spcad\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.cadomation.com\/spcad\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/help.cadomation.com\/spcad\/#organization","name":"SPCAD HELP","url":"https:\/\/help.cadomation.com\/spcad\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.cadomation.com\/spcad\/#\/schema\/logo\/image\/","url":"https:\/\/help.cadomation.com\/spcad\/wp-content\/uploads\/2024\/02\/intro-logo.png","contentUrl":"https:\/\/help.cadomation.com\/spcad\/wp-content\/uploads\/2024\/02\/intro-logo.png","width":1581,"height":877,"caption":"SPCAD HELP"},"image":{"@id":"https:\/\/help.cadomation.com\/spcad\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100088033569557","https:\/\/www.linkedin.com\/company\/cadomation\/posts\/?feedView=all","https:\/\/www.youtube.com\/@cadomation"]}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs\/5519","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/comments?post=5519"}],"version-history":[{"count":2,"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs\/5519\/revisions"}],"predecessor-version":[{"id":5584,"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs\/5519\/revisions\/5584"}],"up":[{"embeddable":true,"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs\/5518"}],"next":[{"title":"Import GeoPackage","link":"https:\/\/help.cadomation.com\/spcad\/docs\/spcadhelp\/import-2\/format-specific-workflows\/import-geopackage\/","href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/docs\/5520"}],"wp:attachment":[{"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/media?parent=5519"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/help.cadomation.com\/spcad\/wp-json\/wp\/v2\/doc_tag?post=5519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}